PandoraAnalysis  01.02.01
Public Member Functions | List of all members
PfoAnalysis Class Reference

PfoAnalysis class. More...

#include <PfoAnalysis.h>

Inheritance diagram for PfoAnalysis:

Public Member Functions

 PfoAnalysis ()
 Default constructor.
 
virtual Processor * newProcessor ()
 Create new processor.
 
virtual void init ()
 Initialize, called at startup.
 
virtual void processRunHeader (lcio::LCRunHeader *pLCRunHeader)
 Process run header. More...
 
virtual void processEvent (EVENT::LCEvent *pLCEvent)
 Process event, main entry point. More...
 
virtual void check (EVENT::LCEvent *pLCEvent)
 Checks for event. More...
 
virtual void end ()
 End, called at shutdown.
 

Detailed Description

PfoAnalysis class.

Member Function Documentation

void PfoAnalysis::check ( EVENT::LCEvent *  pLCEvent)
virtual

Checks for event.

Parameters
pLCEventthe lc event
void PfoAnalysis::processEvent ( EVENT::LCEvent *  pLCEvent)
virtual

Process event, main entry point.

Parameters
pLCEventthe lc event

References pandora_analysis::CalibrationHelper::Calibrate().

void PfoAnalysis::processRunHeader ( lcio::LCRunHeader *  pLCRunHeader)
virtual

Process run header.

Parameters
pLCRunHeaderthe lc run header

The documentation for this class was generated from the following files: