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

#include <DTrackTimeBased_factory_StraightLine.h>

+ Inheritance diagram for DTrackTimeBased_factory_StraightLine:

Public Member Functions

 DTrackTimeBased_factory_StraightLine ()
 
 ~DTrackTimeBased_factory_StraightLine ()
 
const char * Tag (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...
 
void GetStartTime (const DTrackWireBased *track, vector< const DSCHit * > &sc_hits, vector< const DTOFPoint * > &tof_points, vector< const DBCALShower * > &bcal_showers, vector< const DFCALShower * > &fcal_showers, double &t0, DetectorSystem_t &t0_detector) const
 

Private Attributes

double CDC_MATCH_CUT
 
double FDC_MATCH_CUT
 
double dFCALz
 
double dTOFz
 
double dDIRCz
 
vector< vector< DVector3 > > sc_dir
 
vector< vector< DVector3 > > sc_pos
 
vector< vector< DVector3 > > sc_norm
 
double SC_BARREL_R
 
double SC_END_NOSE_Z
 
double SC_PHI_SECTOR1
 
const DParticleIDdPIDAlgorithm
 
DTrackFitterfitter
 
DTrackFinderfinder
 

Detailed Description

Definition at line 17 of file DTrackTimeBased_factory_StraightLine.h.

Constructor & Destructor Documentation

DTrackTimeBased_factory_StraightLine::DTrackTimeBased_factory_StraightLine ( )
inline

Definition at line 19 of file DTrackTimeBased_factory_StraightLine.h.

DTrackTimeBased_factory_StraightLine::~DTrackTimeBased_factory_StraightLine ( )
inline

Definition at line 20 of file DTrackTimeBased_factory_StraightLine.h.

Member Function Documentation

jerror_t DTrackTimeBased_factory_StraightLine::brun ( jana::JEventLoop *  eventLoop,
int32_t  runnumber 
)
private
jerror_t DTrackTimeBased_factory_StraightLine::erun ( void  )
private

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

Definition at line 212 of file DTrackTimeBased_factory_StraightLine.cc.

jerror_t DTrackTimeBased_factory_StraightLine::fini ( void  )
private

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

Definition at line 220 of file DTrackTimeBased_factory_StraightLine.cc.

void DTrackTimeBased_factory_StraightLine::GetStartTime ( const DTrackWireBased track,
vector< const DSCHit * > &  sc_hits,
vector< const DTOFPoint * > &  tof_points,
vector< const DBCALShower * > &  bcal_showers,
vector< const DFCALShower * > &  fcal_showers,
double &  t0,
DetectorSystem_t t0_detector 
) const
private
jerror_t DTrackTimeBased_factory_StraightLine::init ( void  )
private

Called once at program start.

Definition at line 26 of file DTrackTimeBased_factory_StraightLine.cc.

const char* DTrackTimeBased_factory_StraightLine::Tag ( void  )
inline

Definition at line 21 of file DTrackTimeBased_factory_StraightLine.h.

Member Data Documentation

double DTrackTimeBased_factory_StraightLine::CDC_MATCH_CUT
private

Definition at line 37 of file DTrackTimeBased_factory_StraightLine.h.

double DTrackTimeBased_factory_StraightLine::dDIRCz
private

Definition at line 40 of file DTrackTimeBased_factory_StraightLine.h.

double DTrackTimeBased_factory_StraightLine::dFCALz
private

Definition at line 40 of file DTrackTimeBased_factory_StraightLine.h.

const DParticleID* DTrackTimeBased_factory_StraightLine::dPIDAlgorithm
private

Definition at line 48 of file DTrackTimeBased_factory_StraightLine.h.

double DTrackTimeBased_factory_StraightLine::dTOFz
private

Definition at line 40 of file DTrackTimeBased_factory_StraightLine.h.

double DTrackTimeBased_factory_StraightLine::FDC_MATCH_CUT
private

Definition at line 37 of file DTrackTimeBased_factory_StraightLine.h.

DTrackFinder* DTrackTimeBased_factory_StraightLine::finder
private

Definition at line 50 of file DTrackTimeBased_factory_StraightLine.h.

DTrackFitter* DTrackTimeBased_factory_StraightLine::fitter
private

Definition at line 49 of file DTrackTimeBased_factory_StraightLine.h.

double DTrackTimeBased_factory_StraightLine::SC_BARREL_R
private

Definition at line 46 of file DTrackTimeBased_factory_StraightLine.h.

vector<vector<DVector3> > DTrackTimeBased_factory_StraightLine::sc_dir
private

Definition at line 43 of file DTrackTimeBased_factory_StraightLine.h.

double DTrackTimeBased_factory_StraightLine::SC_END_NOSE_Z
private

Definition at line 46 of file DTrackTimeBased_factory_StraightLine.h.

vector<vector<DVector3> > DTrackTimeBased_factory_StraightLine::sc_norm
private

Definition at line 45 of file DTrackTimeBased_factory_StraightLine.h.

double DTrackTimeBased_factory_StraightLine::SC_PHI_SECTOR1
private

Definition at line 46 of file DTrackTimeBased_factory_StraightLine.h.

vector<vector<DVector3> > DTrackTimeBased_factory_StraightLine::sc_pos
private

Definition at line 44 of file DTrackTimeBased_factory_StraightLine.h.


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