Fork me on GitHub

Changeset 04e2040 in git for modules/Efficiency.cc


Ignore:
Timestamp:
May 17, 2021, 5:18:37 PM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
a7bd051
Parents:
a52e99e
Message:

remove trailing chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Efficiency.cc

    ra52e99e r04e2040  
    100100  Double_t pt, eta, phi, e;
    101101
     102
    102103  fItInputArray->Reset();
    103104  while((candidate = static_cast<Candidate *>(fItInputArray->Next())))
     
    115116    pt = candidateMomentum.Pt();
    116117    e = candidateMomentum.E();
    117    
     118
    118119    // apply an efficency formula
    119120    if(gRandom->Uniform() > fFormula->Eval(pt, eta, phi, e, candidate)) continue;
Note: See TracChangeset for help on using the changeset viewer.