Changes in examples/Example1.C [fc4e460:21f3c04] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
rfc4e460 r21f3c04 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 7 root -l examples/Example1.C\(\"delphes_output.root\"\) 2 root -l examples/Example1.C'("delphes_output.root")' 8 3 */ 9 4 … … 46 41 47 42 // Print jet transverse momentum 48 cout << "Jet pt: "<<jet->PT << endl;43 cout << jet->PT << endl; 49 44 } 50 45
Note:
See TracChangeset
for help on using the changeset viewer.