Changes in modules/Efficiency.cc [04e2040:e79c954] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Efficiency.cc
r04e2040 re79c954 100 100 Double_t pt, eta, phi, e; 101 101 102 103 102 fItInputArray->Reset(); 104 103 while((candidate = static_cast<Candidate *>(fItInputArray->Next()))) … … 116 115 pt = candidateMomentum.Pt(); 117 116 e = candidateMomentum.E(); 118 117 119 118 // apply an efficency formula 120 119 if(gRandom->Uniform() > fFormula->Eval(pt, eta, phi, e, candidate)) continue;
Note:
See TracChangeset
for help on using the changeset viewer.