GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> GRBP_DB / V1-0-1 > grbp_db_siu / linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

GRBP_DB_window.h File Reference

Defines the database schema for configuring a window. More...

#include "GRBP_DB/GRBP_DB_messageSchedule.h"
#include "GRBP_DB/GRBP_DB_locationSchedule.h"
#include "GRBP_DB/GRBP_DB_gammaList.h"

Classes

struct  _GRBP_DB_windowTier1
 Configuration parameters controlling the tier 1 window. More...
struct  _GRBP_DB_windowTier2
 Configuration parameters controlling the tier 2 window. More...
struct  _GRBP_DB_windowGrb
 Configuration parameters controlling the updating and control of the list gamma candidates after a trigger has been declared. More...
struct  _GRBP_DB_window
 Configuration controlling the definition of a GRBP window. More...

Defines

#define _GRBP_DB_WINDOW_TYPE_K_LAT   0
 Preprocessor symbol for a LAT window type. Programmers should only use this symbol if it is needed at compile time, otherwise use the enumeration, GRBP_DB_WINDOW_TYPE_K_LAT.
#define _GRBP_DB_WINDOW_TYPE_K_GBM   1
 Preprocessor symbol for a GBM window type. Programmers should only use this symbol if it is needed at compile time, otherwise use the enumeration, GRBP_DB_WINDOW_TYPE_K_GBM.

Typedefs

typedef enum
_GRBP_DB_windowType 
GRBP_DB_windowType
 Typedef for enum _GRBP_DB_windowType.
typedef struct
_GRBP_DB_windowTier1 
GRBP_DB_windowTier1
 Typedef for struct _GRBP_DB_windowTier1.
typedef struct
_GRBP_DB_windowTier2 
GRBP_DB_windowTier2
 Typedef for struct _GRBP_DB_windowTier2.
typedef struct
_GRBP_DB_windowGrb 
GRBP_DB_windowGrb
 Typedef for GRBP_DB_windowGrb.
typedef struct
_GRBP_DB_window 
GRBP_DB_window
 Typedef for struct _GRBP_DB_window.

Enumerations

enum  _GRBP_DB_windowType {
  GRBP_DB_WINDOW_TYPE_K_LAT = _GRBP_DB_WINDOW_TYPE_K_LAT,
  GRBP_DB_WINDOW_TYPE_K_GBM = _GRBP_DB_WINDOW_TYPE_K_GBM
}
 The window type. More...


Detailed Description

Defines the database schema for configuring a window.

Author:
JJRussell - russell@slac.stanford.edu

   CVS $Id: GRBP_DB_window.h,v 1.3 2007/07/05 21:11:37 russell Exp $

Typedef Documentation

GRBP_DB_windowTier1

Typedef for struct _GRBP_DB_windowTier1.

The tier 1 window configuration controls the bootstrapping to find a preliminary GRB location. As such, this structure really only applies to LAT type windows.

GRBP_DB_windowTier2

Typedef for struct _GRBP_DB_windowTier2.

After the cluster threshold has been exceeded for window, all subsequent photons are entered into the tier 2 list. This set of parameters controls the entering of photons into this block and, ultimately the declaration of GRB.

GRBP_DB_windowType

Typedef for enum _GRBP_DB_windowType.

There are only 2 window types, a LAT window and a GBM window. This refers to the seed location method.


Enumeration Type Documentation

enum _GRBP_DB_windowType

The window type.

Enumerator:
GRBP_DB_WINDOW_TYPE_K_LAT  Location seed is from LAT photons
GRBP_DB_WINDOW_TYPE_K_GBM  Location seed is from GBM message


Generated on Wed Nov 10 12:17:33 2010 by  doxygen 1.5.3