ATLAS Offline Software
Loading...
Searching...
No Matches
H6PhaseRec_jobOptions.py
Go to the documentation of this file.
1# assume two TDCs for H6
2TBPhaseRec.TDCNames = [ # the TDC(s) with phase information
3 "word1frag0x03chan0",
4 "word2frag0x03chan0"
5 ]
6TBPhaseRec.TDCToTime = [-0.05*ns, -0.05*ns] # per TDC
7TBPhaseRec.TDCwac = [ 658., 390.] # wrap around constants
8TBPhaseRec.TDCMin = [ 320., 320.] # used only for choosing the best TDC if necessary
9TBPhaseRec.TTCClockPeriod = 25.*ns
10TBPhaseRec.TimeBins = 25 # 0 <= phase index <= (TimeBins - 1)
11TBPhaseRec.TBPhaseKey = "TBPhase" # key of the TBPhase object that TBPhaseRec tries to create
12
13