PfoAnalysis class.
More...
#include <PfoAnalysis.h>
|
| 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.
|
|
void PfoAnalysis::check |
( |
EVENT::LCEvent * |
pLCEvent | ) |
|
|
virtual |
Checks for event.
- Parameters
-
void PfoAnalysis::processEvent |
( |
EVENT::LCEvent * |
pLCEvent | ) |
|
|
virtual |
void PfoAnalysis::processRunHeader |
( |
lcio::LCRunHeader * |
pLCRunHeader | ) |
|
|
virtual |
Process run header.
- Parameters
-
pLCRunHeader | the lc run header |
The documentation for this class was generated from the following files: