GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LSE / V2-0-2 > lseprint / linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

LSE_stdCtbPrint.c File Reference

Prints the standard event contributions. More...

#include "LSF/LSF.h"
#include "LSE/LSE_ids.h"
#include "LSE/LSE_stdCtbPrint.h"
#include "LSE/LSE_etxCtbPrint.h"
#include "LSE/LSE_timCtbPrint.h"

Typedefs

typedef int(* Printer )(const LSF_contribution *ctb)
 Call signature for a contribution print routine.

Functions

static int isEvent (const LSF_contribution *ctb)
 Dummy print routine for events.
int LSE_stdCtbPrint (const LSF_contribution *ctb)
 If the contribution of one of standard contributions, then it will be printed.


Detailed Description

Prints the standard event contributions.

Author:
JJRussell - russell@slac.stanford.edu

   CVS $Id: LSE_stdCtbPrint.c,v 1.3 2005/10/13 20:13:59 russell Exp $

Typedef Documentation

int(* Printer)(const LSF_contribution *ctb)

Call signature for a contribution print routine.

Return values:
< 0, Private contribtuion
= 0, Standard contribution
> 0, Event contribution
Parameters:
ctb The contribution to print


Function Documentation

int isEvent ( const LSF_contribution *  ctb  )  [static]

Dummy print routine for events.

Return values:
1,Indicating that this is an event
Parameters:
ctb The event contribution (unused)

int LSE_stdCtbPrint ( const LSF_contribution *  ctb  ) 

If the contribution of one of standard contributions, then it will be printed.

Return values:
< 0, the contribution is a user private
= 0, the contribution is one of the standard contribution
> 0, the contribution is an event contribution
Parameters:
ctb The contribution to print


Generated on Mon Jul 26 16:52:13 2010 by  doxygen 1.5.3