CGEM BOSS 6.6.5.i
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 14 of file DetectorGeometryHelper.h.

14{}

Member Function Documentation

◆ GeometryType()

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

Definition at line 11 of file DetectorGeometryHelper.cxx.

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

Friends And Related Symbol Documentation

◆ GeoModelDetectorFacility

friend class GeoModelDetectorFacility
friend

Definition at line 12 of file DetectorGeometryHelper.h.


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