dEmcRawData.idl

Go to the documentation of this file.
00001 /* dEmcRawData.idl */
00002 
00011 struct dEmcRawData {
00012   short id;             /* unique identifyer of the entry */
00013   long evno;            /* event number */
00014   long hwkey;           /* hardware key  --  to search hardware database */
00015   long swkey;           /* software key  --  may be zero */
00016   short type;           /* detector type: PbSc = 1, PbGl = 2 */
00017   short adclopre;       /* ADC low pre-sample */
00018   short adclopost;      /* ADC low post-sample */
00019   short adchipre;       /* ADC high pre-sample */
00020   short adchipost;      /* ADC high post-sample */
00021   short tdc;            /* TDC readout */
00022 
00023 };