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

#include <JEventProcessor_TAGGER_online.h>

+ Inheritance diagram for JEventProcessor_TAGGER_online:

Public Member Functions

 JEventProcessor_TAGGER_online ()
 
 ~JEventProcessor_TAGGER_online ()
 
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

TH2D * dTAGMPulsePeak_Column
 
TH2D * dTAGMIntegral_Column
 
TH2D * dTaggerEnergy_DeltaTSC
 

Detailed Description

Definition at line 21 of file JEventProcessor_TAGGER_online.h.

Constructor & Destructor Documentation

JEventProcessor_TAGGER_online::JEventProcessor_TAGGER_online ( )

Definition at line 26 of file JEventProcessor_TAGGER_online.cc.

JEventProcessor_TAGGER_online::~JEventProcessor_TAGGER_online ( )

Definition at line 34 of file JEventProcessor_TAGGER_online.cc.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 60 of file JEventProcessor_TAGGER_online.cc.

const char* JEventProcessor_TAGGER_online::className ( void  )
inline

Definition at line 25 of file JEventProcessor_TAGGER_online.h.

jerror_t JEventProcessor_TAGGER_online::erun ( void  )
private

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

Definition at line 109 of file JEventProcessor_TAGGER_online.cc.

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

Called every event.

Definition at line 69 of file JEventProcessor_TAGGER_online.cc.

References DTAGMHit::column, DTAGMHit::integral, japp, and DTAGMHit::pulse_peak.

jerror_t JEventProcessor_TAGGER_online::fini ( void  )
private

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

Definition at line 120 of file JEventProcessor_TAGGER_online.cc.

jerror_t JEventProcessor_TAGGER_online::init ( void  )
private

Called once at program start.

Definition at line 42 of file JEventProcessor_TAGGER_online.cc.

Member Data Documentation

TH2D* JEventProcessor_TAGGER_online::dTaggerEnergy_DeltaTSC
private

Definition at line 29 of file JEventProcessor_TAGGER_online.h.

TH2D * JEventProcessor_TAGGER_online::dTAGMIntegral_Column
private

Definition at line 28 of file JEventProcessor_TAGGER_online.h.

TH2D* JEventProcessor_TAGGER_online::dTAGMPulsePeak_Column
private

Definition at line 28 of file JEventProcessor_TAGGER_online.h.


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