Changeset 62 in svn for trunk/interface
- Timestamp:
- Dec 1, 2008, 11:59:19 AM (16 years ago)
- Location:
- trunk/interface
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/BFieldProp.h
r54 r62 29 29 void Propagation(const TRootGenParticle *Part,TLorentzVector &genMomentum); 30 30 31 int TRACKING_RADIUS;32 int TRACKING_LENGTH;33 31 int MAXITERATION; 34 32 int MINSEGLENGTH; -
trunk/interface/SmearUtil.h
r55 r62 45 45 float FP420_S; // distance of the RP to the IP, in meters 46 46 float FP420_X; // distance of the RP to the beam, in meters 47 48 //Magnetic Field information 49 int TRACKING_RADIUS; //radius of the BField coverage 50 int TRACKING_LENGTH; //length of the BField coverage 51 float BFIELD_X; 52 float BFIELD_Y; 53 float BFIELD_Z; 47 54 48 55
Note:
See TracChangeset
for help on using the changeset viewer.