CMS 3D CMS Logo

EcalSimParameterMap.h
Go to the documentation of this file.
1 #ifndef EcalSimAlgos_EcalSimParameterMap_h
2 #define EcalSimAlgos_EcalSimParameterMap_h
3 
6 
7 /* \class EcalSimParametersMap
8  * \brief map of parameters for the ECAL (EE, EB, preshower) simulation
9  *
10  */
12 public:
19  double samplingFactor,
20  double timePhase,
21  int readoutFrameSize,
22  int binOfMaximum,
23  bool doPhotostatistics,
24  bool syncPhase);
26  ~EcalSimParameterMap() override {}
27 
29  const CaloSimParameters& simParameters(const DetId& id) const override;
30 
31 private:
38 };
39 
40 #endif
Main class for Parameters in different subdetectors.
const CaloSimParameters & simParameters(const DetId &id) const override
return the sim parameters relative to the right subdet
Definition: DetId.h:18
CaloSimParameters theEndcapParameters
EE.
CaloSimParameters theESParameters
ES.
CaloSimParameters theBarrelParameters
EB.
~EcalSimParameterMap() override
dtor