Changeset 8555f6d in git for examples/Example3.C
- Timestamp:
- Nov 21, 2013, 11:39:57 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d41ba4a
- Parents:
- 770f080
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example3.C
r770f080 r8555f6d 96 96 "jet delta pt", "(p_{T}^{jet} - p_{T}^{constituents})/p_{T}^{jet}", 97 97 "(p_{T}^{jet} - p_{T}^{constituents})/p_{T}^{jet}", "number of jets", 98 100, -1.0e- 7, 1.0e-7);98 100, -1.0e-1, 1.0e-1); 99 99 100 100 } … … 259 259 } 260 260 } 261 plots->fJetDeltaPT->Fill((jet->PT - momentum.Pt())/jet->PT 261 plots->fJetDeltaPT->Fill((jet->PT - momentum.Pt())/jet->PT); 262 262 } 263 263 }
Note:
See TracChangeset
for help on using the changeset viewer.