Class Reference for E1039 Core & Analysis Software
SRawEvent Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/interface/SRawEvent.h>

+ Inheritance diagram for SRawEvent:
+ Collaboration diagram for SRawEvent:

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...
 
SRawEventClone () 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_pairgetPartialHitPairsInSuperDetector (Short_t detectorID)
 
std::list< SRawEvent::hit_pairgetPartialHitPairsInSuperDetector (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...
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () 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...
 

Detailed Description

Definition at line 96 of file SRawEvent.h.

Member Typedef Documentation

◆ hit_pair

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.

Member Enumeration Documentation

◆ TriggerType

Enumerator
MATRIX1 
MATRIX2 
MATRIX3 
MATRIX4 
MATRIX5 
NIM1 
NIM2 
NIM3 
NIM4 
NIM5 

Definition at line 235 of file SRawEvent.h.

Constructor & Destructor Documentation

◆ SRawEvent()

SRawEvent::SRawEvent ( )

Definition at line 83 of file SRawEvent.cxx.

References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.

Referenced by Clone(), and Reset().

+ Here is the caller graph for this function:

◆ ~SRawEvent()

SRawEvent::~SRawEvent ( )

Definition at line 93 of file SRawEvent.cxx.

Member Function Documentation

◆ clear()

void SRawEvent::clear ( )

Clear the internal event structure.

Definition at line 604 of file SRawEvent.cxx.

References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.

◆ Clone()

SRawEvent* SRawEvent::Clone ( ) const
inline

Definition at line 106 of file SRawEvent.h.

References SRawEvent().

+ Here is the call graph for this function:

◆ DeepClone()

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().

+ Here is the call graph for this function:

◆ empty()

void SRawEvent::empty ( )
inline

only empty the hit list, leave other information untouched

Definition at line 223 of file SRawEvent.h.

◆ emptyHits()

void SRawEvent::emptyHits ( )
inline

Definition at line 224 of file SRawEvent.h.

Referenced by UtilSRawEvent::SetHit().

+ Here is the caller graph for this function:

◆ emptyTriggerHits()

void SRawEvent::emptyTriggerHits ( )
inline

Definition at line 225 of file SRawEvent.h.

Referenced by UtilSRawEvent::SetTriggerHit().

+ Here is the caller graph for this function:

◆ findHit()

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().

+ Here is the caller graph for this function:

◆ getAdjacentHitsIndex()

std::list< Int_t > SRawEvent::getAdjacentHitsIndex ( Hit _hit)

Definition at line 352 of file SRawEvent.cxx.

References Hit::detectorID, and Hit::elementID.

◆ getAllHits()

std::vector<Hit>& SRawEvent::getAllHits ( )
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().

+ Here is the caller graph for this function:

◆ getEventID()

Int_t SRawEvent::getEventID ( )
inline

Definition at line 150 of file SRawEvent.h.

Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), Fun4AllSRawEventInputManager::run(), setEventInfo(), and SRecEvent::setEventInfo().

+ Here is the caller graph for this function:

◆ getHit() [1/2]

Hit SRawEvent::getHit ( Int_t  index)
inline

Definition at line 144 of file SRawEvent.h.

Referenced by getHit(), KalmanTrack::KalmanTrack(), and SRecEvent::setRawEvent().

+ Here is the caller graph for this function:

◆ getHit() [2/2]

Hit SRawEvent::getHit ( Short_t  detectorID,
Short_t  elementID 
)

Definition at line 177 of file SRawEvent.cxx.

References findHit(), and getHit().

+ Here is the call graph for this function:

◆ getHitsIndexInDetector() [1/2]

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().

+ Here is the caller graph for this function:

◆ getHitsIndexInDetector() [2/2]

std::list< Int_t > SRawEvent::getHitsIndexInDetector ( Short_t  detectorID,
Double_t  x_exp,
Double_t  win 
)

Definition at line 202 of file SRawEvent.cxx.

◆ getHitsIndexInDetectors()

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().

+ Here is the caller graph for this function:

◆ getHitsIndexInSuperDetector()

std::list< Int_t > SRawEvent::getHitsIndexInSuperDetector ( Short_t  detectorID)

Definition at line 218 of file SRawEvent.cxx.

◆ getIntensity() [1/2]

Int_t SRawEvent::getIntensity ( )
inline

Definition at line 201 of file SRawEvent.h.

Referenced by DeepClone(), and Fun4AllSRawEventInputManager::E906ToE1039().

+ Here is the caller graph for this function:

◆ getIntensity() [2/2]

Int_t SRawEvent::getIntensity ( Int_t  i)
inline

Definition at line 202 of file SRawEvent.h.

◆ getIntensityAll()

Int_t* SRawEvent::getIntensityAll ( )
inline

