CMS 3D CMS Logo

CaloSimParametersFromDD.h
Go to the documentation of this file.
1 #ifndef HcalCommonData_CaloSimParametersFromDD_h
2 #define HcalCommonData_CaloSimParametersFromDD_h
3 
8 #include <string>
9 #include <vector>
10 
11 class DDFilteredView;
13 
15 public:
16  CaloSimParametersFromDD() = default;
18 
21 
22 private:
24  std::vector<std::string> getNames(const std::string&, const DDsvalues_type&, bool);
25  std::vector<int> getNumbers(const std::string&, const DDsvalues_type&, bool);
26 };
27 
28 #endif
bool build(const DDCompactView *, CaloSimulationParameters &)
std::vector< std::string > getNames(const std::string &, const DDsvalues_type &, bool)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
Definition: DDsvalues.h:12
std::vector< int > getNumbers(const std::string &, const DDsvalues_type &, bool)
CaloSimParametersFromDD()=default
bool buildParameters(const CaloSimulationParameters &)