CMS 3D CMS Logo

HcalParametersFromDD.h
Go to the documentation of this file.
1 #ifndef HcalCommonData_HcalParametersFromDD_h
2 #define HcalCommonData_HcalParametersFromDD_h
3 
6 
7 class HcalParameters;
8 
10 public:
11  HcalParametersFromDD() = default;
12 
13  bool build(const DDCompactView*, HcalParameters&);
14  bool build(const cms::DDCompactView*, HcalParameters&) { return true; }
15 
16 private:
17  bool build(const HcalParameters&);
18 };
19 
20 #endif
bool build(const DDCompactView *, HcalParameters &)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
HcalParametersFromDD()=default
bool build(const cms::DDCompactView *, HcalParameters &)