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

#include <DTAGMHit_factory.h>

+ Inheritance diagram for DTAGMHit_factory:

Public Member Functions

 DTAGMHit_factory ()
 
 ~DTAGMHit_factory ()
 

Public Attributes

double DELTA_T_CLUSTER_MAX
 
bool MERGE_HITS
 

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, if brun has been called. More...
 
jerror_t fini (void)
 Called after last event of last event source has been processed. More...
 
void Reset_Data (void)
 

Detailed Description

Definition at line 20 of file DTAGMHit_factory.h.

Constructor & Destructor Documentation

DTAGMHit_factory::DTAGMHit_factory ( )
inline

Definition at line 22 of file DTAGMHit_factory.h.

DTAGMHit_factory::~DTAGMHit_factory ( )
inline

Definition at line 23 of file DTAGMHit_factory.h.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 51 of file DTAGMHit_factory.cc.

jerror_t DTAGMHit_factory::erun ( void  )
private

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

Definition at line 121 of file DTAGMHit_factory.cc.

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

Called every event.

Definition at line 59 of file DTAGMHit_factory.cc.

References DTAGMHit::column, DTAGMHit::has_fADC, DTAGMHit::row, SortByCol(), and DTAGMHit::t.

jerror_t DTAGMHit_factory::fini ( void  )
private

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

Definition at line 129 of file DTAGMHit_factory.cc.

jerror_t DTAGMHit_factory::init ( void  )
private

Called once at program start.

Definition at line 29 of file DTAGMHit_factory.cc.

void DTAGMHit_factory::Reset_Data ( void  )
private

Definition at line 112 of file DTAGMHit_factory.cc.

Member Data Documentation

double DTAGMHit_factory::DELTA_T_CLUSTER_MAX

Definition at line 23 of file DTAGMHit_factory.h.

bool DTAGMHit_factory::MERGE_HITS

Definition at line 27 of file DTAGMHit_factory.h.


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