CMS 3D CMS Logo

FastTimeParametersFromDD.h
Go to the documentation of this file.
1 #ifndef HGCalCommonData_FastTimeParametersFromDD_h
2 #define HGCalCommonData_FastTimeParametersFromDD_h
3 
4 #include <string>
6 
7 class DDCompactView;
9 
11 public:
14 
15  bool build(const DDCompactView*, FastTimeParameters&, const std::string&,
16  const int);
17 private:
18  std::vector<double> getDDDArray(const std::string &, const DDsvalues_type &);
19 };
20 
21 #endif
std::vector< double > getDDDArray(const std::string &, const DDsvalues_type &)
type of data representation of DDCompactView
Definition: DDCompactView.h:90
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
std::maps an index to a DDValue. The index corresponds to the index assigned to the name of the std::...
Definition: DDsvalues.h:20
bool build(const DDCompactView *, FastTimeParameters &, const std::string &, const int)