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

#include <JEventProcessor_CDC_amp.h>

+ Inheritance diagram for JEventProcessor_CDC_amp:

Public Member Functions

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

int32_t run_number
 
uint16_t ASCALE = 1
 
uint16_t PSCALE = 1
 
TH1I * time = NULL
 
TH1I * a = NULL
 
TH2I * an = NULL
 
TH2D * atime = NULL
 
TH2D * atheta = NULL
 
TH1I * a30 = NULL
 
TH1I * a30_100ns = NULL
 
TH2I * an30_100ns = NULL
 
TH2D * atime30 = NULL
 
TH2D * adoca30 = NULL
 
TH1I * a45 = NULL
 
TH1I * a45_100ns = NULL
 
TH2I * an45_100ns = NULL
 
TH2D * atime45 = NULL
 
TH2D * adoca45 = NULL
 
TH1I * a90 = NULL
 
TH1I * a90_100ns = NULL
 
TH2I * an90_100ns = NULL
 
TH2D * atime90 = NULL
 
TH2D * adoca90 = NULL
 
TH2I * an90 = NULL
 
TH1I * time90 = NULL
 
TH2D * xt90 = NULL
 

Detailed Description

Definition at line 46 of file JEventProcessor_CDC_amp.h.

Constructor & Destructor Documentation

JEventProcessor_CDC_amp::JEventProcessor_CDC_amp ( )

Definition at line 26 of file JEventProcessor_CDC_amp.cc.

JEventProcessor_CDC_amp::~JEventProcessor_CDC_amp ( )

Definition at line 34 of file JEventProcessor_CDC_amp.cc.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 112 of file JEventProcessor_CDC_amp.cc.

References ASCALE.

const char* JEventProcessor_CDC_amp::className ( void  )
inline

Definition at line 50 of file JEventProcessor_CDC_amp.h.

jerror_t JEventProcessor_CDC_amp::erun ( void  )
private

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

Definition at line 303 of file JEventProcessor_CDC_amp.cc.

jerror_t JEventProcessor_CDC_amp::fini ( void  )
private

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

Definition at line 314 of file JEventProcessor_CDC_amp.cc.

jerror_t JEventProcessor_CDC_amp::init ( void  )
private

Called once at program start.

Definition at line 42 of file JEventProcessor_CDC_amp.cc.

References a, a30, a30_100ns, a45, a45_100ns, a90, a90_100ns, adoca30, adoca45, adoca90, an, an30_100ns, an45_100ns, an90, an90_100ns, atheta, atime, atime30, atime45, atime90, main(), time, time90, and xt90.

Member Data Documentation

TH1I* JEventProcessor_CDC_amp::a = NULL
private

Definition at line 70 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH1I* JEventProcessor_CDC_amp::a30 = NULL
private

Definition at line 75 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH1I* JEventProcessor_CDC_amp::a30_100ns = NULL
private

Definition at line 76 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH1I* JEventProcessor_CDC_amp::a45 = NULL
private

Definition at line 81 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH1I* JEventProcessor_CDC_amp::a45_100ns = NULL
private

Definition at line 82 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH1I* JEventProcessor_CDC_amp::a90 = NULL
private

Definition at line 87 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH1I* JEventProcessor_CDC_amp::a90_100ns = NULL
private

Definition at line 88 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::adoca30 = NULL
private

Definition at line 79 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::adoca45 = NULL
private

Definition at line 85 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::adoca90 = NULL
private

Definition at line 91 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_CDC_amp::an = NULL
private

Definition at line 71 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_CDC_amp::an30_100ns = NULL
private

Definition at line 77 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_CDC_amp::an45_100ns = NULL
private

Definition at line 83 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_CDC_amp::an90 = NULL
private

Definition at line 93 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_CDC_amp::an90_100ns = NULL
private

Definition at line 89 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

uint16_t JEventProcessor_CDC_amp::ASCALE = 1
private

Definition at line 64 of file JEventProcessor_CDC_amp.h.

Referenced by brun(), and evnt().

TH2D* JEventProcessor_CDC_amp::atheta = NULL
private

Definition at line 73 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::atime = NULL
private

Definition at line 72 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::atime30 = NULL
private

Definition at line 78 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::atime45 = NULL
private

Definition at line 84 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::atime90 = NULL
private

Definition at line 90 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

uint16_t JEventProcessor_CDC_amp::PSCALE = 1
private

Definition at line 65 of file JEventProcessor_CDC_amp.h.

Referenced by evnt().

int32_t JEventProcessor_CDC_amp::run_number
private

Definition at line 59 of file JEventProcessor_CDC_amp.h.

TH1I* JEventProcessor_CDC_amp::time = NULL
private

Definition at line 69 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH1I* JEventProcessor_CDC_amp::time90 = NULL
private

Definition at line 94 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().

TH2D* JEventProcessor_CDC_amp::xt90 = NULL
private

Definition at line 95 of file JEventProcessor_CDC_amp.h.

Referenced by evnt(), and init().


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