dEmcEvent.idl

Go to the documentation of this file.
00001 /* dEmcEvent.idl */
00002 
00010 struct dEmcEvent {
00011   short id;             /* unique identifyer of the entry */
00012   short evtyp;          /* event type */
00013   long evno;            /* event number */
00014   long runno;           /* run number */
00015   short serialno;       /* serial number of input (may be more than one) */
00016   float impact;         /* impact parameter */
00017   float xyz[3];         /* estimated vertex */
00018   float twrmultlo;      /* tower multiplicity low threshold */
00019   float twrmulthi;      /* tower multiplicity high threshold */
00020   float tote;           /* total energy seen in calorimeter */
00021   float totet;          /* total transverse energy seen in calorimeter */
00022   float trigsum[3];     /* total number of triggers firing  --  3 thresholds */
00023   float sece[8];        /* sector energy sum array */
00024   float secet[8];       /* sector energy sum array */
00025 };