CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Attributes
SiStripBackPlaneCorrectionFakeESSource Class Reference
Inheritance diagram for SiStripBackPlaneCorrectionFakeESSource:
edm::ESProducer edm::EventSetupRecordIntervalFinder edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef std::unique_ptr< SiStripBackPlaneCorrectionReturnType
 

Public Member Functions

ReturnType produce (const SiStripBackPlaneCorrectionRcd &)
 
void setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &iov, edm::ValidityInterval &iValidity) override
 
 SiStripBackPlaneCorrectionFakeESSource (const edm::ParameterSet &)
 
 ~SiStripBackPlaneCorrectionFakeESSource () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ESProducer (const ESProducer &)=delete
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
ESRecordIndex const * getTokenRecordIndices (unsigned int iIndex) const
 
bool hasMayConsumes () const noexcept
 
size_t numberOfTokenIndices (unsigned int iIndex) const
 
ESProducer const & operator= (const ESProducer &)=delete
 
SerialTaskQueueChainqueue ()
 
template<typename Record >
std::optional< std::vector< ESProxyIndex > > updateFromMayConsumes (unsigned int iIndex, const Record &iRecord) const
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
 ESProxyFactoryProducer (const ESProxyFactoryProducer &)=delete
 
const ESProxyFactoryProduceroperator= (const ESProxyFactoryProducer &)=delete
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
void createKeyedProxies (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
 DataProxyProvider ()
 
 DataProxyProvider (const DataProxyProvider &)=delete
 
const ComponentDescriptiondescription () const
 
void fillRecordsNotAllowingConcurrentIOVs (std::set< EventSetupRecordKey > &recordsNotAllowingConcurrentIOVs) const
 
virtual void initConcurrentIOVs (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
bool isUsingRecord (const EventSetupRecordKey &key) const
 
KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey, unsigned int iovIndex=0)
 
const DataProxyProvideroperator= (const DataProxyProvider &)=delete
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 
- Public Member Functions inherited from edm::EventSetupRecordIntervalFinder
bool concurrentFinder () const
 
const eventsetup::ComponentDescriptiondescriptionForFinder () const
 
 EventSetupRecordIntervalFinder ()
 
 EventSetupRecordIntervalFinder (const EventSetupRecordIntervalFinder &)=delete
 
std::set< eventsetup::EventSetupRecordKeyfindingForRecords () const
 
const ValidityIntervalfindIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &)
 
bool nonconcurrentAndIOVNeedsUpdate (const eventsetup::EventSetupRecordKey &key, const IOVSyncValue &syncValue) const
 
const EventSetupRecordIntervalFinderoperator= (const EventSetupRecordIntervalFinder &)=delete
 
void resetInterval (const eventsetup::EventSetupRecordKey &)
 
void setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription)
 
virtual ~EventSetupRecordIntervalFinder () noexcept(false)
 

Private Attributes

edm::ESGetToken< GeometricDet, IdealGeometryRecordm_geomDetToken
 
edm::ESGetToken< TrackerTopology, TrackerTopologyRcdm_tTopoToken
 
std::vector< double > m_valuePerModuleGeometry
 

Additional Inherited Members

- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Types inherited from edm::ESProxyFactoryProducer
using EventSetupRecordKey = eventsetup::EventSetupRecordKey
 
- Protected Types inherited from edm::eventsetup::DataProxyProvider
using KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >>
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &iLabel={})
 
template<typename T >
auto setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
auto setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord >
auto setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
auto setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={})
 
template<typename TFunc >
auto setWhatProduced (TFunc &&func, const es::Label &iLabel={})
 
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator >
ESConsumesCollectorT< TRecord > setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={})
 
void usesResources (std::vector< std::string > const &)
 
- Protected Member Functions inherited from edm::ESProxyFactoryProducer
template<class TFactory >
void registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
KeyedProxiesVector registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &key)
 
- Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder
template<class T >
void findingRecord ()
 
void findingRecordWithKey (const eventsetup::EventSetupRecordKey &)
 

Detailed Description

Description: "fake" SiStripBackPlaneCorrection ESProducer - fixed value from configuration for each module geometry

Implementation: Port of SiStripBackPlaneCorrectionGenerator and templated fake ESSource to an edm::ESProducer

Definition at line 28 of file SiStripBackPlaneCorrectionFakeESSource.cc.

Member Typedef Documentation

◆ ReturnType

