GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > XFC / V0-1-2

Constituent: mfc     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

MFC_resultDef.h File Reference

Defines the data structure for summarizing the event-by-event results of the Minimum Ionizig Particle filtering process. More...

#include "EDS/TMR.h"

Include dependency graph for MFC_resultDef.h:

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


Data Structures

struct  _MFC_result
 Describes the event-by-event results of the Minimum Ionizing Particle filtering process for the instrumented and development version of the filtering code. More...

Defines

#define tmr_store(_where)   _where = TMR_GET()
 In the instrumented version of the filter, this macro gets and stores the current time. In other versions, it is a NOOP.
#define ievt_store(_where, _ievt)   _where = (_ievt)
 In the instrumented version of the filter, this macro stores current event number.

Typedefs

typedef _MFC_result MFC_result
 Typedef for MFC_result.

Detailed Description

Defines the data structure for summarizing the event-by-event results of the Minimum Ionizig Particle filtering process.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: MFC_resultDef.h,v 1.1.1.1 2006/06/13 22:18:24 russell Exp $

This defines two versions of the Minimum Ionizing Particle Result vector. One is a bare bones version used in flight, the other is used when instrumenting the filter for performance monitoring.

Define Documentation

#define ievt_store _where,
_ievt   )     _where = (_ievt)
 

In the instrumented version of the filter, this macro stores current event number.

Parameters:
_where Where to store the event number.
_ievt The event number to store
This macro is a NOOP in all but the instrumented version of the filter

#define tmr_store _where   )     _where = TMR_GET()
 

In the instrumented version of the filter, this macro gets and stores the current time. In other versions, it is a NOOP.

Parameters:
_where Where to store the time
This macro is a NOOP in all but the instrumented version of the filter


Typedef Documentation

MFC_result
 

Typedef for MFC_result.

Warning:
The documentation for this record is always generated as if it were for the instrumented and development filter. If one is using the the flyable version of the filter code, only the status and stageEnergy word are defined.


Generated on Thu Jun 19 01:26:00 2008 by  doxygen 1.4.4