CMS 3D CMS Logo

SiPixelGainCalibrationOfflineService.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiPixelESProducers_SiPixelGainCalibrationOfflineService_H
2 #define CalibTracker_SiPixelESProducers_SiPixelGainCalibrationOfflineService_H
3 
4 // ************************************************************************
5 // ************************************************************************
6 // ******* SiPixelOfflineCalibrationOfflineService *******
7 // ******* Author: Evan Friis (evan.friis@cern.ch) *******
8 // ******* *******
9 // ******* Retrives gain calibration data from offline DB *******
10 // ******* at medium (gain:column,pedestal:pixel) granularity *******
11 // ******* *******
12 // ************************************************************************
13 // ************************************************************************
14 
15 // Gain CalibrationOffline base class
17 
20 
21 class SiPixelGainCalibrationOfflineService : public SiPixelGainCalibrationServicePayloadGetter<SiPixelGainCalibrationOffline,SiPixelGainCalibrationOfflineRcd>
22 {
23 
24  public:
27 
28  // pixel granularity
29  float getPedestal ( const uint32_t& detID,const int& col, const int& row) override;
30  float getGain ( const uint32_t& detID,const int& col, const int& row) override;
31  bool isDead ( const uint32_t& detID,const int& col, const int& row) override;
32  bool isDeadColumn ( const uint32_t& detID,const int& col, const int& row) override;
33  bool isNoisy ( const uint32_t& detID,const int& col, const int& row) override;
34  bool isNoisyColumn ( const uint32_t& detID,const int& col, const int& row) override;
35 };
36 #endif
bool isNoisyColumn(const uint32_t &detID, const int &col, const int &row) override
bool isDeadColumn(const uint32_t &detID, const int &col, const int &row) override
bool isDead(const uint32_t &detID, const int &col, const int &row) override
bool isNoisy(const uint32_t &detID, const int &col, const int &row) override
SiPixelGainCalibrationOfflineService(const edm::ParameterSet &conf)
col
Definition: cuy.py:1010
float getPedestal(const uint32_t &detID, const int &col, const int &row) override
float getGain(const uint32_t &detID, const int &col, const int &row) override