ATLAS Offline Software
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
IParticleHandleBase::Imp Class Reference
Collaboration diagram for IParticleHandleBase::Imp:

Public Member Functions

 Imp (IParticleHandleBase *tc)
 
 ~Imp ()
 

Static Public Member Functions

static double dist (const SbVec3f &p1, const SbVec3f &p2)
 

Public Attributes

IParticleHandleBasetheclass
 

Detailed Description

Definition at line 50 of file IParticleHandleBase.cxx.

Constructor & Destructor Documentation

◆ Imp()

IParticleHandleBase::Imp::Imp ( IParticleHandleBase tc)
inline

Definition at line 53 of file IParticleHandleBase.cxx.

53 : theclass(tc){}

◆ ~Imp()

IParticleHandleBase::Imp::~Imp ( )
inline

Definition at line 54 of file IParticleHandleBase.cxx.

54 { }

Member Function Documentation

◆ dist()

static double IParticleHandleBase::Imp::dist ( const SbVec3f &  p1,
const SbVec3f &  p2 
)
static

Member Data Documentation

◆ theclass

IParticleHandleBase* IParticleHandleBase::Imp::theclass

Definition at line 55 of file IParticleHandleBase.cxx.


The documentation for this class was generated from the following file:
IParticleHandleBase::Imp::theclass
IParticleHandleBase * theclass
Definition: IParticleHandleBase.cxx:55