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

#include <DEventProcessor_run_summary.h>

+ Inheritance diagram for DEventProcessor_run_summary:

Public Member Functions

const char * className (void)
 

Private Member Functions

jerror_t init (void)
 Called once at program start. More...
 
jerror_t brun (jana::JEventLoop *locEventLoop, int locRunNumber)
 Called every time a new run number is detected. More...
 
jerror_t evnt (jana::JEventLoop *locEventLoop, uint64_t locEventNumber)
 Called every event. More...
 
jerror_t erun (void)
 Called every time 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

int current_run_number
 
TTree * conditions_tree
 
DEPICSstoreepics_info
 

Detailed Description

Definition at line 27 of file DEventProcessor_run_summary.h.

Member Function Documentation

jerror_t DEventProcessor_run_summary::brun ( jana::JEventLoop *  locEventLoop,
int  locRunNumber 
)
private

Called every time a new run number is detected.

Definition at line 58 of file DEventProcessor_run_summary.cc.

References conditions_tree, current_run_number, epics_info, and japp.

const char* DEventProcessor_run_summary::className ( void  )
inline

Definition at line 30 of file DEventProcessor_run_summary.h.

jerror_t DEventProcessor_run_summary::erun ( void  )
private

Called every time run number changes, provided brun has been called.

Definition at line 137 of file DEventProcessor_run_summary.cc.

References conditions_tree, current_run_number, epics_info, DEPICSstore::GetStore(), and japp.

jerror_t DEventProcessor_run_summary::evnt ( jana::JEventLoop *  locEventLoop,
uint64_t  locEventNumber 
)
private

Called every event.

Definition at line 97 of file DEventProcessor_run_summary.cc.

References DEPICSstore::AddValue(), epics_info, DEPICSvalue::name, DEPICSvalue::sval, and VERBOSE.

jerror_t DEventProcessor_run_summary::fini ( void  )
private

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

Definition at line 190 of file DEventProcessor_run_summary.cc.

jerror_t DEventProcessor_run_summary::init ( void  )
private

Called once at program start.

Definition at line 31 of file DEventProcessor_run_summary.cc.

References conditions_tree, current_run_number, epics_info, and VERBOSE.

Member Data Documentation

TTree* DEventProcessor_run_summary::conditions_tree
private

Definition at line 40 of file DEventProcessor_run_summary.h.

Referenced by brun(), erun(), and init().

int DEventProcessor_run_summary::current_run_number
private

Definition at line 39 of file DEventProcessor_run_summary.h.

Referenced by brun(), erun(), and init().

DEPICSstore* DEventProcessor_run_summary::epics_info
private

Definition at line 41 of file DEventProcessor_run_summary.h.

Referenced by brun(), erun(), evnt(), and init().


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