CMS 3D CMS Logo

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

Public Types

typedef std::unique_ptr< SiStripThresholdReturnType
 

Public Member Functions

ReturnType produce (const SiStripThresholdRcd &)
 
void setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &iov, edm::ValidityInterval &iValidity) override
 
 SiStripThresholdFakeESSource (const edm::ParameterSet &)
 
 ~SiStripThresholdFakeESSource () 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

float m_cTh
 
SiStripDetInfoFileReader m_detInfoFileReader
 
float m_hTh
 
float m_lTh
 

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" SiStripThreshold ESProducer - fixed values from configuration for all thresholds (low, high and cluster)

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

Definition at line 28 of file SiStripThresholdFakeESSource.cc.

Member Typedef Documentation

Definition at line 37 of file SiStripThresholdFakeESSource.cc.

Constructor & Destructor Documentation

SiStripThresholdFakeESSource::SiStripThresholdFakeESSource ( const edm::ParameterSet iConfig)

Definition at line 47 of file SiStripThresholdFakeESSource.cc.

References contentValuesFiles::fullPath, edm::ParameterSet::getParameter(), m_cTh, m_detInfoFileReader, m_hTh, m_lTh, and edm::ESProducer::setWhatProduced().

47  {
48  setWhatProduced(this);
49  findingRecord<SiStripThresholdRcd>();
50 
51  m_lTh = iConfig.getParameter<double>("LowTh");
52  m_hTh = iConfig.getParameter<double>("HighTh");
53  m_cTh = iConfig.getParameter<double>("ClusTh");
55  SiStripDetInfoFileReader{iConfig.getParameter<edm::FileInPath>("SiStripDetInfoFile").fullPath()};
56 }
T getParameter(std::string const &) const
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:138
SiStripDetInfoFileReader m_detInfoFileReader
SiStripThresholdFakeESSource::~SiStripThresholdFakeESSource ( )
override

Definition at line 58 of file SiStripThresholdFakeESSource.cc.

58 {}

Member Function Documentation

SiStripThresholdFakeESSource::ReturnType SiStripThresholdFakeESSource::produce ( const SiStripThresholdRcd iRecord)

Definition at line 67 of file SiStripThresholdFakeESSource.cc.

References DEFINE_FWK_EVENTSETUP_SOURCE, SiStripDetInfoFileReader::getAllData(), LogDebug, m_cTh, m_detInfoFileReader, m_hTh, m_lTh, digitizers_cfi::strip, and MessageLogger_cff::threshold.

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

67  {
68  using namespace edm::es;
69 
70  auto threshold = std::make_unique<SiStripThreshold>();
71 
72  for (const auto& elm : m_detInfoFileReader.getAllData()) {
73  //Generate Thresholds for det detid
74  SiStripThreshold::Container theSiStripVector;
75  uint16_t strip = 0;
76 
77  threshold->setData(strip, m_lTh, m_hTh, m_cTh, theSiStripVector);
78  LogDebug("SiStripThresholdFakeESSource::produce")
79  << "detid: " << elm.first << " \t"
80  << "firstStrip: " << strip << " \t" << theSiStripVector.back().getFirstStrip() << " \t"
81  << "lTh: " << m_lTh << " \t" << theSiStripVector.back().getLth() << " \t"
82  << "hTh: " << m_hTh << " \t" << theSiStripVector.back().getHth() << " \t"
83  << "FirstStrip_and_Hth: " << theSiStripVector.back().FirstStrip_and_Hth << " \t";
84 
85  if (!threshold->put(elm.first, theSiStripVector)) {
86  edm::LogError("SiStripThresholdFakeESSource::produce ") << " detid already exists";
87  }
88  }
89 
90  return threshold;
91 }
#define LogDebug(id)
std::vector< Data > Container
SiStripDetInfoFileReader m_detInfoFileReader
const std::map< uint32_t, DetInfo > & getAllData() const
void SiStripThresholdFakeESSource::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue iov,
edm::ValidityInterval iValidity 
)
overridevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 60 of file SiStripThresholdFakeESSource.cc.

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

62  {
63  iValidity = edm::ValidityInterval{iov.beginOfTime(), iov.endOfTime()};
64 }
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88

Member Data Documentation

float SiStripThresholdFakeESSource::m_cTh
private

Definition at line 43 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().

SiStripDetInfoFileReader SiStripThresholdFakeESSource::m_detInfoFileReader
private

Definition at line 44 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().

float SiStripThresholdFakeESSource::m_hTh
private

Definition at line 42 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().

float SiStripThresholdFakeESSource::m_lTh
private

Definition at line 41 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().