Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Efficiency.cc

    r04e2040 re79c954  
    100100  Double_t pt, eta, phi, e;
    101101
    102 
    103102  fItInputArray->Reset();
    104103  while((candidate = static_cast<Candidate *>(fItInputArray->Next())))
     
    116115    pt = candidateMomentum.Pt();
    117116    e = candidateMomentum.E();
    118 
     117   
    119118    // apply an efficency formula
    120119    if(gRandom->Uniform() > fFormula->Eval(pt, eta, phi, e, candidate)) continue;
Note: See TracChangeset for help on using the changeset viewer.