Skip to content
Snippets Groups Projects
Commit 51f9f872 authored by fangwx@ihep.ac.cn's avatar fangwx@ihep.ac.cn
Browse files

correct LCIO_read_pan.py

parent 6218e999
No related branches found
No related tags found
No related merge requests found
...@@ -10,12 +10,9 @@ read = LCIOInput("read") ...@@ -10,12 +10,9 @@ read = LCIOInput("read")
read.inputs = [ read.inputs = [
#"/cefs/data/FullSim/CEPC240/CEPC_v4/higgs/smart_final_states/E240.Pffh_invi.e0.p0.whizard195//ffh_inv.e0.p0.00001_1000_sim.slcio" #"/cefs/data/FullSim/CEPC240/CEPC_v4/higgs/smart_final_states/E240.Pffh_invi.e0.p0.whizard195//ffh_inv.e0.p0.00001_1000_sim.slcio"
#"/junofs/users/wxfang/CEPC/CEPCOFF/doReco/reco_output/nnh_aa.e0.p0.00010_000000_rec.slcio" #"/junofs/users/wxfang/CEPC/CEPCOFF/doReco/reco_output/nnh_aa.e0.p0.00010_000000_rec.slcio"
#"/cefs/higgs/wxfang/cepc/Pandora/CaloDigi/gamma/Digi_sim_0.slcio" "/junofs/users/wxfang/MyGit/tmp/fork_update_pandora/CEPCSW/Digi_sim_0.slcio"
] ]
read.collections = { read.collections = [
"MCParticle:MCParticle", "MCParticle:MCParticle",
#"SimCalorimeterHit:EcalBarrelSiliconCollection", #"SimCalorimeterHit:EcalBarrelSiliconCollection",
"CalorimeterHit:ECALBarrel", "CalorimeterHit:ECALBarrel",
...@@ -46,7 +43,7 @@ read.collections = { ...@@ -46,7 +43,7 @@ read.collections = {
"ReconstructedParticle:KinkRecoParticles", "ReconstructedParticle:KinkRecoParticles",
"ReconstructedParticle:ProngRecoParticles", "ReconstructedParticle:ProngRecoParticles",
"ReconstructedParticle:V0RecoParticles" "ReconstructedParticle:V0RecoParticles"
} ]
############################################################################## ##############################################################################
from Configurables import GearSvc from Configurables import GearSvc
gearSvc = GearSvc("GearSvc") gearSvc = GearSvc("GearSvc")
...@@ -128,7 +125,7 @@ ApplicationMgr( ...@@ -128,7 +125,7 @@ ApplicationMgr(
#TopAlg = [read, pandoralg, write], #TopAlg = [read, pandoralg, write],
TopAlg = [read, pandoralg], TopAlg = [read, pandoralg],
EvtSel = 'NONE', EvtSel = 'NONE',
EvtMax = 10, EvtMax = 1,
ExtSvc = [dsvc, gearSvc], ExtSvc = [dsvc, gearSvc],
OutputLevel=INFO OutputLevel=INFO
) )
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