Changeset 92263a8 in git for examples/Example1.C
- Timestamp:
- Dec 15, 2018, 9:39:19 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d20cefb
- Parents:
- a7c3c84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
ra7c3c84 r92263a8 53 53 54 54 // Plot jet transverse momentum 55 histJetPT->Fill(jet->PT, weight); 55 //histJetPT->Fill(jet->PT, weight); 56 histJetPT->Fill(jet->PT); 56 57 57 58 // Print jet transverse momentum … … 69 70 70 71 // Plot their invariant mass 71 histMass->Fill(((elec1->P4()) + (elec2->P4())).M(), weight); 72 //histMass->Fill(((elec1->P4()) + (elec2->P4())).M(), weight); 73 histMass->Fill(((elec1->P4()) + (elec2->P4())).M()); 72 74 } 73 75 }
Note:
See TracChangeset
for help on using the changeset viewer.