Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.C

    rfc4e460 r21f3c04  
    11/*
    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\"\)
     2root -l examples/Example1.C'("delphes_output.root")'
    83*/
    94
     
    4641     
    4742      // Print jet transverse momentum
    48       cout << "Jet pt: "<<jet->PT << endl;
     43      cout << jet->PT << endl;
    4944    }
    5045
Note: See TracChangeset for help on using the changeset viewer.