CMS 3D CMS Logo

EcalTBHodoscopeGeometryLoaderFromDDD.h
Go to the documentation of this file.
1 #ifndef GEOMETRY_ECALTBHODOSCOPEGEOMETRYLOADERFROMDDD_H
2 #define GEOMETRY_ECALTBHODOSCOPEGEOMETRYLOADERFROMDDD_H 1
3 
5 
13 class DDCompactView;
14 class DDFilteredView;
15 class DDFilter;
18 
19 #include <memory>
20 #include <string>
21 
23 public:
25 
27 
28  std::unique_ptr<CaloSubdetectorGeometry> load(const DDCompactView* cpv);
29 
30 private:
31  void makeGeometry(const DDCompactView* cpv, CaloSubdetectorGeometry* ebg);
32 
33  unsigned int getDetIdForDDDNode(const DDFilteredView& fv);
34 
36 
38 
40 };
41 
42 #endif
std::unique_ptr< CaloSubdetectorGeometry > load(const DDCompactView *cpv)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
std::string getDDDString(std::string s, DDFilteredView *fv)
unsigned int getDetIdForDDDNode(const DDFilteredView &fv)
A Filter accepts or rejects a DDExpandedNode based on a user-coded decision rule. ...
Definition: DDFilter.h:15
void makeGeometry(const DDCompactView *cpv, CaloSubdetectorGeometry *ebg)