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

#include <JEventProcessor_TAGM_TW.h>

+ Inheritance diagram for JEventProcessor_TAGM_TW:

Public Member Functions

 JEventProcessor_TAGM_TW ()
 
 ~JEventProcessor_TAGM_TW ()
 
const char * className (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

double tw_c0 [TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
 
double tw_c1 [TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
 
double tw_c2 [TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
 
double thresh [TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
 
double P_0 [TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
 

Detailed Description

Definition at line 16 of file JEventProcessor_TAGM_TW.h.

Constructor & Destructor Documentation

JEventProcessor_TAGM_TW::JEventProcessor_TAGM_TW ( )

Definition at line 68 of file JEventProcessor_TAGM_TW.cc.

JEventProcessor_TAGM_TW::~JEventProcessor_TAGM_TW ( )

Definition at line 76 of file JEventProcessor_TAGM_TW.cc.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 155 of file JEventProcessor_TAGM_TW.cc.

References dRFTimeFactory.

const char* JEventProcessor_TAGM_TW::className ( void  )
inline

Definition at line 20 of file JEventProcessor_TAGM_TW.h.

jerror_t JEventProcessor_TAGM_TW::erun ( void  )
private

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

Definition at line 254 of file JEventProcessor_TAGM_TW.cc.

jerror_t JEventProcessor_TAGM_TW::evnt ( jana::JEventLoop *  eventLoop,
uint64_t  eventnumber 
)
private
jerror_t JEventProcessor_TAGM_TW::fini ( void  )
private

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

Definition at line 265 of file JEventProcessor_TAGM_TW.cc.

jerror_t JEventProcessor_TAGM_TW::init ( void  )
private

Member Data Documentation

double JEventProcessor_TAGM_TW::P_0[TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
private

Definition at line 29 of file JEventProcessor_TAGM_TW.h.

double JEventProcessor_TAGM_TW::thresh[TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
private

Definition at line 28 of file JEventProcessor_TAGM_TW.h.

double JEventProcessor_TAGM_TW::tw_c0[TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
private

Definition at line 25 of file JEventProcessor_TAGM_TW.h.

double JEventProcessor_TAGM_TW::tw_c1[TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
private

Definition at line 26 of file JEventProcessor_TAGM_TW.h.

double JEventProcessor_TAGM_TW::tw_c2[TAGM_MAX_ROW+1][TAGM_MAX_COLUMN+1]
private

Definition at line 27 of file JEventProcessor_TAGM_TW.h.


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