CMS 3D CMS Logo

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

Public Member Functions

 EcalLaserCorrectionService (const edm::ParameterSet &)
 
std::shared_ptr< EcalLaserDbServiceproduce (const EcalLaserDbRecord &)
 
 ~EcalLaserCorrectionService () 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)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &)
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Private Types

using HostType = edm::ESProductHost< EcalLaserDbService, EcalLaserAlphasRcd, EcalLaserAPDPNRatiosRefRcd, EcalLaserAPDPNRatiosRcd, EcalLinearCorrectionsRcd >
 

Private Attributes

edm::ESGetToken< EcalLaserAlphas, EcalLaserAlphasRcdalphaToken_
 
edm::ESGetToken< EcalLaserAPDPNRatiosRef, EcalLaserAPDPNRatiosRefRcdapdpnRefToken_
 
edm::ESGetToken< EcalLaserAPDPNRatios, EcalLaserAPDPNRatiosRcdapdpnToken_
 
edm::ReusableObjectHolder< HostTypeholder_
 
edm::ESGetToken< EcalLinearCorrections, EcalLinearCorrectionsRcdlinearToken_
 
int maxExtrapolationTimeInSec_
 

Additional Inherited Members

- 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

Definition at line 25 of file EcalLaserCorrectionService.cc.

Member Typedef Documentation

◆ HostType

Definition at line 38 of file EcalLaserCorrectionService.cc.

Constructor & Destructor Documentation

◆ EcalLaserCorrectionService()

EcalLaserCorrectionService::EcalLaserCorrectionService ( const edm::ParameterSet fConfig)

Definition at line 54 of file EcalLaserCorrectionService.cc.

References alphaToken_, apdpnRefToken_, apdpnToken_, gpuPixelDoublets::cc, edm::ParameterSet::getParameter(), linearToken_, maxExtrapolationTimeInSec_, and edm::ESProducer::setWhatProduced().

