StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcGammaFilterMakerParams.idl
1 /* eemcGammaFilterMakerParams.idl
2  *
3  * Table: eemcGammaFilterMakerParams
4  *
5  * description: * //: parameters for the EEMC-based gamma filter maker
6  */
7 
9  float eemcSamplingFraction; /* EEMc sampling fraction to be used in the calculations */
10  float seedEnergyThreshold; /* seed tower energy threshold for foming 3x3 clusters */
11  float clusterEtThreshold; /* total cluster E_T threshold */
12  float maxVertexZ; /* vertex |z| limit */
13  long filterMode; /* filter enabled or disabled */
14 };
15