Fork me on GitHub

Changeset 248 in svn for trunk/interface


Ignore:
Timestamp:
Feb 5, 2009, 6:10:28 PM (16 years ago)
Author:
Xavier Rouby
Message:

new TrackPropagation::bfield function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/BFieldProp.h

    r223 r248  
    3030    ~TrackPropagation() {delete DET;};
    3131    void init(); // for constructors
    32  
     32
     33    // Propagation and bfield are very similar. At the end, after code cleaning,
     34    // onle bfield will remain in this class
    3335    void Propagation(const TRootGenParticle *Part,TLorentzVector &genMomentum);
     36    void bfield(const TRootGenParticle *Part, float& etacalo, float& phicalo);
    3437
    3538
Note: See TracChangeset for help on using the changeset viewer.