Skip to content

Commit

Permalink
delete commented lines, submit PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hedges committed Dec 13, 2023
1 parent d511d53 commit 1fb176c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Mu2eG4/geom/ProductionTarget_Hayman_v2_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ string targetPS.supports.wheel.material = "G4_Al";

int targetPS.supports.nSpokes = 3;
//features on the wheel
//vector<double> targetPS.supports.features.angles = {-30., 90., 210.}; //degrees
vector<double> targetPS.supports.features.angles = {-46.62., 79.38., 194.38.}; //degrees
//vector<double> targetPS.supports.features.angles = {-30., 90., 197.12.}; //degrees
vector<double> targetPS.supports.features.arcs = { 28., 28., 28.}; //degrees
vector<double> targetPS.supports.features.rIns = {158.75, 158.75, 158.75}; //mm
//support rods in the wheel that the wires connect to
//vector<double> targetPS.supports.rods.angles = {-37, 83, 203}; //degrees
//vector<double> targetPS.supports.rods.angles = {-52.5., 71.5, 186.0}; //degrees
vector<double> targetPS.supports.rods.angles = {-54., 71.5, 186.0}; //degrees
vector<double> targetPS.supports.rods.halfLength = {70., 70., 70.}; //mm
vector<double> targetPS.supports.rods.offset = {-40., -10., 40.}; //mm
Expand All @@ -37,8 +33,6 @@ vector<double> targetPS.supports.rods.radialOffset = {177.8, 177.8, 177.8}; //mm
vector<double> targetPS.supports.rods.wireOffset.downstream = {10., 10., 10.}; //mm
vector<double> targetPS.supports.rods.wireOffset.upstream = {10., 10., 10.}; //mm
//spokes connecting the target to the wheel rods
//vector<double> targetPS.supports.spokes.targetAngles.downstream = {-37, 83, 203}; //degrees
//vector<double> targetPS.supports.spokes.targetAngles.upstream = {-37, 83, 203}; //degrees
vector<double> targetPS.supports.spokes.targetAngles.downstream = {-54., 71.5, 186.0}; //degrees
vector<double> targetPS.supports.spokes.targetAngles.upstream = {-54., 71.5, 186.0}; //degrees
double targetPS.supports.spokes.diameter = 2.;
Expand Down

0 comments on commit 1fb176c

Please sign in to comment.