#include <DPGAnalysis/MuonTools/src/MuDigiBaseProducer.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from SimpleFlatTableProducerBase< DIGI_T, MuonDigiCollection< DETECTOR_T, DIGI_T > > | |
static edm::ParameterSetDescription | baseDescriptions () |
Private Types | |
using | COLLECTION = MuonDigiCollection< DETECTOR_T, DIGI_T > |
using | Int16DetVar = FuncVariable< DETECTOR_T, StringObjectFunction< DETECTOR_T >, int16_t > |
using | IntDetVar = FuncVariable< DETECTOR_T, StringObjectFunction< DETECTOR_T >, int > |
using | UInt8DetVar = FuncVariable< DETECTOR_T, StringObjectFunction< DETECTOR_T >, uint8_t > |
using | UIntDetVar = FuncVariable< DETECTOR_T, StringObjectFunction< DETECTOR_T >, unsigned int > |
Private Attributes | |
std::vector< std::unique_ptr< Variable< DETECTOR_T > > > | detIdVars_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Protected Types inherited from SimpleFlatTableProducerBase< DIGI_T, MuonDigiCollection< DETECTOR_T, DIGI_T > > | |
typedef FuncVariable< DIGI_T, StringCutObjectSelector< DIGI_T >, bool > | BoolVar |
typedef FuncVariable< DIGI_T, StringObjectFunction< DIGI_T >, double > | DoubleVar |
typedef FuncVariable< DIGI_T, StringObjectFunction< DIGI_T >, float > | FloatVar |
typedef FuncVariable< DIGI_T, StringObjectFunction< DIGI_T >, int16_t > | Int16Var |
typedef FuncVariable< DIGI_T, StringObjectFunction< DIGI_T >, int32_t > | IntVar |
typedef FuncVariable< DIGI_T, StringObjectFunction< DIGI_T >, uint16_t > | UInt16Var |
typedef FuncVariable< DIGI_T, StringObjectFunction< DIGI_T >, uint8_t > | UInt8Var |
typedef FuncVariable< DIGI_T, StringObjectFunction< DIGI_T >, uint32_t > | UIntVar |
Protected Attributes inherited from SimpleFlatTableProducerBase< DIGI_T, MuonDigiCollection< DETECTOR_T, DIGI_T > > | |
const std::string | doc_ |
const bool | extension_ |
const std::string | name_ |
const bool | skipNonExistingSrc_ |
const edm::EDGetTokenT< MuonDigiCollection< DETECTOR_T, DIGI_T > > | src_ |
std::vector< std::unique_ptr< Variable< DIGI_T > > > | vars_ |
Helper class defining the generic interface of a muon digi Producer
Definition at line 22 of file MuDigiBaseProducer.h.
|
private |
Definition at line 23 of file MuDigiBaseProducer.h.
|
private |
Definition at line 27 of file MuDigiBaseProducer.h.
|
private |
Definition at line 25 of file MuDigiBaseProducer.h.
|
private |
Definition at line 28 of file MuDigiBaseProducer.h.
|
private |
Definition at line 26 of file MuDigiBaseProducer.h.
|
inline |
Definition at line 33 of file MuDigiBaseProducer.h.
References MuDigiBaseProducer< DETECTOR_T, DIGI_T >::detIdVars_, Exception, edm::ParameterSet::getParameter(), eostools::move(), mergeVDriftHistosByStation::name, submitPVValidationJobs::params, AlCaHLTBitMon_QueryRunRegistry::string, HcalDetIdTransform::transform(), and varNames.
|
inlineoverride |
Definition at line 59 of file MuDigiBaseProducer.h.
|
inlinestatic |
Definition at line 61 of file MuDigiBaseProducer.h.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), SimpleFlatTableProducerBase< T, TProd >::baseDescriptions(), submitPVResolutionJobs::desc, edm::RequireZeroOrMore, AlCaHLTBitMon_QueryRunRegistry::string, HPSPFTaus_cff::variable, and EcalPhiSymFlatTableProducers_cfi::variables.
|
inlineoverridevirtual |
Implements SimpleFlatTableProducerBase< DIGI_T, MuonDigiCollection< DETECTOR_T, DIGI_T > >.
Definition at line 87 of file MuDigiBaseProducer.h.
References hcalRecHitTable_cff::detId, MuDigiBaseProducer< DETECTOR_T, DIGI_T >::detIdVars_, SimpleFlatTableProducerBase< DIGI_T, MuonDigiCollection< DETECTOR_T, DIGI_T > >::extension_, SimpleFlatTableProducerBase< DIGI_T, MuonDigiCollection< DETECTOR_T, DIGI_T > >::name_, copyEcalPFRecHitThresholds_cfg::prod, isotrackApplyRegressor::range, TableParser::table, HcalDetIdTransform::transform(), ALCARECOEcalPhiSym_cff::var, and SimpleFlatTableProducerBase< DIGI_T, MuonDigiCollection< DETECTOR_T, DIGI_T > >::vars_.
|
private |
Definition at line 30 of file MuDigiBaseProducer.h.
Referenced by MuDigiBaseProducer< DETECTOR_T, DIGI_T >::fillTable(), and MuDigiBaseProducer< DETECTOR_T, DIGI_T >::MuDigiBaseProducer().