![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/framework/ffarawobjects/Gl1RawHitv1.h>
Inheritance diagram for Gl1RawHitv1:
Collaboration diagram for Gl1RawHitv1:Public Member Functions | |
| Gl1RawHitv1 () | |
| Gl1RawHitv1 (Gl1RawHit *gl1hit) | |
| ~Gl1RawHitv1 () override | |
| void | Reset () override |
| Clear Event. | |
| void | identify (std::ostream &os=std::cout) const override |
| uint64_t | get_bco () const override |
| void | set_bco (const uint64_t val) override |
Public Member Functions inherited from Gl1RawHit | |
| Gl1RawHit ()=default | |
| virtual | ~Gl1RawHit ()=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 | |
| uint64_t | bco = std::numeric_limits<uint64_t>::max() |
Definition at line 9 of file Gl1RawHitv1.h.
View newest version in sPHENIX GitHub at line 9 of file Gl1RawHitv1.h
|
inline |
Definition at line 14 of file Gl1RawHitv1.h.
View newest version in sPHENIX GitHub at line 14 of file Gl1RawHitv1.h
| Gl1RawHitv1::Gl1RawHitv1 | ( | Gl1RawHit * | gl1hit | ) |
Definition at line 3 of file Gl1RawHitv1.cc.
View newest version in sPHENIX GitHub at line 3 of file Gl1RawHitv1.cc
References Gl1RawHit::get_bco(), and set_bco().
Here is the call graph for this function:
|
inlineoverride |
Definition at line 16 of file Gl1RawHitv1.h.
View newest version in sPHENIX GitHub at line 16 of file Gl1RawHitv1.h
|
inlineoverridevirtual |
Reimplemented from Gl1RawHit.
Definition at line 23 of file Gl1RawHitv1.h.
View newest version in sPHENIX GitHub at line 23 of file Gl1RawHitv1.h
References bco.
|
overridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Definition at line 13 of file Gl1RawHitv1.cc.
View newest version in sPHENIX GitHub at line 13 of file Gl1RawHitv1.cc
References bco.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 8 of file Gl1RawHitv1.cc.
View newest version in sPHENIX GitHub at line 8 of file Gl1RawHitv1.cc
References bco.
|
inlineoverridevirtual |
Reimplemented from Gl1RawHit.
Definition at line 25 of file Gl1RawHitv1.h.
View newest version in sPHENIX GitHub at line 25 of file Gl1RawHitv1.h
References bco.
Referenced by Gl1RawHitv1().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file Gl1RawHitv1.h.
View newest version in sPHENIX GitHub at line 29 of file Gl1RawHitv1.h
Referenced by get_bco(), identify(), Reset(), and set_bco().