Fork me on GitHub

Changeset fc4e460 in git for examples/Example1.C


Ignore:
Timestamp:
Sep 9, 2014, 1:26:52 PM (10 years ago)
Author:
Michele <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
fcc959c
Parents:
492aef9
Message:

removed muon check in jet constituent loop. Added comments to example macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.C

    r492aef9 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.