GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > XFC_DB / V0-0-1

Constituent: mfc_db_normal     Tag: mv2304


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...

This graph shows which files directly or indirectly include this file:


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__Sampler_Vetoes   0x7fffc000
 The list of vetoes to use.
#define DEFAULT__Sampler_Enables   0
 The list of enabler prescales.
#define MFC_DB_DATA_SAMPLER
 Template for the Minimum Ionizing Particle Filter Sampling Parameters.
#define MFC_DB_DATA   MFC_DB_DATA_SAMPLER, MFC_DB_DATA_PRMS
 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.1.1.1 2006/06/13 21:18:21 russell Exp $

Define Documentation

#define MFC_DB_DATA_PRMS
 

Value:

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


Generated on Tue Apr 24 01:51:43 2007 by  doxygen 1.4.4