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

#include <DNeutralShower_factory.h>

+ Inheritance diagram for DNeutralShower_factory:

Public Member Functions

 DNeutralShower_factory ()
 
 ~DNeutralShower_factory ()
 

Private Member Functions

jerror_t init (void)
 Called once at program start. More...
 
jerror_t brun (jana::JEventLoop *locEventLoop, int32_t runnumber)
 Called everytime a new run number is detected. More...
 
jerror_t evnt (jana::JEventLoop *locEventLoop, 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...
 
double getFCALQuality (const DFCALShower *fcalShower, double rfTime) const
 

Private Attributes

shared_ptr< DResourcePool
< TMatrixFSym > > 
dResourcePool_TMatrixFSym
 
DVector3 dTargetCenter
 
const char * inputVars [8] = { "nHits", "e9e25Sh", "e1e9Sh", "sumUSh", "sumVSh", "asymUVSh", "speedSh", "dtTrSh" }
 
DNeutralShower_FCALQualityMLPdFCALClassifier
 

Detailed Description

Definition at line 28 of file DNeutralShower_factory.h.

Constructor & Destructor Documentation

DNeutralShower_factory::DNeutralShower_factory ( )

Definition at line 30 of file DNeutralShower_factory.cc.

References dFCALClassifier, dResourcePool_TMatrixFSym, and inputVars.

DNeutralShower_factory::~DNeutralShower_factory ( )
inline

Definition at line 32 of file DNeutralShower_factory.h.

Member Function Documentation

jerror_t DNeutralShower_factory::brun ( jana::JEventLoop *  locEventLoop,
int32_t  runnumber 
)
private

Called everytime a new run number is detected.

Definition at line 52 of file DNeutralShower_factory.cc.

References dTargetCenter, DApplication::GetDGeometry(), and DGeometry::GetTargetZ().

jerror_t DNeutralShower_factory::erun ( void  )
private

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

Definition at line 154 of file DNeutralShower_factory.cc.

jerror_t DNeutralShower_factory::fini ( void  )
private

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

Definition at line 162 of file DNeutralShower_factory.cc.

jerror_t DNeutralShower_factory::init ( void  )
private

Called once at program start.

Definition at line 43 of file DNeutralShower_factory.cc.

References dResourcePool_TMatrixFSym.

Member Data Documentation

DNeutralShower_FCALQualityMLP* DNeutralShower_factory::dFCALClassifier
private

Definition at line 45 of file DNeutralShower_factory.h.

Referenced by DNeutralShower_factory(), and getFCALQuality().

shared_ptr<DResourcePool<TMatrixFSym> > DNeutralShower_factory::dResourcePool_TMatrixFSym
private

Definition at line 41 of file DNeutralShower_factory.h.

Referenced by DNeutralShower_factory(), evnt(), and init().

DVector3 DNeutralShower_factory::dTargetCenter
private

Definition at line 42 of file DNeutralShower_factory.h.

Referenced by brun(), and getFCALQuality().

const char* DNeutralShower_factory::inputVars[8] = { "nHits", "e9e25Sh", "e1e9Sh", "sumUSh", "sumVSh", "asymUVSh", "speedSh", "dtTrSh" }
private

Definition at line 44 of file DNeutralShower_factory.h.

Referenced by DNeutralShower_factory().


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