Changeset 177 in svn
- Timestamp:
- Jan 13, 2009, 12:36:56 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/SmearUtil.h
r94 r177 34 34 35 35 public: 36 37 TLorentzVector TLVector;38 int Pid;39 40 36 ParticleUtil(const TLorentzVector &genMomentum,const int &pid) : TLVector(genMomentum) , Pid(pid) {} 41 37 … … 50 46 51 47 private: 52 48 TLorentzVector TLVector; 49 int Pid; 53 50 }; 54 51 … … 246 243 247 244 //************* Returns an array of the quarks sitting within the tracker acceptance *************** 248 int Charge( int pid);245 int Charge(const int pid); 249 246 250 247 #endif -
trunk/src/SmearUtil.cc
r94 r177 792 792 } 793 793 794 int Charge( int pid)794 int Charge(const int pid) 795 795 { 796 796 int charge;
Note:
See TracChangeset
for help on using the changeset viewer.