#include #include #include #include #include void miniloopMacro(){ gROOT->Reset(); gROOT->LoadMacro("thephysics.C++g"); gROOT->LoadMacro("CollectionLooper.C++g"); Char_t inputfilename[200]; Char_t outputfilename[100]; CollectionLooper *a = new CollectionLooper(); Bool_t mc=false; sprintf(outputfilename,"histos_d3pd.root"); a->Loop(); }