Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/framework/ffarawobjects/TpcRawHitContainerv1.h>
Public Member Functions | |
TpcRawHitContainerv1 () | |
~TpcRawHitContainerv1 () 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 | |
TpcRawHit * | AddHit () override |
TpcRawHit * | AddHit (TpcRawHit *tpchit) override |
unsigned int | get_nhits () override |
TpcRawHit * | get_hit (unsigned int index) override |
Public Member Functions inherited from TpcRawHitContainer | |
TpcRawHitContainer ()=default | |
virtual | ~TpcRawHitContainer ()=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 * | TpcRawHitsTCArray = nullptr |
Definition at line 9 of file TpcRawHitContainerv1.h.
View newest version in sPHENIX GitHub at line 9 of file TpcRawHitContainerv1.h
TpcRawHitContainerv1::TpcRawHitContainerv1 | ( | ) |
Definition at line 8 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 8 of file TpcRawHitContainerv1.cc
References NTPCHITS, and TpcRawHitsTCArray.
|
override |
Definition at line 13 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 13 of file TpcRawHitContainerv1.cc
References TpcRawHitsTCArray.
|
overridevirtual |
Reimplemented from TpcRawHitContainer.
Definition at line 47 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 47 of file TpcRawHitContainerv1.cc
References TpcRawHitsTCArray.
Reimplemented from TpcRawHitContainer.
Definition at line 53 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 53 of file TpcRawHitContainerv1.cc
References TpcRawHitsTCArray.
|
overridevirtual |
Reimplemented from TpcRawHitContainer.
Definition at line 59 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 59 of file TpcRawHitContainerv1.cc
References TpcRawHitsTCArray.
Referenced by TpcCombinedRawDataUnpacker::process_event().
|
overridevirtual |
Reimplemented from TpcRawHitContainer.
Definition at line 42 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 42 of file TpcRawHitContainerv1.cc
References TpcRawHitsTCArray.
Referenced by TpcCombinedRawDataUnpacker::process_event().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 26 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 26 of file TpcRawHitContainerv1.cc
References TpcRawHit::get_bco(), and TpcRawHitsTCArray.
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 37 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 37 of file TpcRawHitContainerv1.cc
References TpcRawHitsTCArray.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 20 of file TpcRawHitContainerv1.cc.
View newest version in sPHENIX GitHub at line 20 of file TpcRawHitContainerv1.cc
References NTPCHITS, and TpcRawHitsTCArray.
|
private |
Definition at line 32 of file TpcRawHitContainerv1.h.
View newest version in sPHENIX GitHub at line 32 of file TpcRawHitContainerv1.h
Referenced by AddHit(), get_hit(), get_nhits(), identify(), isValid(), Reset(), TpcRawHitContainerv1(), and ~TpcRawHitContainerv1().