|
||||
Warning, file /estarlight/utils/AnaTree.C was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |