CTOF Delta T

From GlueXWiki
Revision as of 09:29, 7 December 2022 by Zihlmann (Talk | contribs) (Delta T of CTOF hits)

Jump to: navigation, search

Delta T of CTOF hits

In this section we look at the time difference of hits in the same paddle between the top and the bottom PMT. Two sources of timing information are used, the time from the ADC itself and the time from the TDC. The DANA objects used here are DCTOFHit objects with the container class having the following structure:

int bar; ///< bar number
int end; ///< top=0,bottom=1;
float dE; ///< attenuated energy deposition in GeV
double t; ///< time in ns
double t_adc;///< time in ns from FADC

Note that the factory that fills this structure already applies timing corrections like offsets to the timing data t and t_adc. We select data that have a CTOF trigger only meaning no other trigger bits are set. To provide an understanding as to how often it happens that in addition to the CTOF trigger another trigger bit is set either on the front pannel (LED trigger, random) or in the GTP (physics trigger, PS trigger) the following plot can be studied:

Ctof triggers.gif