00001 /* eemcGammaFilterMakerParams.idl 00002 * 00003 * Table: eemcGammaFilterMakerParams 00004 * 00005 * description: * //: parameters for the EEMC-based gamma filter maker 00006 */ 00007 00008 struct eemcGammaFilterMakerParams { 00009 float eemcSamplingFraction; /* EEMc sampling fraction to be used in the calculations */ 00010 float seedEnergyThreshold; /* seed tower energy threshold for foming 3x3 clusters */ 00011 float clusterEtThreshold; /* total cluster E_T threshold */ 00012 float maxVertexZ; /* vertex |z| limit */ 00013 long filterMode; /* filter enabled or disabled */ 00014 }; 00015
1.5.9