00001 /* 00002 ********************************************************* 00003 * Table: controlADCtoE.idl 00004 * Description: define keys for managing StEmcADCtoEMaker 00005 * Author : Aleksei Pavlinov, WSU 00006 ********************************************************* 00007 */ 00008 struct controlADCtoE 00009 { 00010 short DeductPedestal[8]; /* switch for deducting pedestal */ 00011 short Calibration[8]; /* switch for calibration */ 00012 float CutOff[8]; /* cutoff value. See CutOffType for more information*/ 00013 short CutOffType[8]; /* cutoff type (0 = none, 1 = pedestal RMS, 2 = energy) */ 00014 short OnlyCalibrated[8]; /* save only calibrated hits */ 00015 short CheckStatus[8]; /* save only if status is ok */ 00016 short CheckCrate[8]; /* save only if crate is ok */ 00017 short messLimit; /* limit for warning message */ 00018 };
1.5.9