GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> XFC / V0-3-0 > hfc / rad750


Interface   Data Structures   File List   Data Fields   Globals  

HFC_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 HFC_statsSizeof (void)
 Returns the size, in bytes, of the statistics table.
void HFC_statsClear (HFC_stats *stats)
 Clears the statistics block.
void HFC_statsAccumulate (HFC_stats *stats, const HFC_result *beg, const HFC_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: HFC_stats.h,v 1.1.1.1 2006/06/13 22:18:24 russell Exp $

Function Documentation

void HFC_statsAccumulate ( HFC_stats stats,
const HFC_result beg,
const HFC_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 _HFC_stats::cnts, and _HFC_result::status.

void HFC_statsClear ( HFC_stats stats  ) 

Clears the statistics block.

Parameters:
stats The statistics block to clear.

void HFC_statsSizeof ( void   ) 

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

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


Generated on Wed Jan 4 14:42:11 2012 by  doxygen 1.5.8