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

Constituent: dhfc     Tag: 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...

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


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

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 Thu Jun 19 01:25:07 2008 by  doxygen 1.4.4