AMSDST
Public Member Functions | Public Attributes | Private Member Functions | List of all members
myEcalShowerBase Class Referenceabstract

#include <myEcalShowerBase.h>

Inheritance diagram for myEcalShowerBase:
myObject myEcalShower myEcalShowerPlus

Public Member Functions

 myEcalShowerBase ()
 Constructor.
 
 ~myEcalShowerBase ()
 Default destructor.
 
virtual void Clear (Option_t *=nullptr)=0
 
 ClassDef (myEcalShowerBase, 1)
 
short int iPart ()
 
short int iMySelf ()
 
void SetPart (short int ipart)
 
void SetMySelf (short int imyself)
 
 ClassDef (myObject, 4)
 

Public Attributes

Short_t i_part
 id of particle object it belongs
 
Short_t i_myself
 id of the object itself in gbatch
 

Private Member Functions

virtual void init ()=0
 

Detailed Description

Definition at line 7 of file myEcalShowerBase.h.

Constructor & Destructor Documentation

myEcalShowerBase::myEcalShowerBase ( )
inline

Constructor.

Definition at line 10 of file myEcalShowerBase.h.

myEcalShowerBase::~myEcalShowerBase ( )
inline

Default destructor.

Definition at line 12 of file myEcalShowerBase.h.

Member Function Documentation

myEcalShowerBase::ClassDef ( myEcalShowerBase  ,
 
)
myObject::ClassDef ( myObject  ,
 
)
inherited
virtual void myEcalShowerBase::Clear ( Option_t *  = nullptr)
pure virtual

Implemented in myEcalShowerPlus, and myEcalShower.

short int myObject::iMySelf ( )
inlineinherited

Definition at line 22 of file myObject.h.

References myObject::i_myself.

Referenced by myEvent::pmyTrdKFromTrdTrackByMySelf().

virtual void myEcalShowerBase::init ( )
privatepure virtual

Implemented in myEcalShowerPlus, and myEcalShower.

short int myObject::iPart ( )
inlineinherited

Definition at line 21 of file myObject.h.

References myObject::i_part.

void myObject::SetMySelf ( short int  imyself)
inlineinherited

Definition at line 30 of file myObject.h.

References myObject::i_myself.

void myObject::SetPart ( short int  ipart)
inlineinherited

Definition at line 24 of file myObject.h.

References myObject::i_part.

Member Data Documentation

Short_t myObject::i_myself
inherited

id of the object itself in gbatch

Definition at line 19 of file myObject.h.

Referenced by myObject::iMySelf(), and myObject::SetMySelf().

Short_t myObject::i_part
inherited

id of particle object it belongs

Definition at line 18 of file myObject.h.

Referenced by myObject::iPart(), and myObject::SetPart().


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