GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> XFC / V0-3-2 > mfcprint / mv2304


Interface   Data Structures   File List   Data Fields   Globals  

MFC_resultsPrint.h File Reference

Defines the interface for summarizing the event-by-event results of the Minimum Ionizing Particle (MIP) filtering process. More...


Typedefs

typedef enum
_MFC_RESULTS_PRINT_OPT_V 
MFC_RESULTS_PRINT_OPT_V
 Typedef for enum _MFC_M_RESULTS_PRINT_OPT_V.
typedef enum
_MFC_RESULTS_PRINT_OPT_M 
MFC_RESULTS_PRINT_OPT_M
 Typedef for enum _MFC_RESULTS_PRINT_OPT_M.

Enumerations

enum  _MFC_RESULTS_PRINT_OPT_V {
  MFC_RESULTS_PRINT_OPT_V_SUMMARY = 0,
  MFC_RESULTS_PRINT_OPT_V_EVENT = 1
}
 Enumerates the print options for the MFC_resultsPrint routine as bit offsets. More...
enum  _MFC_RESULTS_PRINT_OPT_M {
  MFC_RESULTS_PRINT_OPT_M_SUMMARY,
  MFC_RESULTS_PRINT_OPT_M_EVENT,
  MFC_RESULTS_PRINT_OPT_M_ALL = 0xffff
}
 Enumerates the print options for the MFC_resultsPrint routine as bit masks. More...

Functions

int MFC_resultsPrint (int options, const MFC_result *beg, const MFC_result *end)
 Prints the event-by-event result vector to the terminal.


Detailed Description

Defines the interface for summarizing the event-by-event results of the Minimum Ionizing Particle (MIP) filtering process.

Author:
JJRussell - russell@slac.stanford.edu

    CVS $Id: MFC_resultsPrint.h,v 1.1.1.1 2006/06/13 22:18:24 russell Exp $

Enumeration Type Documentation

Enumerates the print options for the MFC_resultsPrint routine as bit masks.

Enumerator:
MFC_RESULTS_PRINT_OPT_M_SUMMARY  Print the summary information
MFC_RESULTS_PRINT_OPT_M_EVENT  Print the event by event information
MFC_RESULTS_PRINT_OPT_M_ALL  Print all the information

Enumerates the print options for the MFC_resultsPrint routine as bit offsets.

Enumerator:
MFC_RESULTS_PRINT_OPT_V_SUMMARY  Print the summary information
MFC_RESULTS_PRINT_OPT_V_EVENT  Print event by event information


Function Documentation

int MFC_resultsPrint ( int  options,
const MFC_result beg,
const MFC_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 MFC_RESULTS_PRINT_OPT_M_EVENT and MFC_RESULTS_PRINT_OPT_M_SUMMARY. These are documented in the interface file.

References _MFC_result::beg, _MFC_result::cal, _MFC_result::dir, _MFC_result::evtNum, _MFC_result::gem, MFC_RESULTS_PRINT_OPT_M_EVENT, MFC_RESULTS_PRINT_OPT_M_SUMMARY, MFC_STATUS_M_MULTI_PKT, MFC_STATUS_M_STAGE_CAL, MFC_STATUS_M_STAGE_DIR, MFC_STATUS_M_STAGE_GEM, MFC_STATUS_M_STAGE_XCAL, _MFC_result::mlayers, _MFC_result::status, and _MFC_result::xcal.


Generated on Fri Nov 30 11:24:47 2012 by  doxygen 1.5.8