Fork me on GitHub

Changeset 177 in svn for trunk/interface/SmearUtil.h


Ignore:
Timestamp:
Jan 13, 2009, 12:36:56 AM (16 years ago)
Author:
Xavier Rouby
Message:

nettoyage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r94 r177  
    3434
    3535 public:
    36 
    37   TLorentzVector TLVector;
    38   int Pid;
    39 
    4036  ParticleUtil(const TLorentzVector &genMomentum,const int &pid) : TLVector(genMomentum) , Pid(pid) {}
    4137
     
    5046
    5147 private:
    52 
     48  TLorentzVector TLVector;
     49  int Pid;
    5350};
    5451
     
    246243
    247244//************* Returns an array of the quarks sitting within the tracker acceptance ***************
    248 int Charge(int pid);
     245int Charge(const int pid);
    249246
    250247#endif
Note: See TracChangeset for help on using the changeset viewer.