Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/interface/SRawEvent.h>
Public Types | |
enum | TriggerType { MATRIX1 = triggerBit(0) , MATRIX2 = triggerBit(1) , MATRIX3 = triggerBit(2) , MATRIX4 = triggerBit(3) , MATRIX5 = triggerBit(4) , NIM1 = triggerBit(5) , NIM2 = triggerBit(6) , NIM3 = triggerBit(7) , NIM4 = triggerBit(8) , NIM5 = triggerBit(9) } |
typedef std::pair< Int_t, Int_t > | hit_pair |
Type of pair with two adjacent wires. More... | |
Public Member Functions | |
SRawEvent () | |
~SRawEvent () | |
void | identify (std::ostream &os=std::cout) const |
PHObject virtual overloads. More... | |
void | Reset () |
Clear Event. More... | |
int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
SRawEvent * | Clone () const |
void | DeepClone (SRawEvent *c) |
std::list< Int_t > | getHitsIndexInDetector (Short_t detectorID) |
Gets. More... | |
std::list< Int_t > | getHitsIndexInDetector (Short_t detectorID, Double_t x_exp, Double_t win) |
std::list< Int_t > | getHitsIndexInSuperDetector (Short_t detectorID) |
std::list< Int_t > | getHitsIndexInDetectors (std::vector< Int_t > &detectorIDs) |
std::list< Int_t > | getAdjacentHitsIndex (Hit &_hit) |
Int_t | getNHitsAll () |
Int_t | getNTriggerHits () |
Int_t | getNChamberHitsAll () |
Int_t | getNHodoHitsAll () |
Int_t | getNPropHitsAll () |
Int_t | getNHitsInD0 () |
Int_t | getNHitsInD1 () |
Int_t | getNHitsInD2 () |
Int_t | getNHitsInD3 () |
Int_t | getNHitsInD3p () |
Int_t | getNHitsInD3m () |
Int_t | getNHitsInH1 () |
Int_t | getNHitsInH2 () |
Int_t | getNHitsInH3 () |
Int_t | getNHitsInH4 () |
Int_t | getNHitsInP1 () |
Int_t | getNHitsInP2 () |
Int_t | getNHitsInDetector (Short_t detectorID) |
Int_t | getNHitsInSuperDetector (Short_t detectorID) |
Int_t | getNHitsInDetectors (std::vector< Int_t > &detectorIDs) |
std::vector< Hit > & | getAllHits () |
std::vector< Hit > & | getTriggerHits () |
Hit | getTriggerHit (Int_t index) |
Hit | getHit (Int_t index) |
Hit | getHit (Short_t detectorID, Short_t elementID) |
void | setHitFlag (Int_t index, Short_t flag) |
void | setHitFlag (Short_t detectorID, Short_t elementID, Short_t flag) |
Int_t | getRunID () |
Int_t | getEventID () |
Int_t | getSpillID () |
void | setEventInfo (Int_t runID, Int_t spillID, Int_t eventID) |
Sets. More... | |
void | setHit (Int_t index, Hit h) |
void | setTriggerHit (Int_t index, Hit h) |
void | insertHit (Hit h) |
Insert a new hit. More... | |
void | insertTriggerHit (Hit h) |
Int_t | findHit (Short_t detectorID, Short_t elementID) |
Find a hit – binary search since hit list is sorted. More... | |
void | reIndex (bool doSort=false) |
Reset the number hits on each plane. More... | |
std::list< SRawEvent::hit_pair > | getPartialHitPairsInSuperDetector (Short_t detectorID) |
std::list< SRawEvent::hit_pair > | getPartialHitPairsInSuperDetector (Short_t detectorID, Double_t x_exp, Double_t wind) |
Int_t | getTriggerBits () |
Set/get the trigger types. More... | |
void | setTriggerBits (Int_t triggers[]) |
void | setTriggerBits (Int_t triggers) |
bool | isTriggeredBy (Int_t trigger) |
bool | isNIMTriggered () |
bool | isFPGATriggered () |
bool | isEmuTriggered () |
Int_t | getNRoadsPos () |
Int_t | getNRoadsNeg () |
Int_t | getNRoadsPosTop () |
Int_t | getNRoadsPosBot () |
Int_t | getNRoadsNegTop () |
Int_t | getNRoadsNegBot () |
Short_t * | getNRoads () |
void | setTriggerEmu (bool flag) |
void | setNRoads (Short_t nRoads[]) |
void | setNRoads (Int_t nRoads[]) |
Int_t | getTargetPos () |
void | setTargetPos (Short_t targetPos) |
Int_t | getTurnID () |
Int_t | getRFID () |
Int_t | getIntensity () |
Int_t | getIntensity (Int_t i) |
Int_t | getIntensitySumBefore (Int_t n=16) |
Int_t | getIntensitySumAfter (Int_t n=16) |
Int_t * | getIntensityAll () |
void | setTurnID (Int_t turnID) |
void | setRFID (Int_t rfID) |
void | setIntensity (const Int_t intensity[]) |
void | setIntensity (Int_t i, Int_t val) |
void | setIntensity (Int_t val) |
void | mergeEvent (const SRawEvent &rawEvent) |
Merge a event to this event. More... | |
void | setEventInfo (SRawEvent *event) |
Set the event info from another event. More... | |
void | clear () |
Clear the internal event structure. More... | |
void | empty () |
only empty the hit list, leave other information untouched More... | |
void | emptyHits () |
void | emptyTriggerHits () |
void | print (std::ostream &os=std::cout) const |
Print for debugging purposes. More... | |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Friends | |
class | EventReducer |
Friend class which handles all kinds of hit list reduction. More... | |
Definition at line 96 of file SRawEvent.h.
typedef std::pair<Int_t, Int_t> SRawEvent::hit_pair |
Type of pair with two adjacent wires.
Definition at line 169 of file SRawEvent.h.
Enumerator | |
---|---|
MATRIX1 | |
MATRIX2 | |
MATRIX3 | |
MATRIX4 | |
MATRIX5 | |
NIM1 | |
NIM2 | |
NIM3 | |
NIM4 | |
NIM5 |
Definition at line 235 of file SRawEvent.h.
SRawEvent::SRawEvent | ( | ) |
Definition at line 83 of file SRawEvent.cxx.
References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
Referenced by Clone(), and Reset().
SRawEvent::~SRawEvent | ( | ) |
Definition at line 93 of file SRawEvent.cxx.
void SRawEvent::clear | ( | ) |
Clear the internal event structure.
Definition at line 604 of file SRawEvent.cxx.
References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
|
inline |
Definition at line 106 of file SRawEvent.h.
References SRawEvent().
void SRawEvent::DeepClone | ( | SRawEvent * | c | ) |
Definition at line 97 of file SRawEvent.cxx.
References getAllHits(), getEventID(), getIntensity(), getNHitsInDetector(), getNRoads(), getRFID(), getRunID(), getSpillID(), getTargetPos(), getTriggerBits(), getTriggerHits(), getTurnID(), isEmuTriggered(), nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, nPropPlanes, and setTriggerEmu().
|
inline |
only empty the hit list, leave other information untouched
Definition at line 223 of file SRawEvent.h.
|
inline |
Definition at line 224 of file SRawEvent.h.
Referenced by UtilSRawEvent::SetHit().
|
inline |
Definition at line 225 of file SRawEvent.h.
Referenced by UtilSRawEvent::SetTriggerHit().
Int_t SRawEvent::findHit | ( | Short_t | detectorID, |
Short_t | elementID | ||
) |
Find a hit – binary search since hit list is sorted.
Definition at line 140 of file SRawEvent.cxx.
References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
Referenced by getHit(), and setHitFlag().
std::list< Int_t > SRawEvent::getAdjacentHitsIndex | ( | Hit & | _hit | ) |
Definition at line 352 of file SRawEvent.cxx.
References Hit::detectorID, and Hit::elementID.
|
inline |
Definition at line 141 of file SRawEvent.h.
Referenced by TriggerAnalyzer::acceptEvent(), DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), SRawEventEmbed::process_event(), KalmanFastTracking::setRawEventDebug(), KalmanDSTrk::setRawEventDebug(), KalmanFastTracking::setRawEventPrep(), KalmanDSTrk::setRawEventWorker(), and SQReco::updateHitInfo().
|
inline |
Definition at line 150 of file SRawEvent.h.
Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), Fun4AllSRawEventInputManager::run(), setEventInfo(), and SRecEvent::setEventInfo().
|
inline |
Definition at line 144 of file SRawEvent.h.
Referenced by getHit(), KalmanTrack::KalmanTrack(), and SRecEvent::setRawEvent().
Hit SRawEvent::getHit | ( | Short_t | detectorID, |
Short_t | elementID | ||
) |
Definition at line 177 of file SRawEvent.cxx.
References findHit(), and getHit().
std::list< Int_t > SRawEvent::getHitsIndexInDetector | ( | Short_t | detectorID | ) |
Gets.
Definition at line 186 of file SRawEvent.cxx.
Referenced by getPartialHitPairsInSuperDetector(), KalmanFastTracking::setRawEventPrep(), and KalmanDSTrk::setRawEventWorker().
std::list< Int_t > SRawEvent::getHitsIndexInDetector | ( | Short_t | detectorID, |
Double_t | x_exp, | ||
Double_t | win | ||
) |
Definition at line 202 of file SRawEvent.cxx.
std::list< Int_t > SRawEvent::getHitsIndexInDetectors | ( | std::vector< Int_t > & | detectorIDs | ) |
Definition at line 233 of file SRawEvent.cxx.
Referenced by KalmanFastTracking::setRawEventPrep(), and KalmanDSTrk::setRawEventWorker().
std::list< Int_t > SRawEvent::getHitsIndexInSuperDetector | ( | Short_t | detectorID | ) |
Definition at line 218 of file SRawEvent.cxx.
|
inline |
Definition at line 201 of file SRawEvent.h.
Referenced by DeepClone(), and Fun4AllSRawEventInputManager::E906ToE1039().
|
inline |
Definition at line 202 of file SRawEvent.h.
|
inline |
Definition at line 205 of file SRawEvent.h.
Referenced by setEventInfo().
|
inline |
Definition at line 204 of file SRawEvent.h.
|
inline |
Definition at line 203 of file SRawEvent.h.
Int_t SRawEvent::getNChamberHitsAll | ( | ) |
Definition at line 381 of file SRawEvent.cxx.
References nChamberPlanes.
Referenced by EventReducer::reduceEvent().
|
inline |
Definition at line 118 of file SRawEvent.h.
Referenced by SRecEvent::setRawEvent().
Int_t SRawEvent::getNHitsInD0 | ( | ) |
Definition at line 433 of file SRawEvent.cxx.
Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().
Int_t SRawEvent::getNHitsInD1 | ( | ) |
Definition at line 444 of file SRawEvent.cxx.
Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().
Int_t SRawEvent::getNHitsInD2 | ( | ) |
Definition at line 455 of file SRawEvent.cxx.
Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().
Int_t SRawEvent::getNHitsInD3 | ( | ) |
Definition at line 466 of file SRawEvent.cxx.
References getNHitsInD3m(), and getNHitsInD3p().
Int_t SRawEvent::getNHitsInD3m | ( | ) |
Definition at line 482 of file SRawEvent.cxx.
Referenced by KalmanFastTracking::acceptEvent(), KalmanDSTrk::acceptEvent(), and getNHitsInD3().
Int_t SRawEvent::getNHitsInD3p | ( | ) |
Definition at line 471 of file SRawEvent.cxx.
Referenced by KalmanFastTracking::acceptEvent(), KalmanDSTrk::acceptEvent(), and getNHitsInD3().
|
inline |
Definition at line 137 of file SRawEvent.h.
Referenced by DeepClone().
Int_t SRawEvent::getNHitsInDetectors | ( | std::vector< Int_t > & | detectorIDs | ) |
Definition at line 414 of file SRawEvent.cxx.
References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().
Int_t SRawEvent::getNHitsInH1 | ( | ) |
Definition at line 493 of file SRawEvent.cxx.
References nChamberPlanes.
Int_t SRawEvent::getNHitsInH2 | ( | ) |
Definition at line 504 of file SRawEvent.cxx.
References nChamberPlanes.
Int_t SRawEvent::getNHitsInH3 | ( | ) |
Definition at line 515 of file SRawEvent.cxx.
References nChamberPlanes.
Int_t SRawEvent::getNHitsInH4 | ( | ) |
Definition at line 526 of file SRawEvent.cxx.
References nChamberPlanes, and nHodoPlanes.
Int_t SRawEvent::getNHitsInP1 | ( | ) |
Definition at line 537 of file SRawEvent.cxx.
References nChamberPlanes, and nHodoPlanes.
Int_t SRawEvent::getNHitsInP2 | ( | ) |
Definition at line 548 of file SRawEvent.cxx.
References nChamberPlanes, nHodoPlanes, and nPropPlanes.
|
inline |
Definition at line 138 of file SRawEvent.h.
Int_t SRawEvent::getNHodoHitsAll | ( | ) |
Definition at line 392 of file SRawEvent.cxx.
References nChamberPlanes, and nHodoPlanes.
Int_t SRawEvent::getNPropHitsAll | ( | ) |
Definition at line 403 of file SRawEvent.cxx.
References nChamberPlanes, nHodoPlanes, and nPropPlanes.
Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().
|
inline |
Definition at line 189 of file SRawEvent.h.
Referenced by DeepClone(), and setEventInfo().
|
inline |
Definition at line 184 of file SRawEvent.h.
Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().
|
inline |
Definition at line 188 of file SRawEvent.h.
|
inline |
Definition at line 187 of file SRawEvent.h.
|
inline |
Definition at line 183 of file SRawEvent.h.
Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().
|
inline |
Definition at line 186 of file SRawEvent.h.
|
inline |
Definition at line 185 of file SRawEvent.h.
|
inline |
Definition at line 119 of file SRawEvent.h.
std::list< SRawEvent::hit_pair > SRawEvent::getPartialHitPairsInSuperDetector | ( | Short_t | detectorID | ) |
Definition at line 254 of file SRawEvent.cxx.
References getHitsIndexInDetector(), nChamberPlanes, nHodoPlanes, and nPropPlanes.
Referenced by KalmanFastTracking::buildPropSegments(), KalmanDSTrk::buildPropSegments(), KalmanDSTrk::buildTrackletsInStation(), KalmanFastTracking::buildTrackletsInStation(), and KalmanFastTrackletting::buildTrackletsInStation().
std::list< SRawEvent::hit_pair > SRawEvent::getPartialHitPairsInSuperDetector | ( | Short_t | detectorID, |
Double_t | x_exp, | ||
Double_t | wind | ||
) |
Definition at line 303 of file SRawEvent.cxx.
References getHitsIndexInDetector(), nChamberPlanes, nHodoPlanes, and nPropPlanes.
|
inline |
Definition at line 200 of file SRawEvent.h.
Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), and setEventInfo().
|
inline |
Definition at line 149 of file SRawEvent.h.
Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), Fun4AllSRawEventInputManager::run(), setEventInfo(), and SRecEvent::setEventInfo().
|
inline |
Definition at line 151 of file SRawEvent.h.
Referenced by SQReco::BuildSRawEvent(), DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), Fun4AllSRawEventInputManager::run(), setEventInfo(), and SRecEvent::setEventInfo().
|
inline |
Definition at line 195 of file SRawEvent.h.
Referenced by DeepClone(), setEventInfo(), and SRecEvent::setEventInfo().
|
inline |
Set/get the trigger types.
Definition at line 174 of file SRawEvent.h.
Referenced by DeepClone(), SRawEventEmbed::process_event(), setEventInfo(), and SRecEvent::setEventInfo().
|
inline |
Definition at line 143 of file SRawEvent.h.
|
inline |
Definition at line 142 of file SRawEvent.h.
Referenced by TriggerAnalyzer::acceptEvent(), DeepClone(), and Fun4AllSRawEventInputManager::E906ToE1039().
|
inline |
Definition at line 199 of file SRawEvent.h.
Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), and setEventInfo().
|
inlinevirtual |
PHObject virtual overloads.
Reimplemented from PHObject.
Definition at line 103 of file SRawEvent.h.
References print().
Referenced by SQReco::ProcessEventPrep(), and Fun4AllSRawEventInputManager::run().
void SRawEvent::insertHit | ( | Hit | h | ) |
Insert a new hit.
Definition at line 131 of file SRawEvent.cxx.
References Hit::detectorID, nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
Referenced by UtilSRawEvent::SetHit().
|
inline |
Definition at line 160 of file SRawEvent.h.
References Hit::detectorID, nChamberPlanes, and nHodoPlanes.
Referenced by UtilSRawEvent::SetTriggerHit().
|
inline |
Definition at line 182 of file SRawEvent.h.
Referenced by DeepClone(), and setEventInfo().
bool SRawEvent::isFPGATriggered | ( | ) |
Definition at line 640 of file SRawEvent.cxx.
References isTriggeredBy(), MATRIX1, MATRIX2, MATRIX3, MATRIX4, and MATRIX5.
Referenced by EventReducer::reduceEvent(), KalmanFastTracking::setRawEventPrep(), and KalmanDSTrk::setRawEventWorker().
bool SRawEvent::isNIMTriggered | ( | ) |
Definition at line 635 of file SRawEvent.cxx.
References isTriggeredBy(), NIM1, and NIM3.
|
inline |
Definition at line 177 of file SRawEvent.h.
Referenced by Fun4AllSRawEventInputManager::E906ToE1039(), isFPGATriggered(), and isNIMTriggered().
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 105 of file SRawEvent.h.
void SRawEvent::mergeEvent | ( | const SRawEvent & | rawEvent | ) |
Merge a event to this event.
Definition at line 570 of file SRawEvent.cxx.
References reIndex().
void SRawEvent::print | ( | std::ostream & | os = std::cout | ) | const |
Print for debugging purposes.
Definition at line 645 of file SRawEvent.cxx.
References nChamberPlanes.
Referenced by identify().
void SRawEvent::reIndex | ( | bool | doSort = false | ) |
Reset the number hits on each plane.
Reset the number of hits on each plane
Definition at line 559 of file SRawEvent.cxx.
References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
Referenced by mergeEvent(), EventReducer::reduceEvent(), and UtilSRawEvent::SetHit().
|
inlinevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 104 of file SRawEvent.h.
References SRawEvent().
void SRawEvent::setEventInfo | ( | Int_t | runID, |
Int_t | spillID, | ||
Int_t | eventID | ||
) |
Sets.
Definition at line 124 of file SRawEvent.cxx.
Referenced by SQReco::BuildSRawEvent(), UtilSRawEvent::SetEvent(), and setEventInfo().
void SRawEvent::setEventInfo | ( | SRawEvent * | event | ) |
Set the event info from another event.
Definition at line 583 of file SRawEvent.cxx.
References getEventID(), getIntensityAll(), getNRoads(), getRFID(), getRunID(), getSpillID(), getTargetPos(), getTriggerBits(), getTurnID(), isEmuTriggered(), setEventInfo(), setIntensity(), setNRoads(), setRFID(), setTargetPos(), setTriggerBits(), setTriggerEmu(), and setTurnID().
|
inline |
Definition at line 155 of file SRawEvent.h.
|
inline |
Definition at line 146 of file SRawEvent.h.
|
inline |
Definition at line 147 of file SRawEvent.h.
References findHit(), and setHitFlag().
Referenced by setHitFlag().
|
inline |
Definition at line 209 of file SRawEvent.h.
Referenced by setEventInfo().
|
inline |
Definition at line 210 of file SRawEvent.h.
|
inline |
Definition at line 211 of file SRawEvent.h.
|
inline |
Definition at line 192 of file SRawEvent.h.
|
inline |
Definition at line 191 of file SRawEvent.h.
Referenced by setEventInfo(), and TriggerAnalyzer::trimEvent().
|
inline |
Definition at line 208 of file SRawEvent.h.
Referenced by setEventInfo().
|
inline |
Definition at line 196 of file SRawEvent.h.
Referenced by setEventInfo(), and UtilSRawEvent::SetSpill().
|
inline |
Definition at line 176 of file SRawEvent.h.
void SRawEvent::setTriggerBits | ( | Int_t | triggers[] | ) |
Definition at line 625 of file SRawEvent.cxx.
References triggerBit.
Referenced by UtilSRawEvent::SetEvent(), and setEventInfo().
|
inline |
Definition at line 190 of file SRawEvent.h.
Referenced by DeepClone(), setEventInfo(), and TriggerAnalyzer::trimEvent().
|
inline |
Definition at line 156 of file SRawEvent.h.
|
inline |
Definition at line 207 of file SRawEvent.h.
Referenced by setEventInfo().
|
friend |
Friend class which handles all kinds of hit list reduction.
Definition at line 231 of file SRawEvent.h.