ATLAS Offline Software
CheckFlow_New_Minbias.py
Go to the documentation of this file.
1 
10 import AthenaCommon.AtlasUnixStandardJob
11 
12 import AthenaPoolCnvSvc.ReadAthenaPool
13 svcMgr.EventSelector.InputCollections= ["hijing.flow.10-15.pool.root"]
14 #svcMgr.EventSelector.InputCollections= ["/tmp/soumya/soumya.pool.root"]
15 
16 from AthenaCommon.GlobalFlags import globalflags
17 from PartPropSvc.PartPropSvcConf import PartPropSvc
18 svcMgr += PartPropSvc()
19 
20 #include( "AthenaCommon/AthenaCommonFlags.py" )
21 
22 
23 #------------------------------------------------------------
24 # Load main libraries
25 #------------------------------------------------------------
26 from AthenaCommon.AlgSequence import AlgSequence
28 from FlowAfterburner.FlowAfterburnerConf import CheckFlow_New_Minbias
29 job += CheckFlow_New_Minbias()
30 
31 theApp.Dlls += [ "GeneratorObjectsAthenaPoolPoolCnv" ]
32 #------------------------------------------------------------
33 # Number of events and OutputLevel
34 #------------------------------------------------------------
35 theApp.EvtMax = -1
36 svcMgr.MessageSvc.OutputLevel = 3
37 
38 #------------------------------------------------------------
39 # Persistency services ntuples etc...
40 #------------------------------------------------------------
41 # THistService for native root in Athena
42 from GaudiSvc.GaudiSvcConf import THistSvc
43 svcMgr += THistSvc()
44 svcMgr.THistSvc.Output = ["FlowOutPut DATAFILE='CheckFlow.hist.root' OPT='RECREATE'"]
45 
46 #theApp.Dlls += [ "GaudiSvc" ]
47 #THistSvc = Algorithm( "THistSvc" )
48 #THistSvc.Output = ["FlowOutPut DATAFILE='CheckFlow.hist.root' OPT='RECREATE'"]
49 
50 #CheckFlow = Algorithm( "CheckFlow" )
51 CheckFlow_New_Minbias = job.CheckFlow_New_Minbias
52 CheckFlow_New_Minbias.McEventKey = "GEN_EVENT"
53 CheckFlow_New_Minbias.RapidityCutMax = 5.5
54 #==============================================================
55 #
56 # End of job options file
57 #
58 
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
Lb2Lll.THistSvc
THistSvc
Definition: Lb2Lll.py:216
CheckFlow_New_Minbias
Definition: CheckFlow_New_Minbias.h:33