ATLAS Offline Software
PileupAlgorithmsTest_jobOptions.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 #
3 # @author Jon Burr
4 # adapted from GeneratorAlgorithmsTest_jobOptions.py
5 
6 # Only test on 'mc'
7 import AthenaRootComps.ReadAthenaxAODHybrid
8 theApp.EvtMax = 500
9 svcMgr.EventSelector.InputCollections = [os.getenv("ASG_TEST_FILE_MC")]
10 
11 from AsgAnalysisAlgorithms.AsgAnalysisAlgorithmsTest import makePileupSequence
13 print(algseq)
14 
15 athAlgSeq += algseq
16 
17 svcMgr += CfgMgr.THistSvc()
18 svcMgr.THistSvc.Output += [
19  "ANALYSIS DATAFILE='PileupAlgorithmsTest.hist.root' OPT='RECREATE'"
20 ]
python.AsgAnalysisAlgorithmsTest.makePileupSequence
def makePileupSequence()
Definition: AsgAnalysisAlgorithmsTest.py:268
Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28