Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/trackbase/InttEventInfov1.h>
Public Member Functions | |
InttEventInfov1 () | |
~InttEventInfov1 () override | |
void | identify (std::ostream &os=std::cout) const override |
void | Reset () override |
Clear Event. | |
uint64_t | get_bco_full () const override |
void | set_bco_full (uint64_t const &) override |
Public Member Functions inherited from InttEventInfo | |
InttEventInfo ()=default | |
virtual | ~InttEventInfo ()=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_full |
Additional Inherited Members | |
Protected Member Functions inherited from InttEventInfo | |
ClassDefOverride (InttEventInfo, 1) | |
Definition at line 16 of file InttEventInfov1.h.
View newest version in sPHENIX GitHub at line 16 of file InttEventInfov1.h
InttEventInfov1::InttEventInfov1 | ( | ) |
Definition at line 3 of file InttEventInfov1.cc.
View newest version in sPHENIX GitHub at line 3 of file InttEventInfov1.cc
References bco_full.
|
override |
Definition at line 8 of file InttEventInfov1.cc.
View newest version in sPHENIX GitHub at line 8 of file InttEventInfov1.cc
|
overridevirtual |
Reimplemented from InttEventInfo.
Definition at line 27 of file InttEventInfov1.cc.
View newest version in sPHENIX GitHub at line 27 of file InttEventInfov1.cc
References bco_full.
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from InttEventInfo.
Definition at line 14 of file InttEventInfov1.cc.
View newest version in sPHENIX GitHub at line 14 of file InttEventInfov1.cc
|
overridevirtual |
Clear Event.
Reimplemented from InttEventInfo.
Definition at line 21 of file InttEventInfov1.cc.
View newest version in sPHENIX GitHub at line 21 of file InttEventInfov1.cc
References bco_full.
|
overridevirtual |
Reimplemented from InttEventInfo.
Definition at line 33 of file InttEventInfov1.cc.
View newest version in sPHENIX GitHub at line 33 of file InttEventInfov1.cc
References bco_full.
|
protected |
Definition at line 29 of file InttEventInfov1.h.
View newest version in sPHENIX GitHub at line 29 of file InttEventInfov1.h
Referenced by get_bco_full(), InttEventInfov1(), Reset(), and set_bco_full().