Main Page
Namespaces
Classes
Package Documentation
Geometry
HGCalCommonData
interface
FastTimeParametersFromDD.h
Go to the documentation of this file.
1
#ifndef HGCalCommonData_FastTimeParametersFromDD_h
2
#define HGCalCommonData_FastTimeParametersFromDD_h
3
4
#include <string>
5
#include "
DetectorDescription/Core/interface/DDsvalues.h
"
6
7
class
DDCompactView
;
8
class
FastTimeParameters
;
9
10
class
FastTimeParametersFromDD
{
11
public
:
12
FastTimeParametersFromDD
() {}
13
virtual
~FastTimeParametersFromDD
() {}
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
FastTimeParametersFromDD::FastTimeParametersFromDD
FastTimeParametersFromDD()
Definition:
FastTimeParametersFromDD.h:12
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
FastTimeParametersFromDD::getDDDArray
std::vector< double > getDDDArray(const std::string &, const DDsvalues_type &)
Definition:
FastTimeParametersFromDD.cc:76
DDCompactView
type of data representation of DDCompactView
Definition:
DDCompactView.h:90
DDsvalues_type
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
FastTimeParametersFromDD
Definition:
FastTimeParametersFromDD.h:10
FastTimeParametersFromDD::build
bool build(const DDCompactView *, FastTimeParameters &, const std::string &, const int)
Definition:
FastTimeParametersFromDD.cc:15
DDsvalues.h
FastTimeParametersFromDD::~FastTimeParametersFromDD
virtual ~FastTimeParametersFromDD()
Definition:
FastTimeParametersFromDD.h:13
FastTimeParameters
Definition:
FastTimeParameters.h:10
Generated for CMSSW Reference Manual by
1.8.11