BOSS 7.1.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
13public:
15 DetectorType GeometryType(std::string);
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)