ATLAS Offline Software
Loading...
Searching...
No Matches
H8BeamRec_jobOptions.py
Go to the documentation of this file.
1include( "TBCnv/TBReadH8BS_EventStorage_jobOptions.py" )
2from AthenaCommon.AlgSequence import AlgSequence
3topSequence = AlgSequence()
4#theApp.Dlls += [ "TBRec" ]
5#theApp.TopAlg += ["TBScintillatorRec"]
6#TBScintRec = Algorithm("TBScintillatorRec")
7#TBScintRec.OutputLevel=DEBUG
8from TBRec.TBRecConf import TBScintillatorRec
9TBScintRec = TBScintillatorRec("TBScintRec")
10TBScintRec.SGkey="ScintillatorRawCont"
11topSequence += TBScintRec
12include( "TBRec/H8ScintRec_jobOptions.py" )
13#theApp.TopAlg += ["TBBPCRec"]
14#TBBPCRec = Algorithm("TBBPCRec")
15from TBRec.TBRecConf import TBBPCRec
16TBBPCRec = TBBPCRec()
17TBBPCRec.SGkey="BPCRawCont"
18include( "TBRec/H8BPCRec_jobOptions.py" )
19TBBPCRec.CalibFileName = "H8BPCCalib.txt"
20topSequence += TBBPCRec
21#theApp.TopAlg += ["TBPhaseRec/TBPhaseRec"]
22#TBPhaseRec = Algorithm("TBPhaseRec")
23from TBRec.TBRecConf import TBPhaseRec
24TBPhaseRec = TBPhaseRec()
25include( "TBRec/H8PhaseRec_jobOptions.py" )
26topSequence += TBPhaseRec
reconstruction of a suitable event phase
Definition TBPhaseRec.h:22