Skip to content
Snippets Groups Projects
Commit c644d641 authored by lihn@ihep.ac.cn's avatar lihn@ihep.ac.cn Committed by lintao@ihep.ac.cn
Browse files

move hardcoded correction file path out into options in Crystal ECAL reconstruction

parent 6272dffc
No related branches found
No related tags found
1 merge request!85move hardcoded correction file path out into options in Crystal ECAL reconstruction
......@@ -23,6 +23,15 @@ from Configurables import k4DataSvc
podioevent = k4DataSvc("EventDataSvc", input="CaloDigi_TDR_o1_v01_Pi-_10GeV.root")
##########################################
########## CEPCSWData #################
cepcswdatatop ="/cvmfs/cepcsw.ihep.ac.cn/prototype/releases/data/latest"
#######################################
########## CrystalEcalEnergyCorrectionSvc ########
from Configurables import CrystalEcalEnergyCorrectionSvc
crystalecalcorr = CrystalEcalEnergyCorrectionSvc("CrystalEcalEnergyCorrectionSvc")
crystalecalcorr.CorrectionFile = os.path.join(cepcswdatatop, "CEPCSWData/offline-data/Service/CrystalEcalSvc/data/CrackRegionEnergyCorrection.root")
##################################################
########## Podio Input ###################
from Configurables import PodioInput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment