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&);
15 
16 private:
17  bool build(HcalParameters&);
18  void rescale(std::vector<double>&, const double s);
19 };
20 
21 #endif
DDCompactView.h
HcalParametersFromDD::HcalParametersFromDD
HcalParametersFromDD()=default
alignCSCRings.s
s
Definition: alignCSCRings.py:92
HcalParametersFromDD
Definition: HcalParametersFromDD.h:9
HcalParametersFromDD::build
bool build(const DDCompactView *, HcalParameters &)
Definition: HcalParametersFromDD.cc:56
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDCompactView.h
HcalParametersFromDD::rescale
void rescale(std::vector< double > &, const double s)
Definition: HcalParametersFromDD.cc:346
HcalParameters
Definition: HcalParameters.h:6
cms::DDCompactView
Definition: DDCompactView.h:31