Class Reference for E1039 Core & Analysis Software
|
A set of utility functions about SRawEvent. More...
Functions | |
bool | SetEvent (SRawEvent *sraw, const SQEvent *evt, const bool do_assert=false) |
bool | SetSpill (SRawEvent *sraw, const SQSpill *sp, 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 | SetTriggerHit (SRawEvent *sraw, const SQHitVector *hit_vec, std::map< int, size_t > *hitID_idx=0, const bool do_assert=false) |
A set of utility functions about SRawEvent.
bool UtilSRawEvent::SetEvent | ( | SRawEvent * | sraw, |
const SQEvent * | evt, | ||
const bool | do_assert = false |
||
) |
Note that the bit order is different between SRawEvent and SQEvent!!
Definition at line 10 of file UtilSRawEvent.cxx.
References SQEvent::get_event_id(), SQEvent::get_run_id(), SQEvent::get_spill_id(), SQEvent::get_trigger(), SQEvent::MATRIX1, SRawEvent::MATRIX1, SQEvent::MATRIX2, SRawEvent::MATRIX2, SQEvent::MATRIX3, SRawEvent::MATRIX3, SQEvent::MATRIX4, SRawEvent::MATRIX4, SQEvent::MATRIX5, SRawEvent::MATRIX5, SQEvent::NIM1, SRawEvent::NIM1, SQEvent::NIM2, SRawEvent::NIM2, SQEvent::NIM3, SRawEvent::NIM3, SQEvent::NIM4, SRawEvent::NIM4, SQEvent::NIM5, SRawEvent::NIM5, PHWHERE, SRawEvent::setEventInfo(), and SRawEvent::setTriggerBits().
Referenced by SQReco::BuildSRawEvent(), MakeMyTree::process_event(), Fun4AllSRawEventOutputManagerV2::Write(), Fun4AllSpillSRawEventOutputManager::Write(), and Fun4AllSRawEventOutputManager::Write().
bool UtilSRawEvent::SetHit | ( | SRawEvent * | sraw, |
const SQHitVector * | hit_vec, | ||
std::map< int, size_t > * | hitID_idx = 0 , |
||
const bool | do_assert = false |
||
) |
Definition at line 57 of file UtilSRawEvent.cxx.
References SQHitVector::at(), Hit::detectorID, Hit::driftDistance, Hit::elementID, SRawEvent::emptyHits(), SQHit::get_detector_id(), SQHit::get_drift_distance(), SQHit::get_element_id(), SQHit::get_hit_id(), SQHit::get_pos(), SQHit::get_tdc_time(), Hit::index, SRawEvent::insertHit(), SQHit::is_in_time(), PHWHERE, Hit::pos, SRawEvent::reIndex(), Hit::setInTime(), SQHitVector::size(), and Hit::tdcTime.
Referenced by SQReco::BuildSRawEvent(), MakeMyTree::process_event(), Fun4AllSRawEventOutputManagerV2::Write(), Fun4AllSpillSRawEventOutputManager::Write(), and Fun4AllSRawEventOutputManager::Write().
Definition at line 43 of file UtilSRawEvent.cxx.
References SQSpill::get_target_pos(), PHWHERE, and SRawEvent::setTargetPos().
Referenced by SQReco::BuildSRawEvent(), MakeMyTree::process_event(), Fun4AllSRawEventOutputManagerV2::Write(), Fun4AllSpillSRawEventOutputManager::Write(), and Fun4AllSRawEventOutputManager::Write().
bool UtilSRawEvent::SetTriggerHit | ( | SRawEvent * | sraw, |
const SQHitVector * | hit_vec, | ||
std::map< int, size_t > * | hitID_idx = 0 , |
||
const bool | do_assert = false |
||
) |
Definition at line 87 of file UtilSRawEvent.cxx.
References SQHitVector::at(), Hit::detectorID, Hit::driftDistance, Hit::elementID, SRawEvent::emptyTriggerHits(), SQHit::get_detector_id(), SQHit::get_drift_distance(), SQHit::get_element_id(), SQHit::get_hit_id(), SQHit::get_pos(), SQHit::get_tdc_time(), Hit::index, SRawEvent::insertTriggerHit(), SQHit::is_in_time(), PHWHERE, Hit::pos, Hit::setInTime(), SQHitVector::size(), and Hit::tdcTime.
Referenced by SQReco::BuildSRawEvent(), MakeMyTree::process_event(), Fun4AllSRawEventOutputManagerV2::Write(), Fun4AllSpillSRawEventOutputManager::Write(), and Fun4AllSRawEventOutputManager::Write().