Changes in modules/JetPileUpSubtractor.cc [d4b9697:cab38f6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/JetPileUpSubtractor.cc
rd4b9697 rcab38f6 109 109 momentum = candidate->Momentum; 110 110 area = candidate->Area; 111 eta = momentum.Eta();111 eta = TMath::Abs(momentum.Eta()); 112 112 113 113 // find rho
Note:
See TracChangeset
for help on using the changeset viewer.