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

Public Member Functions

 Imp (AODHandleBase *tc)
 
 ~Imp ()
 

Static Public Member Functions

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

Public Attributes

AODHandleBasetheclass
 
QTreeWidgetItem * m_objBrowseTree
 

Static Public Attributes

static std::atomic< int > nobjhandles = 0
 

Detailed Description

Definition at line 52 of file AODHandleBase.cxx.

Constructor & Destructor Documentation

◆ Imp()

AODHandleBase::Imp::Imp ( AODHandleBase tc)
inline

Definition at line 58 of file AODHandleBase.cxx.

58  : theclass(tc),
59  m_objBrowseTree(0){}

◆ ~Imp()

AODHandleBase::Imp::~Imp ( )
inline

Definition at line 60 of file AODHandleBase.cxx.

60 { }

Member Function Documentation

◆ dist()

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

Member Data Documentation

◆ m_objBrowseTree

QTreeWidgetItem* AODHandleBase::Imp::m_objBrowseTree

Definition at line 65 of file AODHandleBase.cxx.

◆ nobjhandles

std::atomic< int > AODHandleBase::Imp::nobjhandles = 0
static

Definition at line 56 of file AODHandleBase.cxx.

◆ theclass

AODHandleBase* AODHandleBase::Imp::theclass

Definition at line 61 of file AODHandleBase.cxx.


The documentation for this class was generated from the following file:
AODHandleBase::Imp::theclass
AODHandleBase * theclass
Definition: AODHandleBase.cxx:61
AODHandleBase::Imp::m_objBrowseTree
QTreeWidgetItem * m_objBrowseTree
Definition: AODHandleBase.cxx:65