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
 
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

float m_cTh
 
SiStripDetInfo m_detInfo
 
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 >
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" 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

◆ ReturnType

Definition at line 37 of file SiStripThresholdFakeESSource.cc.

Constructor & Destructor Documentation

◆ SiStripThresholdFakeESSource()

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

Definition at line 47 of file SiStripThresholdFakeESSource.cc.

References edm::FileInPath::fullPath(), edm::ParameterSet::getParameter(), m_cTh, m_detInfo, m_hTh, m_lTh, SiStripDetInfoFileReader::read(), 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 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
std::string fullPath() const
Definition: FileInPath.cc:161
SiStripDetInfo read(std::string filePath)

◆ ~SiStripThresholdFakeESSource()

SiStripThresholdFakeESSource::~SiStripThresholdFakeESSource ( )
override

Definition at line 57 of file SiStripThresholdFakeESSource.cc.

57 {}

Member Function Documentation

◆ produce()

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

Definition at line 66 of file SiStripThresholdFakeESSource.cc.

References SiStripDetInfo::getAllData(), LogDebug, m_cTh, m_detInfo, m_hTh, m_lTh, digitizers_cfi::strip, and remoteMonitoring_LASER_era2018_cfg::threshold.

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

◆ setIntervalFor()

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

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 59 of file SiStripThresholdFakeESSource.cc.

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

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

Member Data Documentation

◆ m_cTh

float SiStripThresholdFakeESSource::m_cTh
private

Definition at line 43 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().

◆ m_detInfo

SiStripDetInfo SiStripThresholdFakeESSource::m_detInfo
private

Definition at line 44 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().

◆ m_hTh

float SiStripThresholdFakeESSource::m_hTh
private

Definition at line 42 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().

◆ m_lTh

float SiStripThresholdFakeESSource::m_lTh
private

Definition at line 41 of file SiStripThresholdFakeESSource.cc.

Referenced by produce(), and SiStripThresholdFakeESSource().