User Tools

Site Tools


snowmass2013:analyse_d3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
snowmass2013:analyse_d3 [2013/06/01 02:56]
asc [How to analyze in PyROOT]
snowmass2013:analyse_d3 [2014/04/24 01:51] (current)
Line 3: Line 3:
 ==== How to analyze in C++ ==== ==== How to analyze in C++ ====
  
-This example shows how to run a program over all files in a certain directory, fill histograms (pT and jet mass) and +This example shows how to run a C+= program over all Delphes ROOT files located in  a certain directory, fill histograms (pT and jet mass) and save them in an output ROOT file.
-save histograms in an output ROOT file.+
  
 Look at the workbook of Delphes3 [[https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook| Delphes3 workbook]]. Look at the workbook of Delphes3 [[https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook| Delphes3 workbook]].
Line 99: Line 98:
 if (raw_input("Press any key to exit") != "-9999"): if (raw_input("Press any key to exit") != "-9999"):
     c1.Close(); sys.exit(1);     c1.Close(); sys.exit(1);
- 
 </code> </code>
  
snowmass2013/analyse_d3.1370055399.txt.gz · Last modified: 2013/06/01 02:56 by asc