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