GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> XFC / V0-2-0 > ddfc / rhel5-32


Interface   Data Structures   File List   Data Fields   Globals  

DFC_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 DFC_statsSizeof (void)
 Returns the size, in bytes, of the statistics table.
void DFC_statsClear (DFC_stats *stats)
 Clears the statistics block.
void DFC_statsAccumulate (DFC_stats *stats, const DFC_result *beg, const DFC_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: DFC_stats.h,v 1.1.1.1 2006/06/13 22:18:24 russell Exp $

Function Documentation

void DFC_statsAccumulate ( DFC_stats stats,
const DFC_result beg,
const DFC_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 _DFC_stats::cnts, and _DFC_result::status.

void DFC_statsClear ( DFC_stats stats  ) 

Clears the statistics block.

Parameters:
stats The statistics block to clear.

void DFC_statsSizeof ( void   ) 

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

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


Generated on Sat May 21 07:25:11 2011 by  doxygen 1.5.8