55  : ESProducer()
56 // mDumpRequest (),
57 // mDumpStream(0)
58 {
59  //the following line is needed to tell the framework what
60  // data is being produced
61  // setWhatProduced (this, (dependsOn (&EcalLaserCorrectionService::apdpnCallback)));
62 
63  auto cc = setWhatProduced(this);
64  alphaToken_ = cc.consumes();
65  apdpnRefToken_ = cc.consumes();
66  apdpnToken_ = cc.consumes();
67  linearToken_ = cc.consumes();
68 
69  maxExtrapolationTimeInSec_ = fConfig.getParameter<unsigned int>("maxExtrapolationTimeInSec");
70 
71  //now do what ever other initialization is needed
72 
73  // mDumpRequest = fConfig.getUntrackedParameter <std::vector <std::string> > ("dump", std::vector<std::string>());
74  // if (!mDumpRequest.empty()) {
75  // std::string otputFile = fConfig.getUntrackedParameter <std::string> ("file", "");
76  // mDumpStream = otputFile.empty () ? &std::cout : new std::ofstream (otputFile.c_str());
77  // }
78 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::ESGetToken< EcalLaserAPDPNRatios, EcalLaserAPDPNRatiosRcd > apdpnToken_
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49
edm::ESGetToken< EcalLaserAPDPNRatiosRef, EcalLaserAPDPNRatiosRefRcd > apdpnRefToken_
edm::ESGetToken< EcalLaserAlphas, EcalLaserAlphasRcd > alphaToken_
edm::ESGetToken< EcalLinearCorrections, EcalLinearCorrectionsRcd > linearToken_

◆ ~EcalLaserCorrectionService()

EcalLaserCorrectionService::~EcalLaserCorrectionService ( )
override

Definition at line 80 of file EcalLaserCorrectionService.cc.

80  {
81  // do anything here that needs to be done at desctruction time
82  // (e.g. close files, deallocate resources etc.)
83  // if (mDumpStream != &std::cout) delete mDumpStream;
84 }

Member Function Documentation

◆ fillDescriptions()

void EcalLaserCorrectionService::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 111 of file EcalLaserCorrectionService.cc.

References edm::ConfigurationDescriptions::add(), and submitPVResolutionJobs::desc.

111  {
113  desc.add<unsigned int>("maxExtrapolationTimeInSec", 0);
114  descriptions.add("EcalLaserCorrectionService", desc);
115 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ produce()

std::shared_ptr< EcalLaserDbService > EcalLaserCorrectionService::produce ( const EcalLaserDbRecord record)

Definition at line 91 of file EcalLaserCorrectionService.cc.

References alphaToken_, apdpnRefToken_, apdpnToken_, h, holder_, query::host, linearToken_, edm::ReusableObjectHolder< T, Deleter >::makeOrGet(), maxExtrapolationTimeInSec_, and AlCaHarvesting_cff::record.

91  {
92  auto host = holder_.makeOrGet([]() { return new HostType; });
93 
94  host.get()->setMaxExtrapolationTimeInSec(maxExtrapolationTimeInSec_);
95 
96  host->ifRecordChanges<EcalLinearCorrectionsRcd>(
97  record, [this, h = host.get()](auto const& rec) { h->setLinearCorrectionsData(&rec.get(linearToken_)); });
98 
99  host->ifRecordChanges<EcalLaserAPDPNRatiosRcd>(
100  record, [this, h = host.get()](auto const& rec) { h->setAPDPNData(&rec.get(apdpnToken_)); });
101 
102  host->ifRecordChanges<EcalLaserAPDPNRatiosRefRcd>(
103  record, [this, h = host.get()](auto const& rec) { h->setAPDPNRefData(&rec.get(apdpnRefToken_)); });
104 
105  host->ifRecordChanges<EcalLaserAlphasRcd>(
106  record, [this, h = host.get()](auto const& rec) { h->setAlphaData(&rec.get(alphaToken_)); });
107 
108  return host; // automatically converts to std::shared_ptr<EcalLaserDbService>
109 }
string host
Definition: query.py:115
edm::ESGetToken< EcalLaserAPDPNRatios, EcalLaserAPDPNRatiosRcd > apdpnToken_
edm::ESProductHost< EcalLaserDbService, EcalLaserAlphasRcd, EcalLaserAPDPNRatiosRefRcd, EcalLaserAPDPNRatiosRcd, EcalLinearCorrectionsRcd > HostType
edm::ReusableObjectHolder< HostType > holder_
edm::ESGetToken< EcalLaserAPDPNRatiosRef, EcalLaserAPDPNRatiosRefRcd > apdpnRefToken_
std::shared_ptr< T > makeOrGet(FM &&iMakeFunc)
Takes an object from the queue if one is available, or creates one using iMakeFunc.
edm::ESGetToken< EcalLaserAlphas, EcalLaserAlphasRcd > alphaToken_
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
edm::ESGetToken< EcalLinearCorrections, EcalLinearCorrectionsRcd > linearToken_

Member Data Documentation

◆ alphaToken_

edm::ESGetToken<EcalLaserAlphas, EcalLaserAlphasRcd> EcalLaserCorrectionService::alphaToken_
private

Definition at line 43 of file EcalLaserCorrectionService.cc.

Referenced by EcalLaserCorrectionService(), and produce().

◆ apdpnRefToken_

edm::ESGetToken<EcalLaserAPDPNRatiosRef, EcalLaserAPDPNRatiosRefRcd> EcalLaserCorrectionService::apdpnRefToken_
private

Definition at line 44 of file EcalLaserCorrectionService.cc.

Referenced by EcalLaserCorrectionService(), and produce().

◆ apdpnToken_

edm::ESGetToken<EcalLaserAPDPNRatios, EcalLaserAPDPNRatiosRcd> EcalLaserCorrectionService::apdpnToken_
private

Definition at line 45 of file EcalLaserCorrectionService.cc.

Referenced by EcalLaserCorrectionService(), and produce().

◆ holder_

edm::ReusableObjectHolder<HostType> EcalLaserCorrectionService::holder_
private

Definition at line 41 of file EcalLaserCorrectionService.cc.

Referenced by produce().

◆ linearToken_

edm::ESGetToken<EcalLinearCorrections, EcalLinearCorrectionsRcd> EcalLaserCorrectionService::linearToken_
private

Definition at line 46 of file EcalLaserCorrectionService.cc.

Referenced by EcalLaserCorrectionService(), and produce().

◆ maxExtrapolationTimeInSec_

int EcalLaserCorrectionService::maxExtrapolationTimeInSec_
private

Definition at line 48 of file EcalLaserCorrectionService.cc.

Referenced by EcalLaserCorrectionService(), and produce().