Fork me on GitHub

Changeset 198 in svn for trunk


Ignore:
Timestamp:
Jan 28, 2009, 12:00:51 AM (16 years ago)
Author:
Xavier Rouby
Message:

nicer comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r177 r198  
    3636  ParticleUtil(const TLorentzVector &genMomentum,const int &pid) : TLVector(genMomentum) , Pid(pid) {}
    3737
    38   float E() {return TLVector.E();}  // particle energy in GeV
    39   float Px() {return TLVector.Px();}  // particle energy in GeV
    40   float Py() {return TLVector.Py();}  // particle energy in GeV
    41   float Pz() {return TLVector.Pz();}  // particle energy in GeV
    42   float Pt() {return TLVector.Pt();}  // particle energy in GeV
    43   float Eta() {return TLVector.Eta();}  // particle energy in GeV
    44   float Phi() {return TLVector.Phi();}  // particle energy in GeV
    45   float PID() {return Pid;}  // particle energy in GeV
     38  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]
    4646
    4747 private:
Note: See TracChangeset for help on using the changeset viewer.