- Timestamp:
- Jan 28, 2009, 12:00:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/SmearUtil.h
r177 r198 36 36 ParticleUtil(const TLorentzVector &genMomentum,const int &pid) : TLVector(genMomentum) , Pid(pid) {} 37 37 38 float E() {return TLVector.E();} // particle energy in GeV39 float Px() {return TLVector.Px();} // particle energy in GeV40 float Py() {return TLVector.Py();} // particle energy in GeV41 float Pz() {return TLVector.Pz();} // particle energy in GeV42 float Pt() {return TLVector.Pt();} // particle energy in GeV43 float Eta() {return TLVector.Eta();} // p article energy in GeV44 float Phi() {return TLVector.Phi();} // particle energy in GeV45 float PID() {return Pid;} // particle energy in GeV38 float E() {return TLVector.E();} // particle energy [GeV] 39 float Px() {return TLVector.Px();} // horizontal coordinate of momentum [GeV] 40 float Py() {return TLVector.Py();} // vertical coordinate of momentum [GeV] 41 float Pz() {return TLVector.Pz();} // longitudinal coordinate of momentum [GeV] 42 float Pt() {return TLVector.Pt();} // transverse momentum [GeV] 43 float Eta() {return TLVector.Eta();} // pseudorapidity [GeV] 44 float Phi() {return TLVector.Phi();} // azimuthal angle [GeV] 45 float PID() {return Pid;} // particle energy in [GeV] 46 46 47 47 private:
Note:
See TracChangeset
for help on using the changeset viewer.