Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/trackbase_historic/TrackInfoContainer_v1.h>
Public Member Functions | |
TrackInfoContainer_v1 () | |
~TrackInfoContainer_v1 () override | |
void | identify (std::ostream &os=std::cout) const override |
void | Reset () override |
Clear Event. | |
size_t | size () const override |
SvtxTrackInfo * | get_trackinfo (int pos) override |
void | add_trackinfo (int pos, SvtxTrackInfo trackinfo) override |
void | add_trackinfo (int pos, SvtxTrackInfo *trackinfo) override |
Public Member Functions inherited from TrackInfoContainer | |
TrackInfoContainer ()=default | |
~TrackInfoContainer () override=default | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Attributes | |
TClonesArray * | _clones = nullptr |
Private Member Functions | |
ClassDefOverride (TrackInfoContainer_v1, 1) | |
Definition at line 14 of file TrackInfoContainer_v1.h.
View newest version in sPHENIX GitHub at line 14 of file TrackInfoContainer_v1.h
TrackInfoContainer_v1::TrackInfoContainer_v1 | ( | ) |
Definition at line 10 of file TrackInfoContainer_v1.cc.
View newest version in sPHENIX GitHub at line 10 of file TrackInfoContainer_v1.cc
References _clones.
|
override |
Definition at line 20 of file TrackInfoContainer_v1.cc.
View newest version in sPHENIX GitHub at line 20 of file TrackInfoContainer_v1.cc
References _clones.
|
inlineoverridevirtual |
Reimplemented from TrackInfoContainer.
Definition at line 34 of file TrackInfoContainer_v1.h.
View newest version in sPHENIX GitHub at line 34 of file TrackInfoContainer_v1.h
References _clones, SvtxTrackInfo::CopyFrom(), and Acts::Test::pos.
Referenced by DSTTrackInfoWriter::evaluate_track_info().
|
inlineoverridevirtual |
Reimplemented from TrackInfoContainer.
Definition at line 41 of file TrackInfoContainer_v1.h.
View newest version in sPHENIX GitHub at line 41 of file TrackInfoContainer_v1.h
References _clones, SvtxTrackInfo::CopyFrom(), and Acts::Test::pos.
|
private |
|
inlineoverridevirtual |
Reimplemented from TrackInfoContainer.
Definition at line 29 of file TrackInfoContainer_v1.h.
View newest version in sPHENIX GitHub at line 29 of file TrackInfoContainer_v1.h
References _clones.
Referenced by DSTTrackInfoReader::evaluate_track_info().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from TrackInfoContainer.
Definition at line 25 of file TrackInfoContainer_v1.cc.
View newest version in sPHENIX GitHub at line 25 of file TrackInfoContainer_v1.cc
References size().
|
overridevirtual |
Clear Event.
Reimplemented from TrackInfoContainer.
Definition at line 29 of file TrackInfoContainer_v1.cc.
View newest version in sPHENIX GitHub at line 29 of file TrackInfoContainer_v1.cc
References _clones, assert, and i.
Referenced by DSTTrackInfoWriter::evaluate_track_info(), DSTTrackInfoReader::process_event(), and DSTTrackInfoWriter::process_event().
|
inlineoverridevirtual |
Reimplemented from TrackInfoContainer.
Definition at line 27 of file TrackInfoContainer_v1.h.
View newest version in sPHENIX GitHub at line 27 of file TrackInfoContainer_v1.h
References _clones.
Referenced by DSTTrackInfoReader::evaluate_track_info(), and identify().
|
protected |
Definition at line 50 of file TrackInfoContainer_v1.h.
View newest version in sPHENIX GitHub at line 50 of file TrackInfoContainer_v1.h
Referenced by add_trackinfo(), get_trackinfo(), Reset(), size(), TrackInfoContainer_v1(), and ~TrackInfoContainer_v1().