1 #include <caloreco/RawClusterPositionCorrection.h>
23 R__LOAD_LIBRARY(libcdbobjects)
25 R__LOAD_LIBRARY(libfun4all.so)
26 R__LOAD_LIBRARY(libfun4allraw.so)
27 R__LOAD_LIBRARY(libcalo_reco.so)
28 R__LOAD_LIBRARY(libffamodules.so)
30 #include <caloana/CaloAna.h>
31 R__LOAD_LIBRARY(libcaloana.so)
44 getline(file, first_file);
51 cout <<
"run number = " << runnumber << endl;
63 std::string OutFile = Form(
"OUTHIST_iter_%s",filename.c_str());
76 ca->set_timing_cut_width(16);
77 ca->apply_vertex_cut(
false);
78 ca->set_vertex_cut(20.);
86 TFile* f_done_signal =
new TFile(
"DONE.root",
"recreate");
87 std::cout <<
"All done!" << std::endl;