![]() |
|
|||
File indexing completed on 2025-08-05 08:19:41
0001 #include <calib_emc_pi0/CaloCalibEmc_Pi0.h> 0002 void runLCELoop(int nevents = -1, const char *ifile="treetest_g4cemc_eval.root", const char *ofile="treetest1_g4cemc_eval.root") 0003 { 0004 gSystem->Load("libcalibCaloEmc_pi0.so"); 0005 CaloCalibEmc_Pi0 obj_LCE("CaloCalibEmc_Pi0", ofile); 0006 obj_LCE.InitRun(0); 0007 obj_LCE.Loop(ifile, nevents); 0008 obj_LCE.End(0); 0009 obj_LCE.FittingHistos(); 0010 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |