Class Reference for E1039 Core & Analysis Software
SRecEvent Class Reference

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

+ Inheritance diagram for SRecEvent:
+ Collaboration diagram for SRecEvent:

Public Member Functions

 SRecEvent ()
 
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...
 
SRecEventClone () const
 
void setEventInfo (SRawEvent *rawEvent)
 Set/Get event info. More...
 
void setEventInfo (int runID, int spillID, int eventID)
 
void setTargetPos (int targetPos)
 
void setRecStatus (int status)
 
void setRawEvent (SRawEvent *rawEvent)
 directly setup everything by raw event More...
 
bool isTriggeredBy (Int_t trigger)
 Trigger util. More...
 
Int_t getRunID ()
 
Int_t getSpillID ()
 
Int_t getEventID ()
 
Int_t getTargetPos ()
 
Int_t getTriggerBits ()
 
Int_t getRecStatus ()
 
Int_t getLocalID (Int_t hitID)
 
void setEventSource (Int_t id1, Int_t id2)
 Event source set/get. More...
 
Int_t getSourceID1 ()
 
Int_t getSourceID2 ()
 
Int_t getNTracks ()
 Get tracks. More...
 
SRecTrackgetTrack (Int_t i)
 
std::vector< Int_t > getChargedTrackIDs (Int_t charge)
 Get track IDs. More...
 
Int_t getNDimuons ()
 Get dimuons. More...
 
SRecDimuongetDimuon (Int_t i)
 
void insertTrack (SRecTrack trk)
 Insert tracks. More...
 
void reIndex ()
 
void insertDimuon (SRecDimuon dimuon)
 Insert dimuon. More...
 
void clear ()
 Clear everything. More...
 
void clearTracks ()
 
void clearDimuons ()
 Clear the dimuon list. 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
 

Detailed Description

Definition at line 412 of file SRecEvent.h.

Constructor & Destructor Documentation

◆ SRecEvent()

SRecEvent::SRecEvent ( )

Definition at line 751 of file SRecEvent.cxx.

References clear().

Referenced by Clone(), and Reset().

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

Member Function Documentation

◆ clear()

void SRecEvent::clear ( )

Clear everything.

Definition at line 802 of file SRecEvent.cxx.

Referenced by setRawEvent(), and SRecEvent().

+ Here is the caller graph for this function:

◆ clearDimuons()

void SRecEvent::clearDimuons ( )

Clear the dimuon list.

It should be called when only the vertexing is re-done. But probably fRecStatus will be messed up. We had better separate fRecStatus into fRecStatusTracking and fRecStatusVertexing.

Definition at line 824 of file SRecEvent.cxx.

Referenced by SQVertexing::process_event(), and VertexFit::process_event().

+ Here is the caller graph for this function:

◆ clearTracks()

void SRecEvent::clearTracks ( )

Definition at line 811 of file SRecEvent.cxx.

◆ Clone()

SRecEvent* SRecEvent::Clone ( ) const
inline

Definition at line 426 of file SRecEvent.h.

References SRecEvent().

+ Here is the call graph for this function:

◆ getChargedTrackIDs()

std::vector< Int_t > SRecEvent::getChargedTrackIDs ( Int_t  charge)

Get track IDs.

Definition at line 785 of file SRecEvent.cxx.

References getNTracks().

Referenced by VertexFit::setRecEvent().

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

◆ getDimuon()

SRecDimuon& SRecEvent::getDimuon ( Int_t  i)
inline

Definition at line 463 of file SRecEvent.h.

Referenced by AnaSimDst::process_event(), AnaSimDimuon::process_event(), AnaEmbeddedData::process_event(), and AnaDimuon::process_event().

+ Here is the caller graph for this function:

◆ getEventID()

Int_t SRecEvent::getEventID ( )
inline

Definition at line 442 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

+ Here is the caller graph for this function:

◆ getLocalID()

Int_t SRecEvent::getLocalID ( Int_t  hitID)
inline

Definition at line 447 of file SRecEvent.h.

Referenced by KalmanTrack::KalmanTrack().

+ Here is the caller graph for this function:

◆ getNDimuons()

Int_t SRecEvent::getNDimuons ( )
inline

Get dimuons.

Definition at line 462 of file SRecEvent.h.

Referenced by AnaSimDst::process_event(), AnaSimDimuon::process_event(), AnaEmbeddedData::process_event(), AnaDimuon::process_event(), SQTruthVertexing::process_event(), and VertexFit::setRecEvent().

+ Here is the caller graph for this function:

◆ getNTracks()

Int_t SRecEvent::getNTracks ( )
inline

Get tracks.

Definition at line 455 of file SRecEvent.h.

