BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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
13
14public:
16 DetectorType GeometryType( std::string );
17
18private:
20 static void SetDetectorType( std::string, DetectorType );
21 static DetectorMap theMap;
22};
23
24#endif
std::map< std::string, DetectorType, std::less< std::string > > DetectorMap
DetectorType GeometryType(std::string)