ATLAS Offline Software
Atlas.UnixStandardJob.py
Go to the documentation of this file.
1 #**************************************************************
2 #
3 # Unix standard job options file
4 #
5 #==============================================================
6 
7 
8 import AthenaCommon.AtlasUnixStandardJob
9 
10 
11 from AthenaCommon.AppMgr import ServiceMgr as svcMgr
12 
13 #--------------------------------------------------------------
14 # units, as defined from CLHEP (not shown on screen)
15 #--------------------------------------------------------------
16 from AthenaCommon.SystemOfUnits import *
17 
18 # make the message service available
19 MessageSvc = svcMgr.MessageSvc
20 MessageSvc.enableSuppression = True
21 
22 #--------------------------------------------------------------
23 # StoreGate services configuration
24 #--------------------------------------------------------------
25 StoreGateSvc = svcMgr.StoreGateSvc
26 DetectorStore = svcMgr.DetectorStore
27 HistoryStore = svcMgr.HistoryStore
28 
29 #--------------------------------------------------------------
30 # Main alg sequence
31 #--------------------------------------------------------------
32 from AthenaCommon.AppMgr import athAlgSeq
33 
34 #==============================================================
35 #
36 # End of Unix standard job options file
37 #
38 #**************************************************************
SystemOfUnits