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

Constituent: hfcprint     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

HFC_resultsPrint.c File Reference

Provides routines to output the event-by-event heavy ion results vector to a terminal (ASCII). More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "XFC/HFC_resultsPrint.h"
#include "XFC/HFC_status.h"
#include "HFC_resultDef.h"
#include "EDS/ECR_cal.h"
#include "EDS/TMR.h"

Include dependency graph for HFC_resultsPrint.c:


Functions

int HFC_resultsSizeof (void)
 Returns the size, in bytes, of a HFC result record.
int HFC_resultsPrint (int options, const HFC_result *beg, const HFC_result *end)
 Prints the event-by-event result vector to the terminal.

Detailed Description

Provides routines to output the event-by-event heavy ion results vector to a terminal (ASCII).

Author:
JJRussell - russell@slac.stanford.edu
    CVS $Id

Function Documentation

int HFC_resultsPrint int  options,
const HFC_result beg,
const HFC_result end
 

Prints the event-by-event result vector to the terminal.

Returns:
The number printed
Parameters:
options An options vector, expressed as a bit mask, controlling how verbose the display is.
beg The first results vector to print.
end The ending results vector
Currently only two options are supported HFC_RESULTS_PRINT_OPT_M_EVENT and HFC_RESULTS_PRINT_OPT_M_SUMMARY. These are documented in the interface file.

int HFC_resultsSizeof void   ) 
 

Returns the size, in bytes, of a HFC result record.

Returns:
The size, in bytes, of a HFC result record.


Generated on Thu Jun 19 01:23:40 2008 by  doxygen 1.4.4