Fork me on GitHub

Changeset 62 in svn for trunk/interface


Ignore:
Timestamp:
Dec 1, 2008, 11:59:19 AM (16 years ago)
Author:
severine ovyn
Message:

Read BField info from datacard

Location:
trunk/interface
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/BFieldProp.h

    r54 r62  
    2929    void Propagation(const TRootGenParticle *Part,TLorentzVector &genMomentum);
    3030
    31     int TRACKING_RADIUS;
    32     int TRACKING_LENGTH;
    3331    int MAXITERATION;
    3432    int MINSEGLENGTH;
  • trunk/interface/SmearUtil.h

    r55 r62  
    4545  float FP420_S; // distance of the RP to the IP, in meters
    4646  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;         
    4754
    4855 
Note: See TracChangeset for help on using the changeset viewer.