GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> XFC / V0-3-1 > dmfc / rad750


Interface   Data Structures   File List   Data Fields   Globals  

MFC_stats.h File Reference

Defines the interface for summarizing the event-by-event results of the filtering process into a statistics table. More...


Functions

int MFC_statsSizeof (void)
 Returns the size, in bytes, of the statistics table.
void MFC_statsClear (MFC_stats *stats)
 Clears the statistics block.
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.


Detailed Description

Defines the interface for summarizing the event-by-event results of the filtering process into a statistics table.

Author:
JJRussell - russell@slac.stanford.edu

   CVS $Id: MFC_stats.h,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

References _MFC_stats::cnts, and _MFC_result::status.

void MFC_statsClear ( MFC_stats stats  ) 

Clears the statistics block.

Parameters:
stats The statistics block to clear.

void MFC_statsSizeof ( void   ) 

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

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


Generated on Wed Nov 21 20:25:55 2012 by  doxygen 1.5.8