ATLAS Offline Software
H8PhaseRec_jobOptions.py
Go to the documentation of this file.
1 # assume only one TDC for H8
2 TBPhaseRec.TDCNames = ["frag0x12chan0"] # the TDC(s) with phase information
3 
4 # Time-dependent (=run-dependent) TDC calibration
5 TBPhaseRec.CalibFileName = "H8PhaseCalib.txt"
6 
7 # These TDCToTime and the TDCwac values are derived from run 1000944
8 #TBPhaseRec.TDCToTime = [-0.036*ns] # per TDC
9 #TBPhaseRec.TDCwac = [565] # wrap around constants
10 #TBPhaseRec.TDCMin = [0.] # used only for choosing the best TDC. Not relevant for H8
11 
12 TBPhaseRec.TTCClockPeriod = 25.*ns
13 TBPhaseRec.TimeBins = 25 # 0 <= phase index <= (TimeBins - 1)
14 TBPhaseRec.TBPhaseKey = "TBPhase" # key of the TBPhase object that TBPhaseRec tries to create
15 TBPhaseRec.GuardCutValue = 10.0 # WAC guard region cut
16 TBPhaseRec.NeverReturnFailure = TRUE # controls when StatusCode::FAILURE can be issued in execute()
17 
18 TBPhaseRec.OutputLevel = INFO
19 
20 # WAC guard region (now integrated in TBPhaseRec)
21 #theApp.TopAlg += ["TBEventStreamer/PhaseStreamer"]
22 #PhaseStreamer = Algorithm( "PhaseStreamer" )
23 #PhaseStreamer.ToolNames += [ "TBPhaseStreamerTool/GuardCut" ]
24 #PhaseStreamer.GuardCut.TBPhaseKey = "TBPhase"
25 #PhaseStreamer.GuardCut.Guard = 10.0