CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
FWOverlapTableManager::QuadId Class Reference

#include <FWOverlapTableManager.h>

Inheritance diagram for FWOverlapTableManager::QuadId:

Public Member Functions

const char * GetName () const override
 
const char * GetTitle () const override
 
 QuadId ()
 
 QuadId (TGeoOverlap *ovl, int idx)
 
 ~QuadId () override
 

Public Attributes

std::vector< int > m_nodes
 
TGeoOverlap * m_ovl
 
int m_parentIdx
 

Detailed Description

Definition at line 35 of file FWOverlapTableManager.h.

Constructor & Destructor Documentation

FWOverlapTableManager::QuadId::QuadId ( )
inline

Definition at line 37 of file FWOverlapTableManager.h.

FWOverlapTableManager::QuadId::QuadId ( TGeoOverlap *  ovl,
int  idx 
)
inline

Definition at line 38 of file FWOverlapTableManager.h.

References m_ovl, and m_parentIdx.

38  {
39  m_ovl = ovl;
40  m_parentIdx = idx;
41  }
FWOverlapTableManager::QuadId::~QuadId ( )
inlineoverride

Definition at line 43 of file FWOverlapTableManager.h.

43 {}

Member Function Documentation

const char* FWOverlapTableManager::QuadId::GetName ( ) const
inlineoverride

Definition at line 44 of file FWOverlapTableManager.h.

References m_ovl.

44 { return m_ovl->GetTitle(); }
const char* FWOverlapTableManager::QuadId::GetTitle ( ) const
inlineoverride

Definition at line 45 of file FWOverlapTableManager.h.

References m_ovl.

45 { return m_ovl->GetTitle(); }

Member Data Documentation

std::vector<int> FWOverlapTableManager::QuadId::m_nodes
TGeoOverlap* FWOverlapTableManager::QuadId::m_ovl
int FWOverlapTableManager::QuadId::m_parentIdx

Definition at line 48 of file FWOverlapTableManager.h.

Referenced by QuadId().