Definition at line 37 of file SiStripBackPlaneCorrectionFakeESSource.cc.

Constructor & Destructor Documentation

◆ SiStripBackPlaneCorrectionFakeESSource()

SiStripBackPlaneCorrectionFakeESSource::SiStripBackPlaneCorrectionFakeESSource ( const edm::ParameterSet iConfig)

Definition at line 46 of file SiStripBackPlaneCorrectionFakeESSource.cc.

References edm::ParameterSet::getParameter(), m_geomDetToken, m_tTopoToken, m_valuePerModuleGeometry, and edm::ESProducer::setWhatProduced().

46  {
47  auto cc = setWhatProduced(this);
48  m_tTopoToken = cc.consumes();
49  m_geomDetToken = cc.consumes();
50  findingRecord<SiStripBackPlaneCorrectionRcd>();
51 
52  m_valuePerModuleGeometry = iConfig.getParameter<std::vector<double>>("BackPlaneCorrection_PerModuleGeometry");
53 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::ESGetToken< GeometricDet, IdealGeometryRecord > m_geomDetToken
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > m_tTopoToken

◆ ~SiStripBackPlaneCorrectionFakeESSource()

SiStripBackPlaneCorrectionFakeESSource::~SiStripBackPlaneCorrectionFakeESSource ( )
override

Definition at line 55 of file SiStripBackPlaneCorrectionFakeESSource.cc.

55 {}

Member Function Documentation

◆ produce()

SiStripBackPlaneCorrectionFakeESSource::ReturnType SiStripBackPlaneCorrectionFakeESSource::produce ( const SiStripBackPlaneCorrectionRcd iRecord)

Definition at line 64 of file SiStripBackPlaneCorrectionFakeESSource.cc.

References edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::getRecord(), TrackerGeometryUtils::getSiStripDetIds(), m_geomDetToken, m_tTopoToken, and m_valuePerModuleGeometry.

65  {
66  using namespace edm::es;
67 
68  const auto& geomDet = iRecord.getRecord<TrackerTopologyRcd>().get(m_geomDetToken);
69  const auto& tTopo = iRecord.get(m_tTopoToken);
70 
71  auto backPlaneCorrection = std::make_unique<SiStripBackPlaneCorrection>();
72 
73  for (const auto detId : TrackerGeometryUtils::getSiStripDetIds(geomDet)) {
74  const auto moduleGeometry = static_cast<unsigned int>(tTopo.moduleGeometry(DetId(detId))) - 1;
75  if (moduleGeometry > m_valuePerModuleGeometry.size()) {
76  edm::LogError("SiStripBackPlaneCorrectionGenerator")
77  << " BackPlaneCorrection_PerModuleGeometry only contains " << m_valuePerModuleGeometry.size()
78  << "elements and module is out of range";
79  }
80  float value = m_valuePerModuleGeometry[moduleGeometry];
81  if (!backPlaneCorrection->putBackPlaneCorrection(detId, value)) {
82  edm::LogError("SiStripBackPlaneCorrectionGenerator") << " detid already exists";
83  }
84  }
85 
86  return backPlaneCorrection;
87 }
edm::ESGetToken< GeometricDet, IdealGeometryRecord > m_geomDetToken
Log< level::Error, false > LogError
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > m_tTopoToken
std::vector< uint32_t > getSiStripDetIds(const GeometricDet &geomDet)
Definition: utils.cc:5
Definition: value.py:1
Definition: DetId.h:17
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const

◆ setIntervalFor()

void SiStripBackPlaneCorrectionFakeESSource::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue iov,
edm::ValidityInterval iValidity 
)
overridevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 57 of file SiStripBackPlaneCorrectionFakeESSource.cc.

References edm::IOVSyncValue::beginOfTime(), and edm::IOVSyncValue::endOfTime().

59  {
60  iValidity = edm::ValidityInterval{iov.beginOfTime(), iov.endOfTime()};
61 }
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88

Member Data Documentation

◆ m_geomDetToken

edm::ESGetToken<GeometricDet, IdealGeometryRecord> SiStripBackPlaneCorrectionFakeESSource::m_geomDetToken
private

◆ m_tTopoToken

edm::ESGetToken<TrackerTopology, TrackerTopologyRcd> SiStripBackPlaneCorrectionFakeESSource::m_tTopoToken
private

◆ m_valuePerModuleGeometry

std::vector<double> SiStripBackPlaneCorrectionFakeESSource::m_valuePerModuleGeometry
private