Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.C

    rd7d2da3 rfc4e460  
    11/*
     2
     3Simple macro showing how to access branches from the delphes output root file,
     4loop over events, and plot simple quantities such as the jet pt and the di-electron invariant
     5mass.
     6
    27root -l examples/Example1.C\(\"delphes_output.root\"\)
    38*/
     
    4146     
    4247      // Print jet transverse momentum
    43       cout << jet->PT << endl;
     48      cout << "Jet pt: "<<jet->PT << endl;
    4449    }
    4550
Note: See TracChangeset for help on using the changeset viewer.