BOSS
7.1.2
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
7
enum
DetectorType
{
Standard
,
GeoModel
,
Unknown
=999 };
8
9
typedef
std::map<std::string, DetectorType, std::less<std::string> >
DetectorMap
;
10
11
class
DetectorGeometryHelper
{
12
friend
class
GeoModelDetectorFacility
;
13
public
:
14
DetectorGeometryHelper
() {}
15
DetectorType
GeometryType
(std::string);
16
private
:
17
DetectorGeometryHelper
(std::string,
DetectorType
);
18
static
void
SetDetectorType(std::string,
DetectorType
);
19
static
DetectorMap
theMap;
20
};
21
22
#endif
23
DetectorMap
std::map< std::string, DetectorType, std::less< std::string > > DetectorMap
Definition
DetectorGeometryHelper.h:9
DetectorType
DetectorType
Definition
DetectorGeometryHelper.h:7
Unknown
@ Unknown
Definition
DetectorGeometryHelper.h:7
Standard
@ Standard
Definition
DetectorGeometryHelper.h:7
GeoModel
@ GeoModel
Definition
DetectorGeometryHelper.h:7
DetectorGeometryHelper
Definition
DetectorGeometryHelper.h:11
DetectorGeometryHelper::GeometryType
DetectorType GeometryType(std::string)
Definition
DetectorGeometryHelper.cxx:11
DetectorGeometryHelper::GeoModelDetectorFacility
friend class GeoModelDetectorFacility
Definition
DetectorGeometryHelper.h:12
DetectorGeometryHelper::DetectorGeometryHelper
DetectorGeometryHelper()
Definition
DetectorGeometryHelper.h:14
7.1.2
Simulation
SimHelpers
SimHelpers-00-00-01
SimHelpers
DetectorGeometryHelper.h
Generated by
1.12.0