diff --git a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/EventAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/EventAlgorithmsTest_jobOptions.py index 6fd7280dd7e3aa9d5025957cb8cf76e5696a6427..d75605f77b0cbe2a07b512aefb209222d44da646 100644 --- a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/EventAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/EventAlgorithmsTest_jobOptions.py @@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/GeneratorAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/GeneratorAlgorithmsTest_jobOptions.py index bae994afbe052c6f5d68d2b823096e6b3a2e2b56..5bff87b56399699893d321c85d4d80d75158a99f 100644 --- a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/GeneratorAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/GeneratorAlgorithmsTest_jobOptions.py @@ -21,7 +21,7 @@ inputfile = {"mc": 'ASG_TEST_FILE_MC', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/OverlapAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/OverlapAlgorithmsTest_jobOptions.py index 607ba7885078694ae82c31f5ff87df886f7a275e..053cf2943532df8ce9b08ef0f230bc6ad667864b 100644 --- a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/OverlapAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/share/OverlapAlgorithmsTest_jobOptions.py @@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_jobOptions.py index a3124542462fc69bae67417dc84bcfd103872c54..8f04fdf374a02166b5ab6d60f0e262e65c0fe4d9 100644 --- a/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/share/EgammaAnalysisAlgorithmsTest_jobOptions.py @@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_jobOptions.py index d776511c9ce836af6904492b3a9ead502ac8774d..e6f6f0aeca8eed87cc251bb3d19921291b20ec50 100644 --- a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/share/FTagAnalysisAlgorithmsTest_jobOptions.py @@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_jobOptions.py b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_jobOptions.py index aaaa35b50e71246da7cecd99244f33dc529cf5b8..f1a8f48865b2a47cb47d76ceb6541911767d0876 100644 --- a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_EMTopo_jobOptions.py @@ -24,7 +24,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', jetContainer = "AntiKt4EMTopoJets" # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_jobOptions.py b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_jobOptions.py index 3ad9c2a04f1a72d51511a256cfbb6b496166b731..de9ba9c438964bea1c539784e1bc42b0cee36ce8 100644 --- a/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/share/JetAnalysisAlgorithmsTest_PFlow_jobOptions.py @@ -24,7 +24,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', jetContainer = "AntiKt4EMTopoJets" # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/MetAnalysisAlgorithms/share/MetAnalysisAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/MetAnalysisAlgorithms/share/MetAnalysisAlgorithmsTest_jobOptions.py index 0c13735ea0bf6be6cedecbb4fe0f65449ccbe184..6b949c02f98ef5d4e8ce3867b6b27c0b1a990069 100644 --- a/PhysicsAnalysis/Algorithms/MetAnalysisAlgorithms/share/MetAnalysisAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/MetAnalysisAlgorithms/share/MetAnalysisAlgorithmsTest_jobOptions.py @@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/share/MuonAnalysisAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/share/MuonAnalysisAlgorithmsTest_jobOptions.py index 1bf25efdc24a8a4d28f77962420cbaf068d9f68c..de5537baa5464ee125893eb254d3bebd9d35e804 100644 --- a/PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/share/MuonAnalysisAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/share/MuonAnalysisAlgorithmsTest_jobOptions.py @@ -1,47 +1,31 @@ -# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration # -# @author Nils Krumnack, Will Buttinger +# @author Nils Krumnack -#User options, which can be set from command line after a "-" character -#athena MuonAnalysisAlgorithmsTest_jobOptions.py - --myOption ... +# User options, which can be set from command line after a "-" character +# athena MuonAnalysisAlgorithmsTest_jobOptions.py - --myOption ... from AthenaCommon.AthArgumentParser import AthArgumentParser athArgsParser = AthArgumentParser() -athArgsParser.add_argument("--data-type",action="store",dest="data_type", - default="data", - help="Type of data to run over. Valid options are data, mc, afii") -athArgsParser.add_argument("--write-xaod",action="store",dest="write_xaod", - default=False, - help="Specify if you want xaod writing to happen (which means slower access mode for now)") +athArgsParser.add_argument("--data-type", action = "store", dest = "data_type", + default = "data", + help = "Type of input to run over. Valid options are 'data', 'mc', 'afii'") athArgs = athArgsParser.parse_args() - -if athArgs.write_xaod: - #currently we must use POOLAccess mode when writing an xAOD - jps.AthenaCommonFlags.AccessMode = "POOLAccess" -else: - #ClassAccess is much faster than POOLAccess - jps.AthenaCommonFlags.AccessMode = "ClassAccess" - dataType = athArgs.data_type +if not dataType in ["data", "mc", "afii"] : + raise Exception ("invalid data type: " + dataType) -# Set up a histogram/tree output file for the job: -jps.AthenaCommonFlags.HistOutputs = ["ANALYSIS:MuonAnalysisAlgorithmsTest." + dataType + ".hist.root"] -svcMgr.THistSvc.MaxFileSize=-1 #make job run faster by disabling file size check - -#set a default file and number of events to process -#can override with standard athena command line options (--evtMax and --filesInput) -jps.AthenaCommonFlags.EvtMax = 500 - -if dataType=="data": - testFile = os.getenv ('ASG_TEST_FILE_DATA') -elif dataType=="mc": - testFile = os.getenv ('ASG_TEST_FILE_MC') -elif dataType=="afii": - testFile = os.getenv ('ASG_TEST_FILE_MC_AFII') - -jps.AthenaCommonFlags.FilesInput = [testFile] +print("Running on data type: " + dataType) +inputfile = {"data": 'ASG_TEST_FILE_DATA', + "mc": 'ASG_TEST_FILE_MC', + "afii": 'ASG_TEST_FILE_MC_AFII'} +# Set up the reading of the input file: +import AthenaPoolCnvSvc.ReadAthenaPool +theApp.EvtMax = 500 +testFile = os.getenv ( inputfile[dataType] ) +svcMgr.EventSelector.InputCollections = [testFile] from MuonAnalysisAlgorithms.MuonAnalysisAlgorithmsTest import makeSequence algSeq = makeSequence (dataType) @@ -50,17 +34,11 @@ print (algSeq) # For debugging # Add all algorithms from the sequence to the job. athAlgSeq += algSeq -# Write a mini-xAOD if requested: -if athArgs.write_xaod: - from OutputStreamAthenaPool.MultipleStreamManager import MSMgr - minixAOD = MSMgr.NewPoolRootStream( 'AAOD_MUON', - FileName = 'MuonAnalysisAlgorithmsTest.AAOD_MUON.pool.root' ) - minixAOD.AddItem( - [ 'xAOD::EventInfo#EventInfo', - 'xAOD::EventAuxInfo#EventInfoAux.-', - 'xAOD::MuonContainer#AnalysisMuons_NOSYS', - 'xAOD::AuxContainerBase#AnalysisMuons_NOSYSAux.eta.phi.pt' ] ) - +# Set up a histogram output file for the job: +ServiceMgr += CfgMgr.THistSvc() +ServiceMgr.THistSvc.Output += [ + "ANALYSIS DATAFILE='MuonAnalysisAlgorithmsTest." + dataType + ".hist.root' OPT='RECREATE'" + ] # Reduce the printout from Athena: include( "AthAnalysisBaseComps/SuppressLogging.py" ) diff --git a/PhysicsAnalysis/Algorithms/TauAnalysisAlgorithms/share/TauAnalysisAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/TauAnalysisAlgorithms/share/TauAnalysisAlgorithmsTest_jobOptions.py index a83dc7c63755f389daeeb51e20156201bb3e1ad5..d15a7339611f865c7c1bf3aadb46c652e8638ac8 100644 --- a/PhysicsAnalysis/Algorithms/TauAnalysisAlgorithms/share/TauAnalysisAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/TauAnalysisAlgorithms/share/TauAnalysisAlgorithmsTest_jobOptions.py @@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile] diff --git a/PhysicsAnalysis/Algorithms/TriggerAnalysisAlgorithms/share/TriggerAlgorithmsTest_jobOptions.py b/PhysicsAnalysis/Algorithms/TriggerAnalysisAlgorithms/share/TriggerAlgorithmsTest_jobOptions.py index 8bd9e31e5eb4b798448388462af016c6fe7bc6d3..2131a772d2ab93adc7dc049ba36edbd914d3a049 100644 --- a/PhysicsAnalysis/Algorithms/TriggerAnalysisAlgorithms/share/TriggerAlgorithmsTest_jobOptions.py +++ b/PhysicsAnalysis/Algorithms/TriggerAnalysisAlgorithms/share/TriggerAlgorithmsTest_jobOptions.py @@ -22,7 +22,7 @@ inputfile = {"data": 'ASG_TEST_FILE_DATA', "afii": 'ASG_TEST_FILE_MC_AFII'} # Set up the reading of the input file: -import AthenaRootComps.ReadAthenaxAODHybrid +import AthenaPoolCnvSvc.ReadAthenaPool theApp.EvtMax = 500 testFile = os.getenv ( inputfile[dataType] ) svcMgr.EventSelector.InputCollections = [testFile]