Main Page
Namespaces
Classes
Package Documentation
Geometry
GEMGeometryBuilder
src
GEMGeometryParsFromDD.h
Go to the documentation of this file.
1
#ifndef Geometry_GEMGeometry_GEMGeometryParsFromDD_H
2
#define Geometry_GEMGeometry_GEMGeometryParsFromDD_H
3
11
#include <string>
12
#include <map>
13
#include <list>
14
15
class
DDCompactView
;
16
class
DDFilteredView
;
17
class
MuonDDDConstants
;
18
class
RecoIdealGeometry
;
19
class
GEMGeometryParsFromDD
20
{
21
public
:
22
23
GEMGeometryParsFromDD
();
24
25
~GEMGeometryParsFromDD
();
26
27
void
build
(
const
DDCompactView
* cview,
28
const
MuonDDDConstants
& muonConstants,
29
RecoIdealGeometry
& rgeo);
30
31
32
private
:
33
void
buildGeometry
(
DDFilteredView
& fview,
34
const
MuonDDDConstants
& muonConstants,
35
RecoIdealGeometry
& rgeo);
36
37
38
};
39
40
#endif
GEMGeometryParsFromDD
Definition:
GEMGeometryParsFromDD.h:19
GEMGeometryParsFromDD::build
void build(const DDCompactView *cview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
Definition:
GEMGeometryParsFromDD.cc:31
GEMGeometryParsFromDD::buildGeometry
void buildGeometry(DDFilteredView &fview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
Definition:
GEMGeometryParsFromDD.cc:45
GEMGeometryParsFromDD::~GEMGeometryParsFromDD
~GEMGeometryParsFromDD()
Definition:
GEMGeometryParsFromDD.cc:27
DDCompactView
type of data representation of DDCompactView
Definition:
DDCompactView.h:90
DDFilteredView
Definition:
DDFilteredView.h:18
MuonDDDConstants
Definition:
MuonDDDConstants.h:21
RecoIdealGeometry
Definition:
RecoIdealGeometry.h:28
GEMGeometryParsFromDD::GEMGeometryParsFromDD
GEMGeometryParsFromDD()
Definition:
GEMGeometryParsFromDD.cc:24
Generated for CMSSW Reference Manual by
1.8.11