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

#include <DDetectorMatches_factory.h>

+ Inheritance diagram for DDetectorMatches_factory:

Public Member Functions

 DDetectorMatches_factory ()
 
 ~DDetectorMatches_factory ()
 
DDetectorMatchesCreate_DDetectorMatches (jana::JEventLoop *locEventLoop, vector< const DTrackTimeBased * > &locTrackTimeBasedVector)
 

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...
 
void MatchToTOF (const DParticleID *locParticleID, const DTrackTimeBased *locTrackTimeBased, const vector< const DTOFPoint * > &locTOFPoints, DDetectorMatches *locDetectorMatches) const
 
void MatchToBCAL (const DParticleID *locParticleID, const DTrackTimeBased *locTrackTimeBased, const vector< const DBCALShower * > &locBCALShowers, DDetectorMatches *locDetectorMatches) const
 
void MatchToFCAL (const DParticleID *locParticleID, const DTrackTimeBased *locTrackTimeBased, const vector< const DFCALShower * > &locFCALShowers, DDetectorMatches *locDetectorMatches) const
 
void MatchToSC (const DParticleID *locParticleID, const DTrackTimeBased *locTrackTimeBased, const vector< const DSCHit * > &locSCHits, DDetectorMatches *locDetectorMatches) const
 
void MatchToDIRC (const DParticleID *locParticleID, const DTrackTimeBased *locTrackTimeBased, const vector< const DDIRCPmtHit * > &locDIRCHits, DDetectorMatches *locDetectorMatches, const vector< const DDIRCTruthBarHit * > &locDIRCBarHits) const
 
void MatchToTrack (const DParticleID *locParticleID, const DBCALShower *locBCALShower, const vector< const DTrackTimeBased * > &locTrackTimeBasedVector, DDetectorMatches *locDetectorMatches) const
 
void MatchToTrack (const DParticleID *locParticleID, const DFCALShower *locFCALShower, const vector< const DTrackTimeBased * > &locTrackTimeBasedVector, DDetectorMatches *locDetectorMatches) const
 

Detailed Description

Definition at line 29 of file DDetectorMatches_factory.h.

Constructor & Destructor Documentation

DDetectorMatches_factory::DDetectorMatches_factory ( )
inline

Definition at line 32 of file DDetectorMatches_factory.h.

DDetectorMatches_factory::~DDetectorMatches_factory ( )
inline

Definition at line 33 of file DDetectorMatches_factory.h.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 21 of file DDetectorMatches_factory.cc.

jerror_t DDetectorMatches_factory::evnt ( jana::JEventLoop *  locEventLoop,
uint64_t  eventnumber 
)
private

Called every event.

Definition at line 30 of file DDetectorMatches_factory.cc.

References Create_DDetectorMatches().

jerror_t DDetectorMatches_factory::init ( void  )
private

Called once at program start.

Definition at line 13 of file DDetectorMatches_factory.cc.

void DDetectorMatches_factory::MatchToBCAL ( const DParticleID locParticleID,
const DTrackTimeBased locTrackTimeBased,
const vector< const DBCALShower * > &  locBCALShowers,
DDetectorMatches locDetectorMatches 
) const
private
void DDetectorMatches_factory::MatchToDIRC ( const DParticleID locParticleID,
const DTrackTimeBased locTrackTimeBased,
const vector< const DDIRCPmtHit * > &  locDIRCHits,
DDetectorMatches locDetectorMatches,
const vector< const DDIRCTruthBarHit * > &  locDIRCBarHits 
) const
private
void DDetectorMatches_factory::MatchToFCAL ( const DParticleID locParticleID,
const DTrackTimeBased locTrackTimeBased,
const vector< const DFCALShower * > &  locFCALShowers,
DDetectorMatches locDetectorMatches 
) const
private
void DDetectorMatches_factory::MatchToSC ( const DParticleID locParticleID,
const DTrackTimeBased locTrackTimeBased,
const vector< const DSCHit * > &  locSCHits,
DDetectorMatches locDetectorMatches 
) const
private
void DDetectorMatches_factory::MatchToTOF ( const DParticleID locParticleID,
const DTrackTimeBased locTrackTimeBased,
const vector< const DTOFPoint * > &  locTOFPoints,
DDetectorMatches locDetectorMatches 
) const
private
void DDetectorMatches_factory::MatchToTrack ( const DParticleID locParticleID,
const DBCALShower locBCALShower,
const vector< const DTrackTimeBased * > &  locTrackTimeBasedVector,
DDetectorMatches locDetectorMatches 
) const
private
void DDetectorMatches_factory::MatchToTrack ( const DParticleID locParticleID,
const DFCALShower locFCALShower,
const vector< const DTrackTimeBased * > &  locTrackTimeBasedVector,
DDetectorMatches locDetectorMatches 
) const
private

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