CMS 3D CMS Logo

HcalParametersFromDD.h
Go to the documentation of this file.
1 #ifndef HcalCommonData_HcalParametersFromDD_h
2 #define HcalCommonData_HcalParametersFromDD_h
3 
4 class DDCompactView;
5 class HcalParameters;
6 
8 public:
10  virtual ~HcalParametersFromDD() {}
11 
12  bool build(const DDCompactView*, HcalParameters& );
13 };
14 
15 #endif
bool build(const DDCompactView *, HcalParameters &)
type of data representation of DDCompactView
Definition: DDCompactView.h:90