- Timestamp:
- Apr 14, 2014, 4:53:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Hector.cc
r1361 r1362 73 73 fBeamLine = new H_BeamLine(fDirection, fBeamLineLength + 0.1); 74 74 fBeamLine->fill(GetString("BeamLineFile", "examples/LHCB1IR5_5TeV.tfs"), fDirection, GetString("IPName", "IP5")); 75 fBeamLine->offsetElements(120, -0.097*fDirection);76 75 fBeamLine->offsetElements(fOffsetS, fOffsetX); 77 76 fBeamLine->calcMatrix(); … … 117 116 x = 1.0E3 * candidatePosition.X(); 118 117 y = 1.0E3 * candidatePosition.Y(); 119 z = 1.0E- 2* candidatePosition.Z();118 z = 1.0E-3 * candidatePosition.Z(); 120 119 121 120 // tx = 1.0E6 * TMath::ATan(candidateMomentum.Px()/pz);
Note:
See TracChangeset
for help on using the changeset viewer.