Changeset 248 in svn for trunk/interface
- Timestamp:
- Feb 5, 2009, 6:10:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/BFieldProp.h
r223 r248 30 30 ~TrackPropagation() {delete DET;}; 31 31 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 33 35 void Propagation(const TRootGenParticle *Part,TLorentzVector &genMomentum); 36 void bfield(const TRootGenParticle *Part, float& etacalo, float& phicalo); 34 37 35 38
Note:
See TracChangeset
for help on using the changeset viewer.