CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Types | Private Attributes
FFTJetLookupTableESProducer< CT > Class Template Reference

#include <JetMETCorrections/FFTJetModules/plugins/FFTJetLookupTableESProducer.cc>

Inheritance diagram for FFTJetLookupTableESProducer< CT >:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef FFTJetLookupTableRcd< CT > MyRecord
 
typedef FFTJetCorrectorParametersRcd< CT > ParentRecord
 
typedef std::shared_ptr< FFTJetLookupTableSequenceReturnType
 

Public Member Functions

 FFTJetLookupTableESProducer (const edm::ParameterSet &)
 
ReturnType produce (const MyRecord &)
 
 ~FFTJetLookupTableESProducer () 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)
 

Private Types

using HostType = edm::ESProductHost< FFTJetLookupTableSequence, ParentRecord >
 

Private Attributes

edm::ReusableObjectHolder< HostTypeholder_
 
bool isArchiveCompressed
 
std::vector< edm::ParameterSettables
 
bool verbose
 

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 char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &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={})
 
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)
 

Detailed Description

template<typename CT>
class FFTJetLookupTableESProducer< CT >

Description: produces lookup tables for jet reconstruction

Implementation: [Notes on implementation]

Definition at line 101 of file FFTJetLookupTableESProducer.cc.

Member Typedef Documentation

◆ HostType

Definition at line 118 of file FFTJetLookupTableESProducer.cc.

◆ MyRecord

template<typename CT>
typedef FFTJetLookupTableRcd<CT> FFTJetLookupTableESProducer< CT >::MyRecord

Definition at line 104 of file FFTJetLookupTableESProducer.cc.

◆ ParentRecord

template<typename CT>
typedef FFTJetCorrectorParametersRcd<CT> FFTJetLookupTableESProducer< CT >::ParentRecord

Definition at line 105 of file FFTJetLookupTableESProducer.cc.

◆ ReturnType

template<typename CT>
typedef std::shared_ptr<FFTJetLookupTableSequence> FFTJetLookupTableESProducer< CT >::ReturnType

Definition at line 103 of file FFTJetLookupTableESProducer.cc.

Constructor & Destructor Documentation

◆ FFTJetLookupTableESProducer()

template<typename CT >
FFTJetLookupTableESProducer< CT >::FFTJetLookupTableESProducer ( const edm::ParameterSet psIn)

Definition at line 126 of file FFTJetLookupTableESProducer.cc.

127  : tables(psIn.getParameter<std::vector<edm::ParameterSet> >("tables")),
128  isArchiveCompressed(psIn.getParameter<bool>("isArchiveCompressed")),
129  verbose(psIn.getUntrackedParameter<bool>("verbose")) {
130  // The following line is needed to tell the framework what
131  // data is being produced
132  setWhatProduced(this);
133 }

References edm::ESProducer::setWhatProduced().

◆ ~FFTJetLookupTableESProducer()

template<typename CT>
FFTJetLookupTableESProducer< CT >::~FFTJetLookupTableESProducer ( )
inlineoverride

Definition at line 108 of file FFTJetLookupTableESProducer.cc.

108 {}

Member Function Documentation

◆ produce()

template<typename CT >
FFTJetLookupTableESProducer< CT >::ReturnType FFTJetLookupTableESProducer< CT >::produce ( const MyRecord iRecord)

Definition at line 137 of file FFTJetLookupTableESProducer.cc.

137  {
138  auto host = holder_.makeOrGet([]() { return new HostType; });
139 
140  host->template ifRecordChanges<ParentRecord>(iRecord, [this, product = host.get()](auto const& rec) {
142  rec.get(parHandle);
143  buildLookupTables(*parHandle, tables, isArchiveCompressed, verbose, product);
144  });
145 
146  return host;
147 }

References buildLookupTables(), query::host, postprocess-scan-build::tables, and verbose.

Member Data Documentation

◆ holder_

template<typename CT>
edm::ReusableObjectHolder<HostType> FFTJetLookupTableESProducer< CT >::holder_
private

Definition at line 119 of file FFTJetLookupTableESProducer.cc.

◆ isArchiveCompressed

template<typename CT>
bool FFTJetLookupTableESProducer< CT >::isArchiveCompressed
private

Definition at line 115 of file FFTJetLookupTableESProducer.cc.

◆ tables

template<typename CT>
std::vector<edm::ParameterSet> FFTJetLookupTableESProducer< CT >::tables
private

Definition at line 114 of file FFTJetLookupTableESProducer.cc.

◆ verbose

template<typename CT>
bool FFTJetLookupTableESProducer< CT >::verbose
private
FFTJetLookupTableESProducer::tables
std::vector< edm::ParameterSet > tables
Definition: FFTJetLookupTableESProducer.cc:114
FFTJetLookupTableESProducer::isArchiveCompressed
bool isArchiveCompressed
Definition: FFTJetLookupTableESProducer.cc:115
edm::ESProducer::setWhatProduced
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
query.host
string host
Definition: query.py:115
edm::ReusableObjectHolder::makeOrGet
std::shared_ptr< T > makeOrGet(F iFunc)
If there isn't an object already available, creates a new one using iFunc.
Definition: ReusableObjectHolder.h:126
buildLookupTables
static void buildLookupTables(const FFTJetCorrectorParameters &tablePars, const std::vector< edm::ParameterSet > &tableDefs, const bool isArchiveCompressed, const bool verbose, FFTJetLookupTableSequence *ptr)
Definition: FFTJetLookupTableESProducer.cc:54
FFTJetLookupTableESProducer::verbose
bool verbose
Definition: FFTJetLookupTableESProducer.cc:116
FFTJetLookupTableESProducer::holder_
edm::ReusableObjectHolder< HostType > holder_
Definition: FFTJetLookupTableESProducer.cc:119
edm::ESTransientHandle
Definition: ESTransientHandle.h:41
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
FFTJetLookupTableESProducer::HostType
edm::ESProductHost< FFTJetLookupTableSequence, ParentRecord > HostType
Definition: FFTJetLookupTableESProducer.cc:118