19 , m_delete_out_time_hit(false)
30 if (m_cal_taiwan)
delete m_cal_taiwan;
31 if (m_cal_v1495 )
delete m_cal_v1495;
43 m_vec_hit = findNode::getClass<SQHitVector>(topNode,
"SQHitVector");
44 m_vec_trhit = findNode::getClass<SQHitVector>(topNode,
"SQTriggerHitVector");
48 if (
Verbosity() > 0) cout <<
Name() <<
": Skip the calibration." << endl;
61 SQParamDeco* param_deco = findNode::getClass<SQParamDeco>(topNode,
"SQParamDeco");
64 param_deco->
set_variable(m_cal_v1495 ->GetParamID(), m_cal_v1495 ->GetMapID());
68 rc->
set_CharFlag(m_cal_v1495 ->GetParamID(), m_cal_v1495 ->GetMapID());
93 if (! m_cal_taiwan->
Find(det, ele, center, width)) {
94 if (
Verbosity() > 1) cerr <<
" WARNING: Cannot find the in-time parameter for det=" << det <<
" ele=" << ele <<
".\n";
101 if (m_delete_out_time_hit && ! hit->
is_in_time()) it = m_vec_hit->
erase(it);
113 if (! m_skip_calib) {
116 double center, width;
117 if (! m_cal_v1495->
Find(det, ele, lvl, center, width)) {
118 if (
Verbosity() > 1) cerr <<
" WARNING: Cannot find the in-time parameter for trigger det=" << det <<
" ele=" << ele <<
" lvl=" << lvl <<
".\n";
125 if (m_delete_out_time_hit && ! hit->
is_in_time()) it = m_vec_trhit->
erase(it);
int Init(PHCompositeNode *topNode)
virtual ~CalibHodoInTime()
int process_event(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
CalibHodoInTime(const std::string &name="CalibHodoInTime")
bool Find(const short det, const short ele, const short lvl, double ¢er, double &width)
virtual const std::string Name() const
Returns the name of this module.
virtual int Verbosity() const
Gets the verbosity of this module.
User interface class about the geometry of detector planes.
bool isHodo(const int detectorID) const
Return "true" for hodo planes.
static GeomSvc * instance()
singlton instance
bool isInh(const int detectorID) const
Return "true" for BeforeInh and AfterInh signals.
bool isDPHodo(const int detectorID) const
Return "true" for DP hodo planes.
virtual int get_IntFlag(const std::string &name) const
void SetMapIDbyDB(const std::string map_id)
virtual size_t erase(const size_t idkey)=0
virtual ConstIter end() const =0
virtual ConstIter begin() const =0
std::vector< SQHit * >::iterator Iter
An SQ interface class to hold one detector hit.
virtual short get_level() const
Return the trigger level of this hit. Meaningful only if this hit is of V1495 TDC.
virtual bool is_in_time() const
Return 'true' if this hit is in the time window.
virtual short get_element_id() const
Return the element ID of this hit.
virtual float get_tdc_time() const
Return the TDC time (nsec) of this hit.
virtual void set_drift_distance(const float a)
virtual short get_detector_id() const
Return the detector ID of this hit.
virtual void set_in_time(const bool a)
virtual void set_variable(const std::string name, const std::string value)=0
static recoConsts * instance()
virtual void set_CharFlag(const std::string &name, const std::string &flag)
overide the virtual function to expand the environmental variables