Fork me on GitHub

Changeset 177 in svn


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

nettoyage

Location:
trunk
Files:
2 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
  • trunk/src/SmearUtil.cc

    r94 r177  
    792792}
    793793
    794 int Charge(int pid)
     794int Charge(const int pid)
    795795{
    796796  int charge;
Note: See TracChangeset for help on using the changeset viewer.