Changes in modules/Efficiency.cc [e79c954:f298e48] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Efficiency.cc
re79c954 rf298e48 78 78 fItInputArray = fInputArray->MakeIterator(); 79 79 80 // switch to compute efficiency based on momentum vector eta, phi81 fUseMomentumVector = GetBool("UseMomentumVector", false);82 83 80 // create output array 84 81 … … 107 104 eta = candidatePosition.Eta(); 108 105 phi = candidatePosition.Phi(); 109 110 if (fUseMomentumVector){111 eta = candidateMomentum.Eta();112 phi = candidateMomentum.Phi();113 }114 115 106 pt = candidateMomentum.Pt(); 116 107 e = candidateMomentum.E();
Note:
See TracChangeset
for help on using the changeset viewer.