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

#include <JEventProcessor_HLDetectorTiming.h>

+ Inheritance diagram for JEventProcessor_HLDetectorTiming:

Public Member Functions

 JEventProcessor_HLDetectorTiming ()
 
 ~JEventProcessor_HLDetectorTiming ()
 
const char * className (void)
 
 JEventProcessor_HLDetectorTiming ()
 
 ~JEventProcessor_HLDetectorTiming ()
 
const char * className (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 DoRoughTiming ()
 
void DoTDCADCAlign ()
 
void DoTrackBased ()
 
int GetCCDBIndexTOF (const DTOFHit *)
 
int GetCCDBIndexBCAL (const DBCALHit *)
 Not implimented. More...
 
int GetCCDBIndexTAGM (const DTAGMHit *)
 
int GetCCDBIndexCDC (const DCDCHit *)
 
int GetCCDBIndexCDC (int, int)
 
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 DoRoughTiming ()
 
void DoTDCADCAlign ()
 
void DoTrackBased ()
 
int GetCCDBIndexTOF (const DTOFHit *)
 
int GetCCDBIndexBCAL (const DBCALHit *)
 Not implimented. More...
 
int GetCCDBIndexTAGM (const DTAGMHit *)
 
int GetCCDBIndexCDC (const DCDCHit *)
 
int GetCCDBIndexCDC (int, int)
 

Private Attributes

double BEAM_CURRENT
 
double Z_TARGET
 
int DO_ROUGH_TIMING
 
int DO_TDC_ADC_ALIGN
 
int DO_TRACK_BASED
 
int DO_VERIFY
 
int REQUIRE_BEAM
 
int BEAM_EVENTS_TO_KEEP
 
int DO_CDC_TIMING
 
int DO_OPTIONAL
 
int DO_FITS
 
int DO_REACTION
 
int USE_RF_BUNCH
 
int DO_HIGH_RESOLUTION
 
int fBeamEventCounter
 
int dMaxDIRCChannels
 
bool NO_TRACKS
 
int NBINS_TDIFF
 
int NBINS_TAGGER_TIME
 
int NBINS_MATCHING
 
int NBINS_RF_COMPARE
 
float MIN_TDIFF
 
float MAX_TDIFF
 
float MIN_TAGGER_TIME
 
float MAX_TAGGER_TIME
 
float MIN_MATCHING_T
 
float MAX_MATCHING_T
 
float MIN_RF_COMPARE
 
float MAX_RF_COMPARE
 
double fcal_t_base
 
double bcal_t_base
 
double tof_t_base_fadc
 
double tof_t_base_tdc
 
double cdc_t_base
 
double tagm_fadc_time_offsets [103]
 
double tagm_tdc_time_offsets [103]
 
double tagh_fadc_time_offsets [275]
 
double tagh_tdc_time_offsets [275]
 
vector< double > sc_tdc_time_offsets
 
vector< double > tof_tdc_time_offsets
 
const DParticleIDdParticleID
 
DRFTime_factorydRFTimeFactory
 

Detailed Description

Constructor & Destructor Documentation

JEventProcessor_HLDetectorTiming::JEventProcessor_HLDetectorTiming ( )
JEventProcessor_HLDetectorTiming::~JEventProcessor_HLDetectorTiming ( )
JEventProcessor_HLDetectorTiming::JEventProcessor_HLDetectorTiming ( )
JEventProcessor_HLDetectorTiming::~JEventProcessor_HLDetectorTiming ( )

Member Function Documentation

jerror_t JEventProcessor_HLDetectorTiming::brun ( jana::JEventLoop *  eventLoop,
int32_t  runnumber 
)
private

Called everytime a new run number is detected.

jerror_t JEventProcessor_HLDetectorTiming::brun ( jana::JEventLoop *  eventLoop,
int32_t  runnumber 
)
private

Called everytime a new run number is detected.

const char* JEventProcessor_HLDetectorTiming::className ( void  )
inline
const char* JEventProcessor_HLDetectorTiming::className ( void  )
inline
void JEventProcessor_HLDetectorTiming::DoRoughTiming ( )
private
void JEventProcessor_HLDetectorTiming::DoRoughTiming ( )
private
void JEventProcessor_HLDetectorTiming::DoTDCADCAlign ( )
private
void JEventProcessor_HLDetectorTiming::DoTDCADCAlign ( )
private
void JEventProcessor_HLDetectorTiming::DoTrackBased ( )
private
void JEventProcessor_HLDetectorTiming::DoTrackBased ( )
private
jerror_t JEventProcessor_HLDetectorTiming::erun ( void  )
private

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

jerror_t JEventProcessor_HLDetectorTiming::erun ( void  )
private

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

Definition at line 1216 of file Calibration/HLDetectorTiming/JEventProcessor_HLDetectorTiming.cc.

References Get_FDCTDC_crate_slot().

jerror_t JEventProcessor_HLDetectorTiming::evnt ( jana::JEventLoop *  eventLoop,
uint64_t  eventnumber 
)
private

Called every event.

jerror_t JEventProcessor_HLDetectorTiming::evnt ( jana::JEventLoop *  eventLoop,
uint64_t  eventnumber 
)
private

Called every event.

jerror_t JEventProcessor_HLDetectorTiming::fini ( void  )
private

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

jerror_t JEventProcessor_HLDetectorTiming::fini ( void  )
private

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

Definition at line 1245 of file Calibration/HLDetectorTiming/JEventProcessor_HLDetectorTiming.cc.

References SortDirectories().

int JEventProcessor_HLDetectorTiming::GetCCDBIndexBCAL ( const DBCALHit )
private

Not implimented.

int JEventProcessor_HLDetectorTiming::GetCCDBIndexBCAL ( const DBCALHit thisHit)
private

Not implimented.

Definition at line 1265 of file Calibration/HLDetectorTiming/JEventProcessor_HLDetectorTiming.cc.

int JEventProcessor_HLDetectorTiming::GetCCDBIndexCDC ( const DCDCHit )
private
int JEventProcessor_HLDetectorTiming::GetCCDBIndexCDC ( int  ,
int   
)
private
int JEventProcessor_HLDetectorTiming::GetCCDBIndexCDC ( const DCDCHit thisHit)
private
int JEventProcessor_HLDetectorTiming::GetCCDBIndexCDC ( int  ring,
int  straw 
)
private
int JEventProcessor_HLDetectorTiming::GetCCDBIndexTAGM ( const DTAGMHit )
private
int JEventProcessor_HLDetectorTiming::GetCCDBIndexTAGM ( const DTAGMHit thisHit)
private
int JEventProcessor_HLDetectorTiming::GetCCDBIndexTOF ( const DTOFHit )
private
int JEventProcessor_HLDetectorTiming::GetCCDBIndexTOF ( const DTOFHit thisHit)
private
jerror_t JEventProcessor_HLDetectorTiming::init ( void  )
private

Called once at program start.

jerror_t JEventProcessor_HLDetectorTiming::init ( void  )
private

Called once at program start.

Definition at line 117 of file Calibration/HLDetectorTiming/JEventProcessor_HLDetectorTiming.cc.

Member Data Documentation

double JEventProcessor_HLDetectorTiming::bcal_t_base
private
double JEventProcessor_HLDetectorTiming::BEAM_CURRENT
private
int JEventProcessor_HLDetectorTiming::BEAM_EVENTS_TO_KEEP
private
double JEventProcessor_HLDetectorTiming::cdc_t_base
private
int JEventProcessor_HLDetectorTiming::dMaxDIRCChannels
private
int JEventProcessor_HLDetectorTiming::DO_CDC_TIMING
private
int JEventProcessor_HLDetectorTiming::DO_FITS
private
int JEventProcessor_HLDetectorTiming::DO_HIGH_RESOLUTION
private
int JEventProcessor_HLDetectorTiming::DO_OPTIONAL
private
int JEventProcessor_HLDetectorTiming::DO_REACTION
private
int JEventProcessor_HLDetectorTiming::DO_ROUGH_TIMING
private
int JEventProcessor_HLDetectorTiming::DO_TDC_ADC_ALIGN
private
int JEventProcessor_HLDetectorTiming::DO_TRACK_BASED
private
int JEventProcessor_HLDetectorTiming::DO_VERIFY
private
const DParticleID* JEventProcessor_HLDetectorTiming::dParticleID
private
DRFTime_factory* JEventProcessor_HLDetectorTiming::dRFTimeFactory
private
int JEventProcessor_HLDetectorTiming::fBeamEventCounter
private
double JEventProcessor_HLDetectorTiming::fcal_t_base
private
float JEventProcessor_HLDetectorTiming::MAX_MATCHING_T
private
float JEventProcessor_HLDetectorTiming::MAX_RF_COMPARE
private
float JEventProcessor_HLDetectorTiming::MAX_TAGGER_TIME
private
float JEventProcessor_HLDetectorTiming::MAX_TDIFF
private
float JEventProcessor_HLDetectorTiming::MIN_MATCHING_T
private
float JEventProcessor_HLDetectorTiming::MIN_RF_COMPARE
private
float JEventProcessor_HLDetectorTiming::MIN_TAGGER_TIME
private
float JEventProcessor_HLDetectorTiming::MIN_TDIFF
private
int JEventProcessor_HLDetectorTiming::NBINS_MATCHING
private
int JEventProcessor_HLDetectorTiming::NBINS_RF_COMPARE
private
int JEventProcessor_HLDetectorTiming::NBINS_TAGGER_TIME
private
int JEventProcessor_HLDetectorTiming::NBINS_TDIFF
private
bool JEventProcessor_HLDetectorTiming::NO_TRACKS
private
int JEventProcessor_HLDetectorTiming::REQUIRE_BEAM
private
vector< double > JEventProcessor_HLDetectorTiming::sc_tdc_time_offsets
private
double JEventProcessor_HLDetectorTiming::tagh_fadc_time_offsets
private
double JEventProcessor_HLDetectorTiming::tagh_tdc_time_offsets
private
double JEventProcessor_HLDetectorTiming::tagm_fadc_time_offsets
private
double JEventProcessor_HLDetectorTiming::tagm_tdc_time_offsets
private
double JEventProcessor_HLDetectorTiming::tof_t_base_fadc
private
double JEventProcessor_HLDetectorTiming::tof_t_base_tdc
private
vector< double > JEventProcessor_HLDetectorTiming::tof_tdc_time_offsets
private
int JEventProcessor_HLDetectorTiming::USE_RF_BUNCH
private
double JEventProcessor_HLDetectorTiming::Z_TARGET
private

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