ATLAS Offline Software
StdJOSetup.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
4 
5 
6 from AthenaCommon.AppMgr import ServiceMgr as svcMgr
7 svcMgr.MessageSvc.OutputLevel = INFO
8 if "LOGLEVEL" in dir():
9  svcMgr.MessageSvc.OutputLevel = LOGLEVEL
10 
11 
12 from AthenaCommon.Logging import logging
13 
14 
15 from AthenaCommon.AppMgr import theApp
16 theApp.EvtMax = 100
17 if "EVTMAX" in dir():
18  theApp.EvtMax = EVTMAX
19 
20 
21 include("PartPropSvc/PartPropSvc.py")
22 
23 
25 from AthenaCommon.AlgSequence import AlgSequence
26 topSequence = AlgSequence()
27 topSeq = topSequence
28 topAlg = topSequence
29 job = topSequence
30 
31 
32 from AthenaCommon.AppMgr import ServiceMgr
33 svcMgr = ServiceMgr
34 
35 
36 msgSvc = svcMgr.MessageSvc
37 sgSvc = svcMgr.StoreGateSvc
38 ppSvc = svcMgr.PartPropSvc
39 
40 
41 from AthenaCommon.AthenaCommonFlags import jobproperties
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
python.Include.include
include
Definition: Include.py:318
beamspotman.dir
string dir
Definition: beamspotman.py:623