Referenced by getChargedTrackIDs(), AnaTrack::process_event(), AnaEmbeddedData::process_event(), SQTruthVertexing::process_event(), SQVertexing::process_event(), and TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ getRecStatus()

Int_t SRecEvent::getRecStatus ( )
inline

Definition at line 445 of file SRecEvent.h.

Referenced by AnaSimDst::process_event(), AnaSimDimuon::process_event(), and AnaEmbeddedData::process_event().

+ Here is the caller graph for this function:

◆ getRunID()

Int_t SRecEvent::getRunID ( )
inline

Definition at line 440 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

+ Here is the caller graph for this function:

◆ getSourceID1()

Int_t SRecEvent::getSourceID1 ( )
inline

Definition at line 451 of file SRecEvent.h.

◆ getSourceID2()

Int_t SRecEvent::getSourceID2 ( )
inline

Definition at line 452 of file SRecEvent.h.

◆ getSpillID()

Int_t SRecEvent::getSpillID ( )
inline

Definition at line 441 of file SRecEvent.h.

◆ getTargetPos()

Int_t SRecEvent::getTargetPos ( )
inline

Definition at line 443 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

+ Here is the caller graph for this function:

◆ getTrack()

SRecTrack& SRecEvent::getTrack ( Int_t  i)
inline

Definition at line 456 of file SRecEvent.h.

Referenced by AnaSimDst::process_event(), AnaEmbeddedData::process_event(), AnaDimuon::process_event(), SQTruthVertexing::process_event(), SQVertexing::process_event(), TruthNodeMaker::process_event(), and VertexFit::setRecEvent().

+ Here is the caller graph for this function:

◆ getTriggerBits()

Int_t SRecEvent::getTriggerBits ( )
inline

Definition at line 444 of file SRecEvent.h.

◆ identify()

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

PHObject virtual overloads.

Reimplemented from PHObject.

Definition at line 418 of file SRecEvent.h.

Referenced by VertexFit::process_event().

+ Here is the caller graph for this function:

◆ insertDimuon()

void SRecEvent::insertDimuon ( SRecDimuon  dimuon)
inline

Insert dimuon.

Definition at line 470 of file SRecEvent.h.

Referenced by SQTruthVertexing::process_event(), SQVertexing::process_event(), and VertexFit::setRecEvent().

+ Here is the caller graph for this function:

◆ insertTrack()

void SRecEvent::insertTrack ( SRecTrack  trk)
inline

Insert tracks.

Definition at line 466 of file SRecEvent.h.

Referenced by SQReco::fillRecTrack().

+ Here is the caller graph for this function:

◆ isTriggeredBy()

bool SRecEvent::isTriggeredBy ( Int_t  trigger)
inline

Trigger util.

Definition at line 438 of file SRecEvent.h.

◆ isValid()

int SRecEvent::isValid ( ) const
inlinevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Definition at line 425 of file SRecEvent.h.

◆ reIndex()

void SRecEvent::reIndex ( )
inline

Definition at line 467 of file SRecEvent.h.

◆ Reset()

void SRecEvent::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 424 of file SRecEvent.h.

References SRecEvent().

+ Here is the call graph for this function:

◆ setEventInfo() [1/2]

void SRecEvent::setEventInfo ( int  runID,
int  spillID,
int  eventID 
)
inline

Definition at line 430 of file SRecEvent.h.

◆ setEventInfo() [2/2]

void SRecEvent::setEventInfo ( SRawEvent rawEvent)

Set/Get event info.

Definition at line 775 of file SRecEvent.cxx.

References SRawEvent::getEventID(), SRawEvent::getRunID(), SRawEvent::getSpillID(), SRawEvent::getTargetPos(), and SRawEvent::getTriggerBits().

Referenced by setRawEvent().

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

◆ setEventSource()

void SRecEvent::setEventSource ( Int_t  id1,
Int_t  id2 
)
inline

Event source set/get.

Definition at line 450 of file SRecEvent.h.

◆ setRawEvent()

void SRecEvent::setRawEvent ( SRawEvent rawEvent)

directly setup everything by raw event

Definition at line 764 of file SRecEvent.cxx.

References clear(), SRawEvent::getHit(), SRawEvent::getNHitsAll(), Hit::index, and setEventInfo().

Referenced by SQReco::process_event(), and SQTrackletReco::process_event().

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

◆ setRecStatus()

void SRecEvent::setRecStatus ( int  status)
inline

Definition at line 432 of file SRecEvent.h.

Referenced by SQReco::process_event(), SQTrackletReco::process_event(), and VertexFit::process_event().

+ Here is the caller graph for this function:

◆ setTargetPos()

void SRecEvent::setTargetPos ( int  targetPos)
inline

Definition at line 431 of file SRecEvent.h.


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