AMSDST
Public Member Functions | Public Attributes | List of all members
myObject Class Reference

#include <myObject.h>

Inheritance diagram for myObject:
myBetaBase myBetaHBase myEcalShowerBase myParticle myRichRingBase myTrdTrackBase myTrTrackBase myBeta myBetaPlus myBetaH myBetaHPlus myEcalShower myEcalShowerPlus myRichRing myRichRingPlus myTrdK myTrdQtFromTrTrack myTrdTrack myTrdTrackPlus myTrTrack myTrTrackPlus

Public Member Functions

 myObject ()
 Constructor.
 
 ~myObject ()
 Default destructor.
 
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
 

Detailed Description

Definition at line 9 of file myObject.h.

Constructor & Destructor Documentation

myObject::myObject ( )

Constructor.

Definition at line 12 of file myObject.cxx.

References PRINTDEBUG.

myObject::~myObject ( )

Default destructor.

Definition at line 21 of file myObject.cxx.

References PRINTDEBUG.

Member Function Documentation

myObject::ClassDef ( myObject  ,
 
)
short int myObject::iMySelf ( )
inline

Definition at line 22 of file myObject.h.

References i_myself.

Referenced by myEvent::pmyTrdKFromTrdTrackByMySelf().

short int myObject::iPart ( )
inline

Definition at line 21 of file myObject.h.

References i_part.

void myObject::SetMySelf ( short int  imyself)
inline

Definition at line 30 of file myObject.h.

References i_myself.

void myObject::SetPart ( short int  ipart)
inline

Definition at line 24 of file myObject.h.

References i_part.

Member Data Documentation

Short_t myObject::i_myself

id of the object itself in gbatch

Definition at line 19 of file myObject.h.

Referenced by iMySelf(), and SetMySelf().

Short_t myObject::i_part

id of particle object it belongs

Definition at line 18 of file myObject.h.

Referenced by iPart(), and SetPart().


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