Definition at line 205 of file SRawEvent.h.

Referenced by setEventInfo().

+ Here is the caller graph for this function:

◆ getIntensitySumAfter()

Int_t SRawEvent::getIntensitySumAfter ( Int_t  n = 16)
inline

Definition at line 204 of file SRawEvent.h.

◆ getIntensitySumBefore()

Int_t SRawEvent::getIntensitySumBefore ( Int_t  n = 16)
inline

Definition at line 203 of file SRawEvent.h.

◆ getNChamberHitsAll()

Int_t SRawEvent::getNChamberHitsAll ( )

Definition at line 381 of file SRawEvent.cxx.

References nChamberPlanes.

Referenced by EventReducer::reduceEvent().

+ Here is the caller graph for this function:

◆ getNHitsAll()

Int_t SRawEvent::getNHitsAll ( )
inline

Definition at line 118 of file SRawEvent.h.

Referenced by SRecEvent::setRawEvent().

+ Here is the caller graph for this function:

◆ getNHitsInD0()

Int_t SRawEvent::getNHitsInD0 ( )

Definition at line 433 of file SRawEvent.cxx.

Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().

+ Here is the caller graph for this function:

◆ getNHitsInD1()

Int_t SRawEvent::getNHitsInD1 ( )

Definition at line 444 of file SRawEvent.cxx.

Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().

+ Here is the caller graph for this function:

◆ getNHitsInD2()

Int_t SRawEvent::getNHitsInD2 ( )

Definition at line 455 of file SRawEvent.cxx.

Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().

+ Here is the caller graph for this function:

◆ getNHitsInD3()

Int_t SRawEvent::getNHitsInD3 ( )

Definition at line 466 of file SRawEvent.cxx.

References getNHitsInD3m(), and getNHitsInD3p().

+ Here is the call graph for this function:

◆ getNHitsInD3m()

Int_t SRawEvent::getNHitsInD3m ( )

Definition at line 482 of file SRawEvent.cxx.

Referenced by KalmanFastTracking::acceptEvent(), KalmanDSTrk::acceptEvent(), and getNHitsInD3().

+ Here is the caller graph for this function:

◆ getNHitsInD3p()

Int_t SRawEvent::getNHitsInD3p ( )

Definition at line 471 of file SRawEvent.cxx.

Referenced by KalmanFastTracking::acceptEvent(), KalmanDSTrk::acceptEvent(), and getNHitsInD3().

+ Here is the caller graph for this function:

◆ getNHitsInDetector()

Int_t SRawEvent::getNHitsInDetector ( Short_t  detectorID)
inline

Definition at line 137 of file SRawEvent.h.

Referenced by DeepClone().

+ Here is the caller graph for this function:

◆ getNHitsInDetectors()

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().

+ Here is the caller graph for this function:

◆ getNHitsInH1()

Int_t SRawEvent::getNHitsInH1 ( )

Definition at line 493 of file SRawEvent.cxx.

References nChamberPlanes.

◆ getNHitsInH2()

Int_t SRawEvent::getNHitsInH2 ( )

Definition at line 504 of file SRawEvent.cxx.

References nChamberPlanes.

◆ getNHitsInH3()

Int_t SRawEvent::getNHitsInH3 ( )

Definition at line 515 of file SRawEvent.cxx.

References nChamberPlanes.

◆ getNHitsInH4()

Int_t SRawEvent::getNHitsInH4 ( )

Definition at line 526 of file SRawEvent.cxx.

References nChamberPlanes, and nHodoPlanes.

◆ getNHitsInP1()

Int_t SRawEvent::getNHitsInP1 ( )

Definition at line 537 of file SRawEvent.cxx.

References nChamberPlanes, and nHodoPlanes.

◆ getNHitsInP2()

Int_t SRawEvent::getNHitsInP2 ( )

Definition at line 548 of file SRawEvent.cxx.

References nChamberPlanes, nHodoPlanes, and nPropPlanes.

◆ getNHitsInSuperDetector()

Int_t SRawEvent::getNHitsInSuperDetector ( Short_t  detectorID)
inline

Definition at line 138 of file SRawEvent.h.

◆ getNHodoHitsAll()

Int_t SRawEvent::getNHodoHitsAll ( )

Definition at line 392 of file SRawEvent.cxx.

References nChamberPlanes, and nHodoPlanes.

◆ getNPropHitsAll()

Int_t SRawEvent::getNPropHitsAll ( )

Definition at line 403 of file SRawEvent.cxx.

References nChamberPlanes, nHodoPlanes, and nPropPlanes.

Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().

+ Here is the caller graph for this function:

◆ getNRoads()

Short_t* SRawEvent::getNRoads ( )
inline

Definition at line 189 of file SRawEvent.h.

