Fork me on GitHub

Changeset 270 in svn for trunk/src/BFieldProp.cc


Ignore:
Timestamp:
Feb 14, 2009, 2:06:20 AM (16 years ago)
Author:
severine ovyn
Message:

remove double GEN pfff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/BFieldProp.cc

    r264 r270  
    118118void TrackPropagation::Propagation(const TRootGenParticle *Part,TLorentzVector &momentum) {
    119119
    120   q  = Charge(Part->PID);
     120  q  = ChargeVal(Part->PID);
    121121  if(q==0) return;
    122122
     
    324324  if (!DET->FLAG_bfield ) return;
    325325
    326   q  = Charge(Part->PID);
     326  q  = ChargeVal(Part->PID);
    327327  if(q==0) return;
    328328  if(R_max ==0) { cout << "ERROR: magnetic field has no lateral extention\n"; return;}
Note: See TracChangeset for help on using the changeset viewer.