Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-05 08:15:52

0001 // this macro compiles and runs AnalyzeTree.cxx, which takes as input the 

0002 // starlight.root file produced by convertStarlightAsciiToTree.cxx

0003 // output histograms are stored in starlight_histos.root 

0004 //

0005 
0006 #include "AnalyzeTree.cxx"
0007 
0008 void AnaTree(){
0009   //gROOT->ProcessLine(".L AnalyzeTree.cxx");

0010   AnalyzeTree* l = new AnalyzeTree("ntuple_slight.root");
0011 l->Loop();
0012 }