Referenced by DeepClone(), and setEventInfo().

+ Here is the caller graph for this function:

◆ getNRoadsNeg()

Int_t SRawEvent::getNRoadsNeg ( )
inline

Definition at line 184 of file SRawEvent.h.

Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().

+ Here is the caller graph for this function:

◆ getNRoadsNegBot()

Int_t SRawEvent::getNRoadsNegBot ( )
inline

Definition at line 188 of file SRawEvent.h.

◆ getNRoadsNegTop()

Int_t SRawEvent::getNRoadsNegTop ( )
inline

Definition at line 187 of file SRawEvent.h.

◆ getNRoadsPos()

Int_t SRawEvent::getNRoadsPos ( )
inline

Definition at line 183 of file SRawEvent.h.

Referenced by KalmanFastTracking::acceptEvent(), and KalmanDSTrk::acceptEvent().

+ Here is the caller graph for this function:

◆ getNRoadsPosBot()

Int_t SRawEvent::getNRoadsPosBot ( )
inline

Definition at line 186 of file SRawEvent.h.

◆ getNRoadsPosTop()

Int_t SRawEvent::getNRoadsPosTop ( )
inline

Definition at line 185 of file SRawEvent.h.

◆ getNTriggerHits()

Int_t SRawEvent::getNTriggerHits ( )
inline

Definition at line 119 of file SRawEvent.h.

◆ getPartialHitPairsInSuperDetector() [1/2]

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPartialHitPairsInSuperDetector() [2/2]

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.

+ Here is the call graph for this function:

◆ getRFID()

Int_t SRawEvent::getRFID ( )
inline

Definition at line 200 of file SRawEvent.h.

Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), and setEventInfo().

+ Here is the caller graph for this function:

◆ getRunID()

Int_t SRawEvent::getRunID ( )
inline

Definition at line 149 of file SRawEvent.h.

Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), Fun4AllSRawEventInputManager::run(), setEventInfo(), and SRecEvent::setEventInfo().

+ Here is the caller graph for this function:

◆ getSpillID()

Int_t SRawEvent::getSpillID ( )
inline

Definition at line 151 of file SRawEvent.h.

Referenced by SQReco::BuildSRawEvent(), DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), Fun4AllSRawEventInputManager::run(), setEventInfo(), and SRecEvent::setEventInfo().

+ Here is the caller graph for this function:

◆ getTargetPos()

Int_t SRawEvent::getTargetPos ( )
inline

Definition at line 195 of file SRawEvent.h.

Referenced by DeepClone(), setEventInfo(), and SRecEvent::setEventInfo().

+ Here is the caller graph for this function:

◆ getTriggerBits()

Int_t SRawEvent::getTriggerBits ( )
inline

Set/get the trigger types.

Definition at line 174 of file SRawEvent.h.

Referenced by DeepClone(), SRawEventEmbed::process_event(), setEventInfo(), and SRecEvent::setEventInfo().

+ Here is the caller graph for this function:

◆ getTriggerHit()

Hit SRawEvent::getTriggerHit ( Int_t  index)
inline

Definition at line 143 of file SRawEvent.h.

◆ getTriggerHits()

std::vector<Hit>& SRawEvent::getTriggerHits ( )
inline

Definition at line 142 of file SRawEvent.h.

Referenced by TriggerAnalyzer::acceptEvent(), DeepClone(), and Fun4AllSRawEventInputManager::E906ToE1039().

+ Here is the caller graph for this function:

◆ getTurnID()

Int_t SRawEvent::getTurnID ( )
inline

Definition at line 199 of file SRawEvent.h.

Referenced by DeepClone(), Fun4AllSRawEventInputManager::E906ToE1039(), and setEventInfo().

+ Here is the caller graph for this function:

◆ identify()

void SRawEvent::identify ( std::ostream &  os = std::cout) const
inlinevirtual

PHObject virtual overloads.

Reimplemented from PHObject.

Definition at line 103 of file SRawEvent.h.

References print().

Referenced by SQReco::ProcessEventPrep(), and Fun4AllSRawEventInputManager::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ insertHit()

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().

+ Here is the caller graph for this function:

◆ insertTriggerHit()

void SRawEvent::insertTriggerHit ( Hit  h)
inline

Definition at line 160 of file SRawEvent.h.

References Hit::detectorID, nChamberPlanes, and nHodoPlanes.

Referenced by UtilSRawEvent::SetTriggerHit().

+ Here is the caller graph for this function:

◆ isEmuTriggered()

bool SRawEvent::isEmuTriggered ( )
inline

Definition at line 182 of file SRawEvent.h.

Referenced by DeepClone(), and setEventInfo().

+ Here is the caller graph for this function:

◆ isFPGATriggered()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isNIMTriggered()

