KaliVeda
Toolkit for HIC analysis
KVGeoNavigator::KVGeoDetectorPath Class Reference

Detailed Description

Link physical path to node in geometry with detector.

Definition at line 75 of file KVGeoNavigator.h.

#include <KVGeoNavigator.h>

Inheritance diagram for KVGeoNavigator::KVGeoDetectorPath:

Public Member Functions

 KVGeoDetectorPath ()
 
 KVGeoDetectorPath (const Char_t *path, KVDetector *det)
 
virtual ~KVGeoDetectorPath ()
 
KVDetectorGetDetector () const
 

Private Attributes

KVDetectorfDetector
 

Constructor & Destructor Documentation

◆ KVGeoDetectorPath() [1/2]

KVGeoNavigator::KVGeoDetectorPath::KVGeoDetectorPath ( )
inline

Definition at line 78 of file KVGeoNavigator.h.

◆ KVGeoDetectorPath() [2/2]

KVGeoNavigator::KVGeoDetectorPath::KVGeoDetectorPath ( const Char_t *  path,
KVDetector det 
)
inline

Definition at line 79 of file KVGeoNavigator.h.

◆ ~KVGeoDetectorPath()

virtual KVGeoNavigator::KVGeoDetectorPath::~KVGeoDetectorPath ( )
inlinevirtual

Definition at line 81 of file KVGeoNavigator.h.

Member Function Documentation

◆ GetDetector()

KVDetector* KVGeoNavigator::KVGeoDetectorPath::GetDetector ( ) const
inline

Definition at line 82 of file KVGeoNavigator.h.

Member Data Documentation

◆ fDetector

KVDetector* KVGeoNavigator::KVGeoDetectorPath::fDetector
private

Definition at line 76 of file KVGeoNavigator.h.