ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
runLCELoop.C
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file runLCELoop.C
1
#include <calib_emc_pi0/CaloCalibEmc_Pi0.h>
2
void
runLCELoop
(
int
nevents = -1,
const
char
*ifile=
"treetest_g4cemc_eval.root"
,
const
char
*
ofile
=
"treetest1_g4cemc_eval.root"
)
3
{
4
gSystem->Load(
"libcalibCaloEmc_pi0.so"
);
5
CaloCalibEmc_Pi0
obj_LCE(
"name_objLCE"
,
ofile
);
6
obj_LCE.
InitRun
(0);
7
obj_LCE.
Loop
(ifile, nevents);
8
obj_LCE.
End
(0);
9
obj_LCE.
FittingHistos
();
10
}
coresoftware
blob
master
calibrations
calorimeter
calo_emc_pi0_tbt
macro
runLCELoop.C
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:28
using
1.8.2 with
ECCE GitHub integration