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

#include <DEventProcessor_fcal_hists.h>

+ Inheritance diagram for DEventProcessor_fcal_hists:

Public Member Functions

 DEventProcessor_fcal_hists ()
 
 ~DEventProcessor_fcal_hists ()
 
const char * className (void)
 

Private Member Functions

jerror_t init (void)
 Called once at program start. More...
 
jerror_t brun (JEventLoop *eventLoop, int32_t runnumber)
 Called everytime a new run number is detected. More...
 
jerror_t evnt (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

TH2D * dE_over_E_vs_E
 

Detailed Description

Definition at line 18 of file DEventProcessor_fcal_hists.h.

Constructor & Destructor Documentation

DEventProcessor_fcal_hists::DEventProcessor_fcal_hists ( )
inline

Definition at line 20 of file DEventProcessor_fcal_hists.h.

DEventProcessor_fcal_hists::~DEventProcessor_fcal_hists ( )
inline

Definition at line 21 of file DEventProcessor_fcal_hists.h.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 49 of file DEventProcessor_fcal_hists.cc.

const char* DEventProcessor_fcal_hists::className ( void  )
inline

Definition at line 22 of file DEventProcessor_fcal_hists.h.

jerror_t DEventProcessor_fcal_hists::erun ( void  )
private

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

Definition at line 103 of file DEventProcessor_fcal_hists.cc.

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

Called every event.

Definition at line 57 of file DEventProcessor_fcal_hists.cc.

References DFCALGeometry::channel(), DFCALHit::column, DFCALHit::E, japp, and DFCALHit::row.

jerror_t DEventProcessor_fcal_hists::fini ( void  )
private

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

Definition at line 113 of file DEventProcessor_fcal_hists.cc.

jerror_t DEventProcessor_fcal_hists::init ( void  )
private

Called once at program start.

Definition at line 38 of file DEventProcessor_fcal_hists.cc.

Member Data Documentation

TH2D* DEventProcessor_fcal_hists::dE_over_E_vs_E
private

Definition at line 31 of file DEventProcessor_fcal_hists.h.


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