Changes in examples/Example1.C [92263a8:adde560] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
r92263a8 radde560 41 41 // Load selected branches with data from specified event 42 42 treeReader->ReadEntry(entry); 43 43 44 44 45 //HepMCEvent *event = (HepMCEvent*) branchEvent -> At(0); … … 53 54 54 55 // Plot jet transverse momentum 55 //histJetPT->Fill(jet->PT, weight);56 56 histJetPT->Fill(jet->PT); 57 57 … … 70 70 71 71 // Plot their invariant mass 72 //histMass->Fill(((elec1->P4()) + (elec2->P4())).M(), weight);73 72 histMass->Fill(((elec1->P4()) + (elec2->P4())).M()); 74 73 }
Note:
See TracChangeset
for help on using the changeset viewer.