#include <SiPixelGainCalibrationForHLTSimService.h>
|
float | getGain (const uint32_t &detID, const int &col, const int &row) override |
|
float | getPedestal (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 | isDeadColumn (const uint32_t &detID, const int &col, const int &row) override |
|
bool | isNoisy (const uint32_t &detID, const int &col, const int &row) override |
|
bool | isNoisyColumn (const uint32_t &detID, const int &col, const int &row) override |
|
| SiPixelGainCalibrationForHLTSimService (const edm::ParameterSet &conf) |
|
| ~SiPixelGainCalibrationForHLTSimService () override |
|
std::vector< uint32_t > | getDetIds () override |
|
double | getGainHigh () override |
|
double | getGainLow () override |
|
double | getPedHigh () override |
|
double | getPedLow () override |
|
SiPixelGainCalibrationForHLT const & | payload () const |
|
void | setESObjects (const edm::EventSetup &es) override |
|
| SiPixelGainCalibrationServicePayloadGetter (const edm::ParameterSet &conf) |
|
| ~SiPixelGainCalibrationServicePayloadGetter () override |
|
virtual void | calibrate (uint32_t detID, DigiIterator b, DigiIterator e, float conversionFactor, float offset, int *electron) |
|
| SiPixelGainCalibrationServiceBase () |
|
virtual | ~SiPixelGainCalibrationServiceBase () |
|
|
typedef edm::DetSet< PixelDigi >::const_iterator | DigiIterator |
|
static void | fillPSetDescription (edm::ParameterSetDescription &desc) |
|
float | getGainByColumn (const uint32_t &detID, const int &col, const int &row, bool &isDeadColumn, bool &isNoisyColumn) |
|
float | getGainByPixel (const uint32_t &detID, const int &col, const int &row, bool &isDeadPixel, bool &isNoisyPixel) |
|
float | getPedestalByColumn (const uint32_t &detID, const int &col, const int &row, bool &isDeadColumn, bool &isNoisyColumn) |
|
float | getPedestalByPixel (const uint32_t &detID, const int &col, const int &row, bool &isDeadPixel, bool &isNoisyPixel) |
|
void | throwExepctionForBadRead (std::string payload, const uint32_t &detID, const int &col, const int &row, double value=-1) const |
|
edm::ParameterSet | conf_ |
|
bool | ESetupInit_ |
|
double | gainHigh_ |
|
double | gainLow_ |
|
int | numberOfRowsAveragedOver_ |
|
int | old_cols |
|
uint32_t | old_detID |
|
SiPixelGainCalibrationForHLT ::Range | old_range |
|
int | oldAveragedBlockDataGain_ |
|
int | oldAveragedBlockDataPed_ |
|
int | oldColumnIndexGain_ |
|
int | oldColumnIndexPed_ |
|
float | oldColumnValueGain_ |
|
float | oldColumnValuePed_ |
|
bool | oldThisColumnIsDeadGain_ |
|
bool | oldThisColumnIsDeadPed_ |
|
bool | oldThisColumnIsNoisyGain_ |
|
bool | oldThisColumnIsNoisyPed_ |
|
edm::ESHandle< SiPixelGainCalibrationForHLT > | ped |
|
double | pedHigh_ |
|
double | pedLow_ |
|
◆ SiPixelGainCalibrationForHLTSimService()
SiPixelGainCalibrationForHLTSimService::SiPixelGainCalibrationForHLTSimService |
( |
const edm::ParameterSet & |
conf | ) |
|
|
inlineexplicit |
◆ ~SiPixelGainCalibrationForHLTSimService()
SiPixelGainCalibrationForHLTSimService::~SiPixelGainCalibrationForHLTSimService |
( |
| ) |
|
|
inlineoverride |
◆ getGain()
float SiPixelGainCalibrationForHLTSimService::getGain |
( |
const uint32_t & |
detID, |
|
|
const int & |
col, |
|
|
const int & |
row |
|
) |
| |
|
overridevirtual |
◆ getPedestal()
float SiPixelGainCalibrationForHLTSimService::getPedestal |
( |
const uint32_t & |
detID, |
|
|
const int & |
col, |
|
|
const int & |
row |
|
) |
| |
|
overridevirtual |
◆ isDead()
bool SiPixelGainCalibrationForHLTSimService::isDead |
( |
const uint32_t & |
detID, |
|
|
const int & |
col, |
|
|
const int & |
row |
|
) |
| |
|
overridevirtual |
◆ isDeadColumn()
bool SiPixelGainCalibrationForHLTSimService::isDeadColumn |
( |
const uint32_t & |
detID, |
|
|
const int & |
col, |
|
|
const int & |
row |
|
) |
| |
|
overridevirtual |
◆ isNoisy()
bool SiPixelGainCalibrationForHLTSimService::isNoisy |
( |
const uint32_t & |
detID, |
|
|
const int & |
col, |
|
|
const int & |
row |
|
) |
| |
|
overridevirtual |
◆ isNoisyColumn()
bool SiPixelGainCalibrationForHLTSimService::isNoisyColumn |
( |
const uint32_t & |
detID, |
|
|
const int & |
col, |
|
|
const int & |
row |
|
) |
| |
|
overridevirtual |