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 
18  private:
19  std::vector<double> getDDDArray(const std::string &, const DDsvalues_type &);
20 };
21 
22 #endif
std::vector< double > getDDDArray(const std::string &, const DDsvalues_type &)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
bool build(const DDCompactView *, FastTimeParameters &, const std::string &, const int)
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
Definition: DDsvalues.h:12