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

#include <DetectorGeometryHelper.h>

Public Member Functions

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

Friends

class GeoModelDetectorFacility
 

Detailed Description

Constructor & Destructor Documentation

◆ DetectorGeometryHelper() [1/2]

DetectorGeometryHelper::DetectorGeometryHelper ( )
inline

◆ DetectorGeometryHelper() [2/2]

DetectorGeometryHelper::DetectorGeometryHelper ( )
inline

Member Function Documentation

◆ GeometryType() [1/2]

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

◆ GeometryType() [2/2]

DetectorType DetectorGeometryHelper::GeometryType ( std::string  )

Friends And Related Function Documentation

◆ GeoModelDetectorFacility

GeoModelDetectorFacility
friend

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