ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <tutorials/blob/master/MyOwnTTree/src/MySimpleTree.h>
Public Member Functions | |
MySimpleTree () | |
virtual | ~MySimpleTree () |
void | Reset () |
Clear Event. | |
void | MyFloat (const float f) |
float | MyFloat () const |
void | MyInt (const int i) |
int | MyInt () const |
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 void | identify (std::ostream &os=std::cout) const |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Attributes | |
int | myint |
float | myfloat |
Definition at line 20 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 20 of file MySimpleTree.h
MySimpleTree::MySimpleTree | ( | ) |
Definition at line 8 of file MySimpleTree.cc.
View newest version in sPHENIX GitHub at line 8 of file MySimpleTree.cc
References Reset(), and return().
|
inlinevirtual |
Definition at line 26 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 26 of file MySimpleTree.h
|
inline |
Definition at line 30 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 30 of file MySimpleTree.h
Referenced by MakeSimpleTree::process_event(), and AnalyzeSimpleTree::process_event().
|
inline |
Definition at line 31 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 31 of file MySimpleTree.h
References myfloat.
Definition at line 32 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 32 of file MySimpleTree.h
References myint.
Referenced by MakeSimpleTree::process_event().
|
inline |
Definition at line 33 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 33 of file MySimpleTree.h
References myint.
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 14 of file MySimpleTree.cc.
View newest version in sPHENIX GitHub at line 14 of file MySimpleTree.cc
References myfloat, myint, and return().
|
protected |
Definition at line 37 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 37 of file MySimpleTree.h
|
protected |
Definition at line 36 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 36 of file MySimpleTree.h