Changes in modules/IdentificationMap.cc [95aa610:a5bbe8a] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/IdentificationMap.cc
r95aa610 ra5bbe8a 127 127 { 128 128 Candidate *candidate; 129 Double_t pt, eta, phi , e;129 Double_t pt, eta, phi; 130 130 TMisIDMap::iterator itEfficiencyMap; 131 131 pair <TMisIDMap::iterator, TMisIDMap::iterator> range; … … 143 143 phi = candidatePosition.Phi(); 144 144 pt = candidateMomentum.Pt(); 145 e = candidateMomentum.E();146 147 145 pdgCodeIn = candidate->PID; 148 146 charge = candidate->Charge; … … 166 164 pdgCodeOut = (it->second).first; 167 165 168 p = formula->Eval(pt, eta , phi, e);166 p = formula->Eval(pt, eta); 169 167 170 168 if(total <= r && r < total + p)
Note:
See TracChangeset
for help on using the changeset viewer.