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

#include <DEventProcessor_fcal_charged.h>

+ Inheritance diagram for DEventProcessor_fcal_charged:

Public Member Functions

 DEventProcessor_fcal_charged ()
 
 ~DEventProcessor_fcal_charged ()
 
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, int 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

const DAnalysisUtilitiesdAnalysisUtilities
 
TMatrixD m_mC
 
TMatrixD m_mD
 
TMatrixD m_nhits
 
TH2F * h2D_mC
 
TH1F * h1D_mD
 
TH1F * h1D_nhits
 

Detailed Description

Definition at line 25 of file DEventProcessor_fcal_charged.h.

Constructor & Destructor Documentation

DEventProcessor_fcal_charged::DEventProcessor_fcal_charged ( )
inline

Definition at line 28 of file DEventProcessor_fcal_charged.h.

DEventProcessor_fcal_charged::~DEventProcessor_fcal_charged ( )
inline

Definition at line 29 of file DEventProcessor_fcal_charged.h.

Member Function Documentation

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

Called every time a new run number is detected.

Definition at line 256 of file DEventProcessor_fcal_charged.cc.

const char* DEventProcessor_fcal_charged::className ( void  )
inline

Definition at line 30 of file DEventProcessor_fcal_charged.h.

jerror_t DEventProcessor_fcal_charged::erun ( void  )
private

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

Definition at line 584 of file DEventProcessor_fcal_charged.cc.

jerror_t DEventProcessor_fcal_charged::fini ( void  )
private

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

Definition at line 597 of file DEventProcessor_fcal_charged.cc.

Member Data Documentation

const DAnalysisUtilities* DEventProcessor_fcal_charged::dAnalysisUtilities
private

Definition at line 33 of file DEventProcessor_fcal_charged.h.

TH1F* DEventProcessor_fcal_charged::h1D_mD
private

Definition at line 45 of file DEventProcessor_fcal_charged.h.

TH1F* DEventProcessor_fcal_charged::h1D_nhits
private

Definition at line 46 of file DEventProcessor_fcal_charged.h.

TH2F* DEventProcessor_fcal_charged::h2D_mC
private

Definition at line 44 of file DEventProcessor_fcal_charged.h.

TMatrixD DEventProcessor_fcal_charged::m_mC
private

Definition at line 40 of file DEventProcessor_fcal_charged.h.

TMatrixD DEventProcessor_fcal_charged::m_mD
private

Definition at line 41 of file DEventProcessor_fcal_charged.h.

TMatrixD DEventProcessor_fcal_charged::m_nhits
private

Definition at line 42 of file DEventProcessor_fcal_charged.h.


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