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

#include <JEventProcessor_FCAL_Hadronic_Eff.h>

+ Inheritance diagram for JEventProcessor_FCAL_Hadronic_Eff:

Public Member Functions

 JEventProcessor_FCAL_Hadronic_Eff ()
 
 ~JEventProcessor_FCAL_Hadronic_Eff ()
 
const char * className (void)
 

Private Member Functions

jerror_t init (void)
 Called once at program start. More...
 
jerror_t brun (jana::JEventLoop *locEventLoop, int locRunNumber)
 Called every time a new run number is detected. More...
 
jerror_t evnt (jana::JEventLoop *locEventLoop, uint64_t locEventNumber)
 Called every event. More...
 
jerror_t erun (void)
 Called every time 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 Calc_FCALTiming (const DChargedTrackHypothesis *locChargedTrackHypothesis, const DParticleID *locParticleID, const DEventRFBunch *locEventRFBunch, double &locDeltaT)
 
bool Cut_TOFTiming (const DChargedTrackHypothesis *locChargedTrackHypothesis)
 

Private Attributes

double dMaxTOFDeltaT
 
double dMinTrackingFOM
 
unsigned int dMinNumTrackHits
 
int dMinHitRingsPerCDCSuperlayer
 
int dMinHitPlanesPerFDCPackage
 
double dMaxFCALThetaCut
 
double dMaxVertexR
 
DCutAction_TrackHitPatterndCutAction_TrackHitPattern
 
TH2I * dHist_TrackFCALYVsX_HasHit
 
TH2I * dHist_TrackFCALYVsX_TotalHit
 
TH2I * dHist_TrackFCALRowVsColumn_HasHit
 
TH2I * dHist_TrackFCALRowVsColumn_TotalHit
 
DTreeInterfacedTreeInterface
 

Static Private Attributes

static thread_local DTreeFillData dTreeFillData
 

Detailed Description

Definition at line 36 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Constructor & Destructor Documentation

JEventProcessor_FCAL_Hadronic_Eff::JEventProcessor_FCAL_Hadronic_Eff ( )
inline

Definition at line 39 of file JEventProcessor_FCAL_Hadronic_Eff.h.

JEventProcessor_FCAL_Hadronic_Eff::~JEventProcessor_FCAL_Hadronic_Eff ( )
inline

Definition at line 40 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Member Function Documentation

jerror_t JEventProcessor_FCAL_Hadronic_Eff::brun ( jana::JEventLoop *  locEventLoop,
int  locRunNumber 
)
private

Called every time a new run number is detected.

Definition at line 101 of file JEventProcessor_FCAL_Hadronic_Eff.cc.

double JEventProcessor_FCAL_Hadronic_Eff::Calc_FCALTiming ( const DChargedTrackHypothesis locChargedTrackHypothesis,
const DParticleID locParticleID,
const DEventRFBunch locEventRFBunch,
double &  locDeltaT 
)
private
const char* JEventProcessor_FCAL_Hadronic_Eff::className ( void  )
inline

Definition at line 41 of file JEventProcessor_FCAL_Hadronic_Eff.h.

bool JEventProcessor_FCAL_Hadronic_Eff::Cut_TOFTiming ( const DChargedTrackHypothesis locChargedTrackHypothesis)
private
jerror_t JEventProcessor_FCAL_Hadronic_Eff::erun ( void  )
private

Called every time run number changes, provided brun has been called.

Definition at line 308 of file JEventProcessor_FCAL_Hadronic_Eff.cc.

jerror_t JEventProcessor_FCAL_Hadronic_Eff::fini ( void  )
private

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

Definition at line 320 of file JEventProcessor_FCAL_Hadronic_Eff.cc.

References dCutAction_TrackHitPattern, and dTreeInterface.

Member Data Documentation

DCutAction_TrackHitPattern* JEventProcessor_FCAL_Hadronic_Eff::dCutAction_TrackHitPattern
private

Definition at line 60 of file JEventProcessor_FCAL_Hadronic_Eff.h.

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

TH2I* JEventProcessor_FCAL_Hadronic_Eff::dHist_TrackFCALRowVsColumn_HasHit
private

Definition at line 65 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_FCAL_Hadronic_Eff::dHist_TrackFCALRowVsColumn_TotalHit
private

Definition at line 66 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_FCAL_Hadronic_Eff::dHist_TrackFCALYVsX_HasHit
private

Definition at line 63 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

TH2I* JEventProcessor_FCAL_Hadronic_Eff::dHist_TrackFCALYVsX_TotalHit
private

Definition at line 64 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

double JEventProcessor_FCAL_Hadronic_Eff::dMaxFCALThetaCut
private

Definition at line 58 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

double JEventProcessor_FCAL_Hadronic_Eff::dMaxTOFDeltaT
private

Definition at line 54 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by Cut_TOFTiming(), and init().

double JEventProcessor_FCAL_Hadronic_Eff::dMaxVertexR
private

Definition at line 59 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

int JEventProcessor_FCAL_Hadronic_Eff::dMinHitPlanesPerFDCPackage
private

Definition at line 57 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by init().

int JEventProcessor_FCAL_Hadronic_Eff::dMinHitRingsPerCDCSuperlayer
private

Definition at line 57 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by init().

unsigned int JEventProcessor_FCAL_Hadronic_Eff::dMinNumTrackHits
private

Definition at line 56 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

double JEventProcessor_FCAL_Hadronic_Eff::dMinTrackingFOM
private

Definition at line 55 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt(), and init().

thread_local DTreeFillData JEventProcessor_FCAL_Hadronic_Eff::dTreeFillData
staticprivate

Definition at line 72 of file JEventProcessor_FCAL_Hadronic_Eff.h.

Referenced by evnt().

DTreeInterface* JEventProcessor_FCAL_Hadronic_Eff::dTreeInterface
private

Definition at line 69 of file JEventProcessor_FCAL_Hadronic_Eff.h.

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


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