BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DetectorGeometryHelper Class Reference

#include <DetectorGeometryHelper.h>

Public Member Functions

 DetectorGeometryHelper ()
DetectorType GeometryType (std::string)

Friends

class GeoModelDetectorFacility

Detailed Description

Definition at line 11 of file DetectorGeometryHelper.h.

Constructor & Destructor Documentation

◆ DetectorGeometryHelper()

DetectorGeometryHelper::DetectorGeometryHelper ( )
inline

Definition at line 15 of file DetectorGeometryHelper.h.

15{}

Member Function Documentation

◆ GeometryType()

DetectorType DetectorGeometryHelper::GeometryType ( std::string n)

Definition at line 10 of file DetectorGeometryHelper.cxx.

10 {
11 if ( theMap.find( n ) != theMap.end() ) return theMap[n];
12 else return Standard;
13}
const Int_t n

◆ GeoModelDetectorFacility

friend class GeoModelDetectorFacility
friend

Definition at line 12 of file DetectorGeometryHelper.h.

Referenced by GeoModelDetectorFacility.


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