BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
Simulation/SimHelpers/SimHelpers-00-00-01/SimHelpers/DetectorGeometryHelper.h
Go to the documentation of this file.
1#ifndef DetectorGeometryHelper_H
2#define DetectorGeometryHelper_H
3
4#include <map>
5#include <string>
6
8
9typedef std::map<std::string, DetectorType, std::less<std::string> > DetectorMap;
10
12 friend class GeoModelDetectorFacility;
13public:
16private:
18 static void SetDetectorType(std::string, DetectorType);
19 static DetectorMap theMap;
20};
21
22#endif
23
std::map< std::string, DetectorType, std::less< std::string > > DetectorMap
DetectorType GeometryType(std::string)