ATLAS Offline Software
Loading...
Searching...
No Matches
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
6from AthenaCommon.AppMgr import ServiceMgr as svcMgr
7svcMgr.MessageSvc.OutputLevel = INFO
8if "LOGLEVEL" in dir():
9 svcMgr.MessageSvc.OutputLevel = LOGLEVEL
10
11
12from AthenaCommon.Logging import logging
13
14
15from AthenaCommon.AppMgr import theApp
16theApp.EvtMax = 100
17if "EVTMAX" in dir():
18 theApp.EvtMax = EVTMAX
19
20
21include("PartPropSvc/PartPropSvc.py")
22
23
25from AthenaCommon.AlgSequence import AlgSequence
26topSequence = AlgSequence()
27topSeq = topSequence
28topAlg = topSequence
29job = topSequence
30
31
32from AthenaCommon.AppMgr import ServiceMgr
33svcMgr = ServiceMgr
34
35
36msgSvc = svcMgr.MessageSvc
37sgSvc = svcMgr.StoreGateSvc
38ppSvc = svcMgr.PartPropSvc
39
40
41from AthenaCommon.AthenaCommonFlags import jobproperties