Analysis Software
Documentation for sPHENIX simulation software
|
Base class for hit object. More...
#include <coresoftware/blob/master/offline/packages/trackbase/TrkrHitv2.h>
Public Member Functions | |
TrkrHitv2 () | |
ctor | |
~TrkrHitv2 () override | |
dtor | |
void | identify (std::ostream &os=std::cout) const override |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
void | addEnergy (const double edep) override |
double | getEnergy () override |
void | setAdc (const unsigned int adc) override |
unsigned int | getAdc () override |
Public Member Functions inherited from TrkrHit | |
~TrkrHit () override | |
dtor | |
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) |
Protected Member Functions | |
ClassDefOverride (TrkrHitv2, 1) | |
Protected Member Functions inherited from TrkrHit | |
ClassDefOverride (TrkrHit, 1) | |
Protected Attributes | |
unsigned short | m_adc = 0 |
Base class for hit object.
This is the empyt virtual base class for a hit object. Each subsystem should implement an inherited version which contains the actual storage information.
Definition at line 24 of file TrkrHitv2.h.
View newest version in sPHENIX GitHub at line 24 of file TrkrHitv2.h
TrkrHitv2::TrkrHitv2 | ( | ) |
ctor
Definition at line 4 of file TrkrHitv2.cc.
View newest version in sPHENIX GitHub at line 4 of file TrkrHitv2.cc
|
inlineoverride |
dtor
Definition at line 31 of file TrkrHitv2.h.
View newest version in sPHENIX GitHub at line 31 of file TrkrHitv2.h
|
overridevirtual |
Reimplemented from TrkrHit.
Definition at line 9 of file TrkrHitv2.cc.
View newest version in sPHENIX GitHub at line 9 of file TrkrHitv2.cc
References double(), and m_adc.
Referenced by PHG4MicromegasHitReco::process_event().
|
protected |
|
overridevirtual |
Reimplemented from TrkrHit.
Definition at line 38 of file TrkrHitv2.cc.
View newest version in sPHENIX GitHub at line 38 of file TrkrHitv2.cc
References m_adc.
|
overridevirtual |
Reimplemented from TrkrHit.
Definition at line 25 of file TrkrHitv2.cc.
View newest version in sPHENIX GitHub at line 25 of file TrkrHitv2.cc
References m_adc.
|
inlineoverridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from TrkrHit.
Definition at line 33 of file TrkrHitv2.h.
View newest version in sPHENIX GitHub at line 33 of file TrkrHitv2.h
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from TrkrHit.
Definition at line 38 of file TrkrHitv2.h.
View newest version in sPHENIX GitHub at line 38 of file TrkrHitv2.h
|
inlineoverridevirtual |
Clear Event.
Reimplemented from TrkrHit.
Definition at line 37 of file TrkrHitv2.h.
View newest version in sPHENIX GitHub at line 37 of file TrkrHitv2.h
|
overridevirtual |
Reimplemented from TrkrHit.
Definition at line 30 of file TrkrHitv2.cc.
View newest version in sPHENIX GitHub at line 30 of file TrkrHitv2.cc
References m_adc.
Referenced by MicromegasRawDataDecoder::process_event(), and MicromegasCombinedDataDecoder::process_event().
|
protected |
Definition at line 50 of file TrkrHitv2.h.
View newest version in sPHENIX GitHub at line 50 of file TrkrHitv2.h
Referenced by addEnergy(), getAdc(), getEnergy(), identify(), and setAdc().