GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> XFC_DB / dev > mip_eff_off_axis / rhel5-64


Interface   Data Structures   File List   Data Fields   Globals  

MFC_DB_macros.h File Reference

Defines the macros used to fill the parameters for the Minimum Ionizing Particle (MIP) Event Filter. More...


Defines

#define DEFAULT__Cal_Elo   5 Mev
 The lower energy threshold, expressed in MEV, used to determine if the energy deposited is in the 1 MIP range. With a MIP in the CAL being ~12 Mev, this number is typically set to ~5 Mev. This is the default value.
#define DEFAULT__Cal_Ehi   25 Mev
 The upper energy threshold, expressed in MEV, used to determine if the energy deposited is in the 1 MIP range. With a MIP in the CAL being ~12 Mev, this number is typically set to ~25 Mev. This is the default value.
#define DEFAULT__Cal_Nlayers   3 Layers
 The number of layers to check for minimum ionizing. The test for failure is greater than this value. Typical value is 3. This is the default value.
#define DEFAULT__Tkr_Placeholder   0
 Placeholder, default value.
#define MFC_DB_DATA_PRMS
 Template for the Minimum Ionizing Particle Filter Parameters.
#define DEFAULT__Active_Passes_Vetoes   0x7fffc000
 The list of vetoes to use.
#define MFC_DB_DATA_SAMPLER
 Template for the Minimum Ionizing Particle Filter Sampling Parameters.
#define MFC_DB_DATA(_name)
 Template for the Minimum Ionizing Particle Filter Sampling Parameters.


Detailed Description

Defines the macros used to fill the parameters for the Minimum Ionizing Particle (MIP) Event Filter.

Author:
JJRussell - russell@slac.stanford.edu

    CVS $Id: MFC_DB_macros.h,v 1.3 2007/10/17 03:57:47 jgt Exp $

Define Documentation

#define MFC_DB_DATA ( _name   ) 

Value:

static const MFC_DB_schema _name =                                         \
{                                                                          \
    MFC_DB_DATA_SAMPLER,                                                   \
    MFC_DB_DATA_PRMS                                                       \
};
Template for the Minimum Ionizing Particle Filter Sampling Parameters.

Parameters:
_name The name you wish to assign. This is quite arbitrary, but should be descriptive of the intent of the configuration

#define MFC_DB_DATA_PRMS

Value:

{                              \
  {                            \
    Cal_Elo,                   \
    Cal_Ehi,                   \
    Cal_Nlayers,               \
  },                           \
                               \
  {                            \
    Tkr_Placeholder            \
  }                            \
}
Template for the Minimum Ionizing Particle Filter Parameters.


Generated on Fri Mar 25 16:37:33 2011 by  doxygen 1.5.8