GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > XFC / V0-1-2
Constituent: mfc     Tag: mv2304
#include "EFC/EFC_fate.h"
#include "EDS/EBF_siv.h"
Include dependency graph for MFC.h:

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

Functions | |
| int | MFC_sizeof (int cnt) |
| Sizes the minimum ionizing particle filtering control structure. | |
| int | MFC_cfgSizeof (void) |
| Sizes the minimum filtering configuration as it is used in the actual filtering progam. | |
| int | MFC_cfgCompile (MFC_cfg *cfg, const MFC_DB_prms *prms) |
| Implements the transformation of the configuration parameters as specified by the user, cfg, into the internal form, ctlCfg. | |
| int | MFC_resultSizeof (const MFC *hfc) |
| Returns the size, in bytes, of one result vector. | |
| MFC_cfg * | MFC_cfgSet (MFC *hfc, MFC_cfg *cfg) |
| Makes the specified internal representation of the configuration parameters the current active one. | |
| int | MFC_filter (MFC *hfc, unsigned int pktByte, EBF_pkt *pkt, EBF_siv siv, EDS_fwIxb *ixb, unsigned int vetoes, MFC_result *result) |
| Determines the fate of 1 event. | |
| unsigned int | MFC_fwObjects (void) |
| Returns a bit mask of the EDS_fw objects used by the heavy ion filter. | |
| unsigned int | MFC_fwNeeds (void) |
| Returns a bit mask of the EDS_fw needs. | |
| const EFC_services * | MFC_servicesGet (void) |
CVS $Id: MFC.h,v 1.1.1.1 2006/06/13 22:18:24 russell Exp $
|
||||||||||||
|
Implements the transformation of the configuration parameters as specified by the user, cfg, into the internal form, ctlCfg.
|
|
||||||||||||
|
Makes the specified internal representation of the configuration parameters the current active one.
|
|
|
Sizes the minimum filtering configuration as it is used in the actual filtering progam.
|
|
||||||||||||||||||||||||||||||||
|
Determines the fate of 1 event.
|
|
|
Returns a bit mask of the EDS_fw needs.
|
|
|
Returns a bit mask of the EDS_fw objects used by the heavy ion filter.
|
|
|
Returns the size, in bytes, of one result vector.
|
|
|
Sizes the minimum ionizing particle filtering control structure.
|
1.4.4