Analysis Software
Documentation for sPHENIX simulation software
|
Base class for hit object. More...
#include <coresoftware/blob/master/offline/packages/trackbase/RawHit.h>
Public Member Functions | |
~RawHit () 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 | |
virtual void | setAdc (const unsigned int) |
virtual unsigned int | getAdc () |
virtual void | setPhiBin (const unsigned int) |
virtual unsigned int | getPhiBin () |
virtual void | setTBin (const unsigned int) |
virtual unsigned int | getTBin () |
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 (RawHit, 1) | |
Base class for hit object.
This is the empty virtual base class for a hit object. Each subsystem should implement an inherited version which contains the actual storage information.
Definition at line 25 of file RawHit.h.
View newest version in sPHENIX GitHub at line 25 of file RawHit.h
|
inlineoverride |
|
protected |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in TPC_RawHit, RawHitTpc, and RawHitv1.
Definition at line 44 of file RawHit.h.
View newest version in sPHENIX GitHub at line 44 of file RawHit.h
Referenced by MvtxClusterizer::are_adjacent(), and InttClusterizer::ladder_are_adjacent().
|
inlinevirtual |
Reimplemented in TPC_RawHit, RawHitTpc, and RawHitv1.
Definition at line 47 of file RawHit.h.
View newest version in sPHENIX GitHub at line 47 of file RawHit.h
Referenced by MvtxClusterizer::are_adjacent(), and InttClusterizer::ladder_are_adjacent().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |