6 #include <ktracker/SRawEvent.h>
14 cout <<
PHWHERE <<
": SQEvent == 0. Abort." << endl;
47 cout <<
PHWHERE <<
": SQSpill == 0. Abort." << endl;
60 if (hitID_idx) hitID_idx->clear();
64 cout <<
PHWHERE <<
": SQHitVector == 0. Abort." << endl;
69 for(
size_t idx = 0; idx < hit_vec->
size(); ++idx) {
70 const SQHit* sq_hit = hit_vec->
at(idx);
71 if (hitID_idx) (*hitID_idx)[sq_hit->
get_hit_id()] = idx;
90 if (hitID_idx) hitID_idx->clear();
94 cout <<
PHWHERE <<
": SQHitVector == 0. Abort." << endl;
99 for(
size_t idx = 0; idx < hit_vec->
size(); ++idx) {
100 const SQHit* sq_hit = hit_vec->
at(idx);
101 if (hitID_idx) (*hitID_idx)[sq_hit->
get_hit_id()] = idx;
Definition of hit structure.
void setInTime(bool f=true)
An SQ interface class to hold one event header.
virtual int get_run_id() const =0
Return the run ID.
virtual bool get_trigger(const SQEvent::TriggerMask i) const =0
Return the trigger bit (fired or not) of the selected trigger channel.
virtual int get_spill_id() const =0
Return the spill ID.
virtual int get_event_id() const =0
Return the event ID, which is unique per run.
An SQ interface class to hold a list of SQHit objects.
virtual const SQHit * at(const size_t idkey) const =0
virtual size_t size() const =0
An SQ interface class to hold one detector hit.
virtual float get_drift_distance() const
Return the drift distance of this hit. Probably the value is not properly set at present....
virtual bool is_in_time() const
Return 'true' if this hit is in the time window.
virtual float get_pos() const
Return the absolute position of this hit. Probably the value is not properly set at present.
virtual short get_element_id() const
Return the element ID of this hit.
virtual int get_hit_id() const
Return the ID of this hit.
virtual float get_tdc_time() const
Return the TDC time (nsec) of this hit.
virtual short get_detector_id() const
Return the detector ID of this hit.
An SQ interface class to hold the data of one spill.
virtual short get_target_pos() const
Return the target position in this spill.
void reIndex(bool doSort=false)
Reset the number hits on each plane.
void setTargetPos(Short_t targetPos)
void insertTriggerHit(Hit h)
void setTriggerBits(Int_t triggers[])
void insertHit(Hit h)
Insert a new hit.
void setEventInfo(Int_t runID, Int_t spillID, Int_t eventID)
Sets.
bool SetTriggerHit(SRawEvent *sraw, const SQHitVector *hit_vec, std::map< int, size_t > *hitID_idx=0, const bool do_assert=false)
bool SetEvent(SRawEvent *sraw, const SQEvent *evt, const bool do_assert=false)
bool SetHit(SRawEvent *sraw, const SQHitVector *hit_vec, std::map< int, size_t > *hitID_idx=0, const bool do_assert=false)
bool SetSpill(SRawEvent *sraw, const SQSpill *sp, const bool do_assert=false)