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_stats.c File Reference

Provides routines to clear and accumulate and the summary statistics of the Minimum Ionizing Particle filtering process. More...

#include "XFC/MFC_stats.h"
#include "MFC_statsDef.h"
#include "MFC_resultDef.h"
#include "EDS/FFS.h"
#include <string.h>

Include dependency graph for MFC_stats.c:


Functions

static __inline void accumulate (unsigned int cnts[32], unsigned int status)
void MFC_statsAccumulate (MFC_stats *stats, const MFC_result *beg, const MFC_result *end)
 Accumulates the statistics from a vector of event-by-event filtering results.
void MFC_statsClear (MFC_stats *stats)
 Clears the statistics block.
int MFC_statsSizeof (void)
 Returns the size, in bytes, of the statistics table.

Detailed Description

Provides routines to clear and accumulate and the summary statistics of the Minimum Ionizing Particle filtering process.

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

Function Documentation

void MFC_statsAccumulate MFC_stats stats,
const MFC_result beg,
const MFC_result end
 

Accumulates the statistics from a vector of event-by-event filtering results.

Parameters:
stats The statistics block to accumulate into
beg The first result vector in the array to accumulate
end The last (actually one past the last) result vector in the array to accumulate

void MFC_statsClear MFC_stats stats  ) 
 

Clears the statistics block.

Parameters:
stats The statistics block to clear.

int MFC_statsSizeof void   ) 
 

Returns the size, in bytes, of the statistics table.

Returns:
The size, in bytes, of the statistics table


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