Public Types | |
enum | AllDetector { PXB = 0, PXF = 1, TIB = 2, TID = 3, TOB = 4, TECThin = 5, TECThick = 6, nDets } |
typedef std::pair< uint32_t, unsigned char > | ChipId |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | readGainCorrection (std::map< ChipId, float > &) |
void | readStripProps (std::vector< double > &, std::vector< double > &, std::vector< double > &) |
Private Attributes | |
const std::string | gainFile_ |
const std::string | propFile_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 14 of file DeDxCalibrationDbCreator.cc.
typedef std::pair<uint32_t, unsigned char> DeDxCalibrationDbCreator::ChipId |
Definition at line 16 of file DeDxCalibrationDbCreator.cc.
Enumerator | |
---|---|
PXB | |
PXF | |
TIB | |
TID | |
TOB | |
TECThin | |
TECThick | |
nDets |
Definition at line 17 of file DeDxCalibrationDbCreator.cc.
|
explicit |
Definition at line 32 of file DeDxCalibrationDbCreator.cc.
|
inlineoverride |
Definition at line 20 of file DeDxCalibrationDbCreator.cc.
|
inlineoverrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 24 of file DeDxCalibrationDbCreator.cc.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 36 of file DeDxCalibrationDbCreator.cc.
References isotrackApplyRegressor::alpha, Hcal_Conditions_forGlobalTag_cff::gain, submitPVResolutionJobs::pool, readGainCorrection(), and readStripProps().
|
private |
Definition at line 82 of file DeDxCalibrationDbCreator.cc.
References gather_cfg::cout, ztail::d, TauDecayModes::dec, hcalRecHitTable_cff::detId, f, contentValuesFiles::fullPath, g, Hcal_Conditions_forGlobalTag_cff::gain, gainFile_, mps_fire::i, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by beginJob().
|
private |
Definition at line 49 of file DeDxCalibrationDbCreator.cc.
References isotrackApplyRegressor::alpha, gather_cfg::cout, f, geometryDiff::file, contentValuesFiles::fullPath, propFile_, PXB, PXF, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by beginJob().
|
private |
Definition at line 29 of file DeDxCalibrationDbCreator.cc.
Referenced by readGainCorrection().
|
private |
Definition at line 29 of file DeDxCalibrationDbCreator.cc.
Referenced by readStripProps().