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
 
ESProducer const & operator= (const ESProducer &)=delete
 
template<typename Record >
void updateFromMayConsumes (unsigned int iIndex, const Record &iRecord)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer ()(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 >
ESConsumesCollectorT< TRecord > setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={})
 
- 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 29 of file SiStripBackPlaneCorrectionFakeESSource.cc.

Member Typedef Documentation

Definition at line 38 of file SiStripBackPlaneCorrectionFakeESSource.cc.

Constructor & Destructor Documentation

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

Definition at line 47 of file SiStripBackPlaneCorrectionFakeESSource.cc.

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

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

Definition at line 54 of file SiStripBackPlaneCorrectionFakeESSource.cc.

54 {}

Member Function Documentation

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

Definition at line 63 of file SiStripBackPlaneCorrectionFakeESSource.cc.

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

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

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

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 56 of file SiStripBackPlaneCorrectionFakeESSource.cc.

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

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

Member Data Documentation

edm::ESGetToken<GeometricDet, IdealGeometryRecord> SiStripBackPlaneCorrectionFakeESSource::m_geomDetToken
private
edm::ESGetToken<TrackerTopology, TrackerTopologyRcd> SiStripBackPlaneCorrectionFakeESSource::m_tTopoToken
private
std::vector<double> SiStripBackPlaneCorrectionFakeESSource::m_valuePerModuleGeometry
private