Changes in examples/Example1.C [21f3c04:fc4e460] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
r21f3c04 rfc4e460 1 1 /* 2 root -l examples/Example1.C'("delphes_output.root")' 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 7 root -l examples/Example1.C\(\"delphes_output.root\"\) 3 8 */ 4 9 … … 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.