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

#include <DChargedTrack_factory_PreSelect.h>

+ Inheritance diagram for DChargedTrack_factory_PreSelect:

Public Member Functions

 DChargedTrack_factory_PreSelect ()
 
 ~DChargedTrack_factory_PreSelect ()
 
const char * Tag (void)
 

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...
 
bool Cut_HasDetectorMatch (const DChargedTrackHypothesis *locChargedTrackHypothesis, const DDetectorMatches *locDetectorMatches) const
 
bool Cut_TrackingFOM (const DChargedTrackHypothesis *locChargedTrackHypothesis) const
 

Private Attributes

double dMinTrackingFOM
 
bool dHasDetectorMatchFlag
 

Detailed Description

Definition at line 19 of file DChargedTrack_factory_PreSelect.h.

Constructor & Destructor Documentation

DChargedTrack_factory_PreSelect::DChargedTrack_factory_PreSelect ( )
inline

Definition at line 22 of file DChargedTrack_factory_PreSelect.h.

DChargedTrack_factory_PreSelect::~DChargedTrack_factory_PreSelect ( )
inline

Definition at line 23 of file DChargedTrack_factory_PreSelect.h.

Member Function Documentation

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

Called everytime a new run number is detected.

Definition at line 28 of file DChargedTrack_factory_PreSelect.cc.

References dHasDetectorMatchFlag, and dMinTrackingFOM.

bool DChargedTrack_factory_PreSelect::Cut_HasDetectorMatch ( const DChargedTrackHypothesis locChargedTrackHypothesis,
const DDetectorMatches locDetectorMatches 
) const
private
bool DChargedTrack_factory_PreSelect::Cut_TrackingFOM ( const DChargedTrackHypothesis locChargedTrackHypothesis) const
private
jerror_t DChargedTrack_factory_PreSelect::erun ( void  )
private

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

Definition at line 86 of file DChargedTrack_factory_PreSelect.cc.

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

Called every event.

Definition at line 39 of file DChargedTrack_factory_PreSelect.cc.

References Cut_HasDetectorMatch(), and Cut_TrackingFOM().

jerror_t DChargedTrack_factory_PreSelect::fini ( void  )
private

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

Definition at line 94 of file DChargedTrack_factory_PreSelect.cc.

jerror_t DChargedTrack_factory_PreSelect::init ( void  )
private

Called once at program start.

Definition at line 13 of file DChargedTrack_factory_PreSelect.cc.

References dHasDetectorMatchFlag, and dMinTrackingFOM.

const char* DChargedTrack_factory_PreSelect::Tag ( void  )
inline

Definition at line 24 of file DChargedTrack_factory_PreSelect.h.

Member Data Documentation

bool DChargedTrack_factory_PreSelect::dHasDetectorMatchFlag
private

Definition at line 38 of file DChargedTrack_factory_PreSelect.h.

Referenced by brun(), Cut_HasDetectorMatch(), and init().

double DChargedTrack_factory_PreSelect::dMinTrackingFOM
private

Definition at line 37 of file DChargedTrack_factory_PreSelect.h.

Referenced by brun(), Cut_TrackingFOM(), and init().


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