2 #include <caloreco/CaloTowerCalib.h>
3 #include <caloreco/RawClusterBuilderTemplate.h>
4 #include <caloreco/RawClusterDeadHotMask.h>
5 #include <caloreco/RawClusterPositionCorrection.h>
26 #include <litecaloeval/LiteCaloEval.h>
28 R__LOAD_LIBRARY(libcdbobjects)
30 R__LOAD_LIBRARY(libfun4all.so)
31 R__LOAD_LIBRARY(libfun4allraw.so)
32 R__LOAD_LIBRARY(libcalo_reco.so)
33 R__LOAD_LIBRARY(libffamodules.so)
34 R__LOAD_LIBRARY(libmbd.so)
35 R__LOAD_LIBRARY(libglobalvertex.so)
36 R__LOAD_LIBRARY(libLiteCaloEvalTowSlope.so)
38 #include <caloana/CaloAna.h>
39 R__LOAD_LIBRARY(libcaloana.so)
52 getline(file, first_file);
59 cout <<
"run number = " << runnumber << endl;
71 std::string OutFile = Form(
"OUTHIST_iter_%s",filename.c_str());
75 std::cout <<
"Calibrating EMCal" << std::endl;
83 std::cout <<
"Building clusters" << std::endl;
88 emc_prof +=
"/EmcProfile/CEMCprof_Thresh30MeV.root";
114 TFile* f_done_signal =
new TFile(
"DONE.root",
"recreate");
115 std::cout <<
"All done!" << std::endl;