Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.cc

    r95aa610 ra5bbe8a  
    127127{
    128128  Candidate *candidate;
    129   Double_t pt, eta, phi, e;
     129  Double_t pt, eta, phi;
    130130  TMisIDMap::iterator itEfficiencyMap;
    131131  pair <TMisIDMap::iterator, TMisIDMap::iterator> range;
     
    143143    phi = candidatePosition.Phi();
    144144    pt = candidateMomentum.Pt();
    145     e = candidateMomentum.E();
    146    
    147145    pdgCodeIn = candidate->PID;
    148146    charge = candidate->Charge;
     
    166164      pdgCodeOut = (it->second).first;
    167165
    168       p = formula->Eval(pt, eta, phi, e);
     166      p = formula->Eval(pt, eta);
    169167
    170168      if(total <= r && r < total + p)
Note: See TracChangeset for help on using the changeset viewer.