Skip to content
Snippets Groups Projects

CP algs: Use POOL access for now and unify Athena tests

Merged Tadej Novak requested to merge tadej/athena:asg/pool into master
11 files
+ 33
55
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA',
@@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA',
"afii": 'ASG_TEST_FILE_MC_AFII'}
"afii": 'ASG_TEST_FILE_MC_AFII'}
# Set up the reading of the input file:
# Set up the reading of the input file:
import AthenaRootComps.ReadAthenaxAODHybrid
import AthenaPoolCnvSvc.ReadAthenaPool
theApp.EvtMax = 500
theApp.EvtMax = 500
testFile = os.getenv ( inputfile[dataType] )
testFile = os.getenv ( inputfile[dataType] )
svcMgr.EventSelector.InputCollections = [testFile]
svcMgr.EventSelector.InputCollections = [testFile]
Loading