CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalParametersFromDD.h
Go to the documentation of this file.
1 #ifndef HcalTowerAlgo_HcalParametersFromDD_h
2 #define HcalTowerAlgo_HcalParametersFromDD_h
3 
4 class DDCompactView;
5 class PHcalParameters;
6 
8  public:
10  virtual ~HcalParametersFromDD() {}
11 
12  bool build( const DDCompactView*,
13  PHcalParameters& );
14 };
15 
16 #endif
type of data representation of DDCompactView
Definition: DDCompactView.h:76
bool build(const DDCompactView *, PHcalParameters &)