--- PamelaLevel2/doc/examples/Loop.cpp 2006/12/11 18:29:01 1.2 +++ PamelaLevel2/doc/examples/Loop.cpp 2007/01/03 13:28:49 1.3 @@ -10,6 +10,7 @@ #include #include #include +#include #include #include @@ -111,6 +112,8 @@ //000000000000000000000000000000000000000000 //========================================== Int_t Loop(TString ddir,TString list, ULong64_t nmax, TString options, TString outfile){ + +// gObjectTable->Print(); if(options.Contains("fillTree"))fillTree=true; if(options.Contains("fillHisto"))fillHistos=true; @@ -185,6 +188,7 @@ benchmark->Start("event-loop"); TString current_file = ""; +// gObjectTable->Print(); for(ULong64_t iev=0; ievClear(); @@ -210,8 +214,8 @@ benchmark->Show("event-loop"); cout << sel <<" selected events over "<Print(); // -------------- // close and exit // --------------