Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackCovariance.cc

    r3a105e5 rebf40fd  
    121121    const TLorentzVector &candidateMomentum = particle->Momentum;
    122122
    123 
    124123    Bool_t inside = TrkUtil::IsInside(candidatePosition.Vect(), Rin, ZinNeg, ZinPos); // Check if in inner box
    125124    Bool_t Accept = kTRUE;
     
    131130
    132131    ObsTrk track(candidatePosition.Vect(), candidateMomentum.Vect(), candidate->Charge, fCovariance, fGeometry);
    133 
    134132
    135133    mother    = candidate;
     
    152150    candidate->Yd = track.GetObsX().Y()*1e03;
    153151    candidate->Zd = track.GetObsX().Z()*1e03;
    154 
    155     candidate->XFirstHit = track.GetFirstHit().X()*1e03;
    156     candidate->YFirstHit = track.GetFirstHit().Y()*1e03;
    157     candidate->ZFirstHit = track.GetFirstHit().Z()*1e03;
    158152
    159153    candidate->D0       = track.GetObsPar()[0]*1e03;
Note: See TracChangeset for help on using the changeset viewer.