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 &, const int);
16 
17 private:
18  std::vector<double> getDDDArray(const std::string &, const DDsvalues_type &);
19 };
20 
21 #endif
FastTimeParametersFromDD::FastTimeParametersFromDD
FastTimeParametersFromDD()
Definition: FastTimeParametersFromDD.h:12
FastTimeParametersFromDD::build
bool build(const DDCompactView *, FastTimeParameters &, const std::string &, const int)
Definition: FastTimeParametersFromDD.cc:11
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
FastTimeParametersFromDD::getDDDArray
std::vector< double > getDDDArray(const std::string &, const DDsvalues_type &)
Definition: FastTimeParametersFromDD.cc:65
FastTimeParameters
Definition: FastTimeParameters.h:9
FastTimeParametersFromDD::~FastTimeParametersFromDD
virtual ~FastTimeParametersFromDD()
Definition: FastTimeParametersFromDD.h:13
DDsvalues.h
FastTimeParametersFromDD
Definition: FastTimeParametersFromDD.h:10
DDsvalues_type
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
Definition: DDsvalues.h:12