bool SRawEvent::isNIMTriggered ( )

Definition at line 635 of file SRawEvent.cxx.

References isTriggeredBy(), NIM1, and NIM3.

+ Here is the call graph for this function:

◆ isTriggeredBy()

bool SRawEvent::isTriggeredBy ( Int_t  trigger)
inline

Definition at line 177 of file SRawEvent.h.

Referenced by Fun4AllSRawEventInputManager::E906ToE1039(), isFPGATriggered(), and isNIMTriggered().

+ Here is the caller graph for this function:

◆ isValid()

int SRawEvent::isValid ( ) const
inlinevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Definition at line 105 of file SRawEvent.h.

◆ mergeEvent()

void SRawEvent::mergeEvent ( const SRawEvent rawEvent)

Merge a event to this event.

Definition at line 570 of file SRawEvent.cxx.

References reIndex().

+ Here is the call graph for this function:

◆ print()

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().

+ Here is the caller graph for this function:

◆ reIndex()

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().

+ Here is the caller graph for this function:

◆ Reset()

void SRawEvent::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 104 of file SRawEvent.h.

References SRawEvent().

+ Here is the call graph for this function:

◆ setEventInfo() [1/2]

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().

+ Here is the caller graph for this function:

◆ setEventInfo() [2/2]

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().

+ Here is the call graph for this function:

◆ setHit()

void SRawEvent::setHit ( Int_t  index,
Hit  h 
)
inline

Definition at line 155 of file SRawEvent.h.

◆ setHitFlag() [1/2]

void SRawEvent::setHitFlag ( Int_t  index,
Short_t  flag 
)
inline

Definition at line 146 of file SRawEvent.h.

◆ setHitFlag() [2/2]

void SRawEvent::setHitFlag ( Short_t  detectorID,
Short_t  elementID,
Short_t  flag 
)
inline

Definition at line 147 of file SRawEvent.h.

References findHit(), and setHitFlag().

Referenced by setHitFlag().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setIntensity() [1/3]

void SRawEvent::setIntensity ( const Int_t  intensity[])
inline

Definition at line 209 of file SRawEvent.h.

Referenced by setEventInfo().

+ Here is the caller graph for this function:

◆ setIntensity() [2/3]

void SRawEvent::setIntensity ( Int_t  i,
Int_t  val 
)
inline

Definition at line 210 of file SRawEvent.h.

◆ setIntensity() [3/3]

void SRawEvent::setIntensity ( Int_t  val)
inline

Definition at line 211 of file SRawEvent.h.

◆ setNRoads() [1/2]

void SRawEvent::setNRoads ( Int_t  nRoads[])
inline

Definition at line 192 of file SRawEvent.h.

◆ setNRoads() [2/2]

void SRawEvent::setNRoads ( Short_t  nRoads[])
inline

Definition at line 191 of file SRawEvent.h.

Referenced by setEventInfo(), and TriggerAnalyzer::trimEvent().

+ Here is the caller graph for this function:

◆ setRFID()

void SRawEvent::setRFID ( Int_t  rfID)
inline

Definition at line 208 of file SRawEvent.h.

Referenced by setEventInfo().

+ Here is the caller graph for this function:

◆ setTargetPos()

void SRawEvent::setTargetPos ( Short_t  targetPos)
inline

Definition at line 196 of file SRawEvent.h.

Referenced by setEventInfo(), and UtilSRawEvent::SetSpill().

+ Here is the caller graph for this function:

◆ setTriggerBits() [1/2]

void SRawEvent::setTriggerBits ( Int_t  triggers)
inline

Definition at line 176 of file SRawEvent.h.

◆ setTriggerBits() [2/2]

void SRawEvent::setTriggerBits ( Int_t  triggers[])

Definition at line 625 of file SRawEvent.cxx.

References triggerBit.

Referenced by UtilSRawEvent::SetEvent(), and setEventInfo().

+ Here is the caller graph for this function:

◆ setTriggerEmu()

void SRawEvent::setTriggerEmu ( bool  flag)
inline

Definition at line 190 of file SRawEvent.h.

Referenced by DeepClone(), setEventInfo(), and TriggerAnalyzer::trimEvent().

+ Here is the caller graph for this function:

◆ setTriggerHit()

void SRawEvent::setTriggerHit ( Int_t  index,
Hit  h 
)
inline

Definition at line 156 of file SRawEvent.h.

◆ setTurnID()

void SRawEvent::setTurnID ( Int_t  turnID)
inline

Definition at line 207 of file SRawEvent.h.

Referenced by setEventInfo().

+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ EventReducer

friend class EventReducer
friend

Friend class which handles all kinds of hit list reduction.

Definition at line 231 of file SRawEvent.h.


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