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
 
edm::ESGetToken< FFTJetCorrectorParameters, ParentRecordtoken_
 
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 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)
 

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 128 of file FFTJetLookupTableESProducer.cc.

References gpuPixelDoublets::cc, edm::ESProducer::setWhatProduced(), and FFTJetLookupTableESProducer< CT >::token_.

129  : tables(psIn.getParameter<std::vector<edm::ParameterSet> >("tables")),
130  isArchiveCompressed(psIn.getParameter<bool>("isArchiveCompressed")),
131  verbose(psIn.getUntrackedParameter<bool>("verbose")) {
132  // The following line is needed to tell the framework what
133  // data is being produced
134  auto cc = setWhatProduced(this);
135  token_ = cc.consumes();
136 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
edm::ESGetToken< FFTJetCorrectorParameters, ParentRecord > token_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49
T getUntrackedParameter(std::string const &, T const &) const
std::vector< edm::ParameterSet > tables

◆ ~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 140 of file FFTJetLookupTableESProducer.cc.

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

140  {
141  auto host = holder_.makeOrGet([]() { return new HostType; });
142 
143  host->template ifRecordChanges<ParentRecord>(iRecord, [this, product = host.get()](auto const& rec) {
144  edm::ESTransientHandle<FFTJetCorrectorParameters> parHandle = rec.getTransientHandle(token_);
145  buildLookupTables(*parHandle, tables, isArchiveCompressed, verbose, product);
146  });
147 
148  return host;
149 }
edm::ESGetToken< FFTJetCorrectorParameters, ParentRecord > token_
string host
Definition: query.py:115
std::vector< edm::ParameterSet > tables
edm::ReusableObjectHolder< HostType > holder_
std::shared_ptr< T > makeOrGet(FM &&iMakeFunc)
Takes an object from the queue if one is available, or creates one using iMakeFunc.
static void buildLookupTables(const FFTJetCorrectorParameters &tablePars, const std::vector< edm::ParameterSet > &tableDefs, const bool isArchiveCompressed, const bool verbose, FFTJetLookupTableSequence *ptr)
edm::ESProductHost< FFTJetLookupTableSequence, ParentRecord > HostType

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.

◆ token_

◆ verbose

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