EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MySimpleTree Class Reference

#include <fun4all_tutorials/blob/master/MyOwnTTree/src/MySimpleTree.h>

+ Inheritance diagram for MySimpleTree:
+ Collaboration diagram for MySimpleTree:

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 PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (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
 

Detailed Description

Definition at line 20 of file MySimpleTree.h.

View newest version in sPHENIX GitHub at line 20 of file MySimpleTree.h

Constructor & Destructor Documentation

MySimpleTree::MySimpleTree ( )

Definition at line 8 of file MySimpleTree.cc.

View newest version in sPHENIX GitHub at line 8 of file MySimpleTree.cc

References return().

+ Here is the call graph for this function:

virtual MySimpleTree::~MySimpleTree ( )
inlinevirtual

Definition at line 26 of file MySimpleTree.h.

View newest version in sPHENIX GitHub at line 26 of file MySimpleTree.h

Member Function Documentation

void MySimpleTree::MyFloat ( const float  f)
inline

Definition at line 30 of file MySimpleTree.h.

View newest version in sPHENIX GitHub at line 30 of file MySimpleTree.h

References myfloat.

Referenced by MakeSimpleTree::process_event(), and AnalyzeSimpleTree::process_event().

+ Here is the caller graph for this function:

float MySimpleTree::MyFloat ( ) const
inline

Definition at line 31 of file MySimpleTree.h.

View newest version in sPHENIX GitHub at line 31 of file MySimpleTree.h

References myfloat.

void MySimpleTree::MyInt ( const int  i)
inline

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().

+ Here is the caller graph for this function:

int MySimpleTree::MyInt ( ) const
inline

Definition at line 33 of file MySimpleTree.h.

View newest version in sPHENIX GitHub at line 33 of file MySimpleTree.h

References myint.

void MySimpleTree::Reset ( )
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().

+ Here is the call graph for this function:

Member Data Documentation

float MySimpleTree::myfloat
protected

Definition at line 37 of file MySimpleTree.h.

View newest version in sPHENIX GitHub at line 37 of file MySimpleTree.h

Referenced by MyFloat(), and Reset().

int MySimpleTree::myint
protected

Definition at line 36 of file MySimpleTree.h.

View newest version in sPHENIX GitHub at line 36 of file MySimpleTree.h

Referenced by MyInt(), and Reset().


The documentation for this class was generated from the following files: