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

Merge branch 'lcg97' of cepcgit.ihep.ac.cn:cepc-prototype/CEPCSW into lcg97

parents 1c7efa57 e15af5d6
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
from Gaudi.Configuration import *
from Configurables import CEPCDataSvc
dsvc = CEPCDataSvc("EventDataSvc", input="test.root")
from Configurables import K4DataSvc
dsvc = K4DataSvc("EventDataSvc", input="test.root")
from Configurables import PlcioReadAlg
alg = PlcioReadAlg("PlcioReadAlg")
......
......@@ -2,8 +2,8 @@
from Gaudi.Configuration import *
from Configurables import CEPCDataSvc
dsvc = CEPCDataSvc("EventDataSvc")
from Configurables import K4DataSvc
dsvc = K4DataSvc("EventDataSvc")
from Configurables import PlcioWriteAlg
alg = PlcioWriteAlg("PlcioWriteAlg")
......
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