-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from rhbob/fixPbarWindowWedge
fixPbarWindowAndWedgeAtTS3
- Loading branch information
Showing
7 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Correct the pbar window used in TS5 | ||
#include "Mu2eG4/geom/TransportSolenoid_v05.txt" | ||
|
||
// Pbar Absorber | ||
int pbar.version = 4; | ||
double pbar.halfLength = 0.127; | ||
string pbar.materialName = "A1100"; | ||
|
||
int pbarwedge.nStrips = 3; | ||
double pbarwedge.stripThickness = 0.127; // mm | ||
vector<double> pbarwedge.stripThicknesses = {0.0635,0.0635,0.0635}; // mm | ||
vector<double> pbarwedge.stripHeights = {23, 69, 115}; // mm | ||
|
||
// This tells emacs to view this file in c++ mode. | ||
// Local Variables: | ||
// mode:c++ | ||
// End: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
//titanium pbar window and updated wedge to match | ||
#include "Mu2eG4/geom/TransportSolenoid_v06.txt" | ||
|
||
// Pbar Absorber | ||
double pbar.halfLength = 0.0254; //thin | ||
string pbar.materialName = "G4_Ti"; | ||
string pbarwedge.wedgeMaterial = "A1100"; | ||
int pbarwedge.nStrips = 4; | ||
vector<double> pbarwedge.stripThicknesses = {0.0635,0.0635,0.0635,0.0635}; // mm | ||
vector<double> pbarwedge.stripHeights = {48, 88, 128,168}; // mm | ||
|
||
// This tells emacs to view this file in c++ mode. | ||
// Local Variables: | ||
// mode:c++ | ||
// End: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Top level geometry, using the hayman_v2 production target geometry file and a correcteted TS3 pbar window | ||
#include "Mu2eG4/geom/geom_common_hayman_v2.txt" | ||
#include "Mu2eG4/geom/TransportSolenoid_v06.txt" | ||
|
||
|
||
|
||
// This tells emacs to view this file in c++ mode. | ||
// Local Variables: | ||
// mode:c++ | ||
// End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters