Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/framework/ffarawobjects/InttRawHitContainerv1.h>
Public Member Functions | |
InttRawHitContainerv1 () | |
~InttRawHitContainerv1 () override | |
void | Reset () override |
Clear Event. | |
void | identify (std::ostream &os=std::cout) const override |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
InttRawHit * | AddHit () override |
InttRawHit * | AddHit (InttRawHit *intthit) override |
unsigned int | get_nhits () override |
InttRawHit * | get_hit (unsigned int index) override |
Public Member Functions inherited from InttRawHitContainer | |
InttRawHitContainer ()=default | |
virtual | ~InttRawHitContainer ()=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 | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Private Attributes | |
TClonesArray * | InttRawHitsTCArray = nullptr |
Definition at line 9 of file InttRawHitContainerv1.h.
View newest version in sPHENIX GitHub at line 9 of file InttRawHitContainerv1.h
InttRawHitContainerv1::InttRawHitContainerv1 | ( | ) |
Definition at line 8 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 8 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray, and NINTTHITS.
|
override |
Definition at line 13 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 13 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray.
|
overridevirtual |
Reimplemented from InttRawHitContainer.
Definition at line 46 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 46 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray.
|
overridevirtual |
Reimplemented from InttRawHitContainer.
Definition at line 52 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 52 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray.
|
overridevirtual |
Reimplemented from InttRawHitContainer.
Definition at line 58 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 58 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray.
|
overridevirtual |
Reimplemented from InttRawHitContainer.
Definition at line 41 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 41 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray.
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 25 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 25 of file InttRawHitContainerv1.cc
References InttRawHit::get_bco(), and InttRawHitsTCArray.
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 36 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 36 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 19 of file InttRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 19 of file InttRawHitContainerv1.cc
References InttRawHitsTCArray, and NINTTHITS.
|
private |
Definition at line 32 of file InttRawHitContainerv1.h.
View newest version in sPHENIX GitHub at line 32 of file InttRawHitContainerv1.h
Referenced by AddHit(), get_hit(), get_nhits(), identify(), InttRawHitContainerv1(), isValid(), Reset(), and ~InttRawHitContainerv1().