Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DReaction_factory_b1pi_hists Class Reference

#include <DReaction_factory_b1pi_hists.h>

+ Inheritance diagram for DReaction_factory_b1pi_hists:

Public Member Functions

 DReaction_factory_b1pi_hists ()
 
 ~DReaction_factory_b1pi_hists ()
 
const char * Tag (void)
 

Private Member Functions

jerror_t init (void)
 Called once at program start. More...
 
jerror_t brun (jana::JEventLoop *eventLoop, int32_t runnumber)
 Called everytime a new run number is detected. More...
 
jerror_t evnt (jana::JEventLoop *eventLoop, uint64_t eventnumber)
 Called every event. More...
 
jerror_t erun (void)
 Called everytime run number changes, provided brun has been called. More...
 
jerror_t fini (void)
 Called after last event of last event source has been processed. More...
 

Private Attributes

deque< DReactionStep * > dReactionStepPool
 

Detailed Description

Definition at line 17 of file DReaction_factory_b1pi_hists.h.

Constructor & Destructor Documentation

DReaction_factory_b1pi_hists::DReaction_factory_b1pi_hists ( )
inline

Definition at line 20 of file DReaction_factory_b1pi_hists.h.

DReaction_factory_b1pi_hists::~DReaction_factory_b1pi_hists ( )
inline

Definition at line 21 of file DReaction_factory_b1pi_hists.h.

Member Function Documentation

jerror_t DReaction_factory_b1pi_hists::brun ( jana::JEventLoop *  eventLoop,
int32_t  runnumber 
)
private

Called everytime a new run number is detected.

Definition at line 98 of file DReaction_factory_b1pi_hists.cc.

jerror_t DReaction_factory_b1pi_hists::erun ( void  )
private

Called everytime run number changes, provided brun has been called.

Definition at line 114 of file DReaction_factory_b1pi_hists.cc.

jerror_t DReaction_factory_b1pi_hists::evnt ( jana::JEventLoop *  eventLoop,
uint64_t  eventnumber 
)
private

Called every event.

Definition at line 106 of file DReaction_factory_b1pi_hists.cc.

jerror_t DReaction_factory_b1pi_hists::fini ( void  )
private

Called after last event of last event source has been processed.

Definition at line 122 of file DReaction_factory_b1pi_hists.cc.

References dReactionStepPool.

const char* DReaction_factory_b1pi_hists::Tag ( void  )
inline

Definition at line 22 of file DReaction_factory_b1pi_hists.h.

Member Data Documentation

deque<DReactionStep*> DReaction_factory_b1pi_hists::dReactionStepPool
private

Definition at line 31 of file DReaction_factory_b1pi_hists.h.

Referenced by fini(), and init().


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