CMS 3D CMS Logo

HFSimParameters.h
Go to the documentation of this file.
1 #ifndef HcalSimAlgos_HFSimParameters_h
2 #define HcalSimAlgos_HFSimParameters_h
3 
7 
9 public:
12  double samplingFactor,
13  double timePhase,
14  bool syncPhase);
16 
17  ~HFSimParameters() override {}
18 
19  void setDbService(const HcalDbService* service) { theDbService = service; }
20 
21  double photoelectronsToAnalog(const DetId& detId) const override;
22 
23  double fCtoGeV(const DetId& detId) const;
24 
25  double samplingFactor() const;
26 
27 private:
30 };
31 
32 #endif
void setDbService(const HcalDbService *service)
double fCtoGeV(const DetId &detId) const
Main class for Parameters in different subdetectors.
double timePhase() const
the adjustment you need to apply to get the signal where you want it
~HFSimParameters() override
double simHitToPhotoelectrons() const
HFSimParameters(double simHitToPhotoelectrons, double photoelectronsToAnalog, double samplingFactor, double timePhase, bool syncPhase)
Definition: DetId.h:17
const HcalDbService * theDbService
double theSamplingFactor
double samplingFactor() const
double photoelectronsToAnalog() const
the factor which goes from photoelectrons to whatever gets read by ADCs
bool syncPhase() const