![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <tutorials/blob/master/MyOwnTTree/src/MySimpleTree.h>
Inheritance diagram for MySimpleTree:
Collaboration diagram for MySimpleTree:Public Member Functions | |
| MySimpleTree () | |
| ~MySimpleTree () override | |
| void | Reset () override |
| 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 | Integrate () const |
| virtual int | Integrate (PHObject *) |
| virtual void | CopyFrom (const PHObject *obj) |
Private Attributes | |
| int | myint = -9999 |
| float | myfloat = NAN |
Definition at line 22 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 22 of file MySimpleTree.h
| MySimpleTree::MySimpleTree | ( | ) |
Definition at line 5 of file MySimpleTree.cc.
View newest version in sPHENIX GitHub at line 5 of file MySimpleTree.cc
References Reset().
Here is the call graph for this function:
|
inlineoverride |
Definition at line 28 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 28 of file MySimpleTree.h
|
inline |
Definition at line 32 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 32 of file MySimpleTree.h
Referenced by MakeSimpleTree::process_event(), and AnalyzeSimpleTree::process_event().
Here is the caller graph for this function:
|
inline |
Definition at line 33 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 33 of file MySimpleTree.h
References myfloat.
|
inline |
Definition at line 34 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 34 of file MySimpleTree.h
Referenced by MakeSimpleTree::process_event().
Here is the caller graph for this function:
|
inline |
Definition at line 35 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 35 of file MySimpleTree.h
References myint.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 11 of file MySimpleTree.cc.
View newest version in sPHENIX GitHub at line 11 of file MySimpleTree.cc
References myfloat, and myint.
Referenced by MySimpleTree().
Here is the caller graph for this function:
|
private |
Definition at line 39 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 39 of file MySimpleTree.h
|
private |
Definition at line 38 of file MySimpleTree.h.
View newest version in sPHENIX GitHub at line 38 of file MySimpleTree.h