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

#include <JEventProcessor_TRIG_online.h>

+ Inheritance diagram for JEventProcessor_TRIG_online:

Public Member Functions

 JEventProcessor_TRIG_online ()
 
 ~JEventProcessor_TRIG_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

bool timing
 
vector< uint32_t > dTrigBits
 
TH1I * h1trig_trgbits
 
TH1I * h1trig_tot
 
TH2I * h2trig_fcalVSbcal
 
TH1I * h1trig_fcal_time
 
TH1I * h1trig_bcal_time
 
TH2I * h2trig_tfcalVStbcal
 
TH2I * h2trig_tfcalVSfcal
 
TH2I * h2trig_tbcalVSbcal
 
map< uint32_t, TH2I * > h2trigbits_fcalVSbcal
 
map< uint32_t, TH1I * > h1trigbits_fcal_time
 
map< uint32_t, TH1I * > h1trigbits_bcal_time
 
map< uint32_t, TH2I * > h2trigbits_tfcalVStbcal
 
map< uint32_t, TH2I * > h2trigbits_tfcalVSfcal
 
map< uint32_t, TH2I * > h2trigbits_tbcalVSbcal
 

Detailed Description

Definition at line 18 of file JEventProcessor_TRIG_online.h.

Constructor & Destructor Documentation

JEventProcessor_TRIG_online::JEventProcessor_TRIG_online ( )

Definition at line 45 of file JEventProcessor_TRIG_online.cc.

JEventProcessor_TRIG_online::~JEventProcessor_TRIG_online ( )

Definition at line 52 of file JEventProcessor_TRIG_online.cc.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 118 of file JEventProcessor_TRIG_online.cc.

const char* JEventProcessor_TRIG_online::className ( void  )
inline

Definition at line 22 of file JEventProcessor_TRIG_online.h.

jerror_t JEventProcessor_TRIG_online::erun ( void  )
private

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

Definition at line 237 of file JEventProcessor_TRIG_online.cc.

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

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

Definition at line 248 of file JEventProcessor_TRIG_online.cc.

jerror_t JEventProcessor_TRIG_online::init ( void  )
private

Called once at program start.

Definition at line 58 of file JEventProcessor_TRIG_online.cc.

References h1trig_trgbits, h2trig_fcalVSbcal, h2trig_tbcalVSbcal, h2trig_tfcalVSfcal, h2trig_tfcalVStbcal, and main().

Member Data Documentation

vector<uint32_t> JEventProcessor_TRIG_online::dTrigBits
private

Definition at line 33 of file JEventProcessor_TRIG_online.h.

TH1I* JEventProcessor_TRIG_online::h1trig_bcal_time
private

Definition at line 40 of file JEventProcessor_TRIG_online.h.

TH1I* JEventProcessor_TRIG_online::h1trig_fcal_time
private

Definition at line 39 of file JEventProcessor_TRIG_online.h.

TH1I* JEventProcessor_TRIG_online::h1trig_tot
private

Definition at line 37 of file JEventProcessor_TRIG_online.h.

TH1I* JEventProcessor_TRIG_online::h1trig_trgbits
private

Definition at line 35 of file JEventProcessor_TRIG_online.h.

map<uint32_t, TH1I*> JEventProcessor_TRIG_online::h1trigbits_bcal_time
private

Definition at line 47 of file JEventProcessor_TRIG_online.h.

map<uint32_t, TH1I*> JEventProcessor_TRIG_online::h1trigbits_fcal_time
private

Definition at line 46 of file JEventProcessor_TRIG_online.h.

TH2I* JEventProcessor_TRIG_online::h2trig_fcalVSbcal
private

Definition at line 38 of file JEventProcessor_TRIG_online.h.

TH2I* JEventProcessor_TRIG_online::h2trig_tbcalVSbcal
private

Definition at line 43 of file JEventProcessor_TRIG_online.h.

TH2I* JEventProcessor_TRIG_online::h2trig_tfcalVSfcal
private

Definition at line 42 of file JEventProcessor_TRIG_online.h.

TH2I* JEventProcessor_TRIG_online::h2trig_tfcalVStbcal
private

Definition at line 41 of file JEventProcessor_TRIG_online.h.

map<uint32_t, TH2I*> JEventProcessor_TRIG_online::h2trigbits_fcalVSbcal
private

Definition at line 45 of file JEventProcessor_TRIG_online.h.

map<uint32_t, TH2I*> JEventProcessor_TRIG_online::h2trigbits_tbcalVSbcal
private

Definition at line 50 of file JEventProcessor_TRIG_online.h.

map<uint32_t, TH2I*> JEventProcessor_TRIG_online::h2trigbits_tfcalVSfcal
private

Definition at line 49 of file JEventProcessor_TRIG_online.h.

map<uint32_t, TH2I*> JEventProcessor_TRIG_online::h2trigbits_tfcalVStbcal
private

Definition at line 48 of file JEventProcessor_TRIG_online.h.

bool JEventProcessor_TRIG_online::timing
private

Definition at line 32 of file JEventProcessor_TRIG_online.h.


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