~ajdobbs/maus/rootfitter

« back to all changes in this revision

Viewing changes to doc/doc_src/detectors/tof.tex

  • Committer: Adam Dobbs
  • Date: 2017-02-28 17:58:27 UTC
  • mfrom: (1149.2.21 maus-primarychain)
  • Revision ID: phuccj@gmail.com-20170228175827-vhunrks5hzqsayb5
Merge: global recon updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
\end{tabularx}
138
138
\end{center}
139
139
\end{table*}
140
 
This is used by the reconstuction of the TOF detectors|
141
 
\verb|#TOF_cabling_file = "/files/cabling/TOFChannelMap.txt"|
142
 
\verb|#TOF_TW_calibration_file = "/files/calibration/tofcalibTW_dec2011.txt"|
143
 
\verb|#TOF_T0_calibration_file = "/files/calibration/tofcalibT0_trTOF1_dec2011.txt"|
144
 
\verb|#TOF_T0_calibration_file = "/files/calibration/tofcalibT0_trTOF0.txt"|
145
 
\verb|#TOF_Trigger_calibration_file = "/files/calibration/tofcalibTrigger_trTOF1_dec2011.txt"|
146
 
\verb|#TOF_Trigger_calibration_file = "/files/calibration/tofcalibTrigger_trTOF0.txt"|
147
 
\verb|# the date for which we want the cabling and calibration|
148
 
\verb|# date can be 'current' or a date in YYYY-MM-DD hh:mm:ss format|
149
 
\verb|#TOF_calib_date_from = 'current'|
150
 
\verb|TOF_calib_date_from = '2010-08-10 00:00:00'|
151
 
\verb|TOF_cabling_date_from = 'current'|
152
 
\verb|Enable_timeWalk_correction = True|
153
 
\verb|Enable_triggerDelay_correction = True|
154
 
\verb|Enable_t0_correction = True|
 
140
 
 
141
\begin{verbatim}
 
142
This is used by the reconstuction of the TOF detectors
 
143
#TOF_cabling_file = "/files/cabling/TOFChannelMap.txt"
 
144
#TOF_TW_calibration_file = "/files/calibration/tofcalibTW_dec2011.txt"
 
145
#TOF_T0_calibration_file = "/files/calibration/tofcalibT0_trTOF1_dec2011.txt"
 
146
#TOF_T0_calibration_file = "/files/calibration/tofcalibT0_trTOF0.txt"
 
147
#TOF_Trigger_calibration_file = "/files/calibration/tofcalibTrigger_trTOF1_dec2011.txt"
 
148
#TOF_Trigger_calibration_file = "/files/calibration/tofcalibTrigger_trTOF0.txt"
 
149
# the date for which we want the cabling and calibration
 
150
# date can be 'current' or a date in YYYY-MM-DD hh:mm:ss format
 
151
#TOF_calib_date_from = 'current'
 
152
TOF_calib_date_from = '2010-08-10 00:00:00'
 
153
TOF_cabling_date_from = 'current'
 
154
Enable_timeWalk_correction = True
 
155
Enable_triggerDelay_correction = True
 
156
Enable_t0_correction = True
 
157
\end{verbatim}
155
158
 
156
159
\section{Database}
157
160
\begin{itemize}
173
176
\end{center}
174
177
\end{table*}
175
178
\end{itemize}
176
 
 
177