Changeset fc4e460 in git for examples/Example1.C
- Timestamp:
- Sep 9, 2014, 1:26:52 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fcc959c
- Parents:
- 492aef9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
r492aef9 rfc4e460 1 1 /* 2 3 Simple macro showing how to access branches from the delphes output root file, 4 loop over events, and plot simple quantities such as the jet pt and the di-electron invariant 5 mass. 6 2 7 root -l examples/Example1.C\(\"delphes_output.root\"\) 3 8 */ … … 41 46 42 47 // Print jet transverse momentum 43 cout << jet->PT << endl;48 cout << "Jet pt: "<<jet->PT << endl; 44 49 } 45 50
Note:
See TracChangeset
for help on using the changeset viewer.