CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
EcalBasicClusterLocalContCorrectionsESProducer Class Reference

#include <User/EcalBasicClusterLocalContCorrectionsESProducer/interface/EcalBasicClusterLocalContCorrectionsESProducer.h>

Inheritance diagram for EcalBasicClusterLocalContCorrectionsESProducer:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef std::unique_ptr< EcalClusterLocalContCorrParametersReturnType
 
- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > KeyedProxies
 
typedef std::vector< EventSetupRecordKeyKeys
 
typedef std::map< EventSetupRecordKey, KeyedProxiesRecordProxies
 

Public Member Functions

 EcalBasicClusterLocalContCorrectionsESProducer (const edm::ParameterSet &)
 
ReturnType produce (const EcalClusterLocalContCorrParametersRcd &)
 
 ~EcalBasicClusterLocalContCorrectionsESProducer () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ~ESProducer ()(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval) override
 overrides DataProxyProvider method More...
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
 DataProxyProvider ()
 
const ComponentDescriptiondescription () const
 
bool isUsingRecord (const EventSetupRecordKey &) const
 
const KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey) const
 
void resetProxies (const EventSetupRecordKey &iRecordType)
 
void resetProxiesIfTransient (const EventSetupRecordKey &iRecordType)
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 

Additional Inherited Members

- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
void setWhatProduced (T *iThis, const es::Label &iLabel=es::Label())
 
template<typename T >
void setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
void setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
void setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label())
 
- 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 eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override
 override DataProxyProvider method More...
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
void eraseAll (const EventSetupRecordKey &iRecordKey)
 deletes all the Proxies in aStream More...
 
void invalidateProxies (const EventSetupRecordKey &iRecordKey)
 
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &)
 

Detailed Description

Description: Trivial ESProducer to provide EventSetup with (hard coded) shower containment corrections

Author
Stefano Argiro Created: Mon Mar 5 08:39:12 CET 2007

Definition at line 20 of file EcalBasicClusterLocalContCorrectionsESProducer.h.

Member Typedef Documentation

Constructor & Destructor Documentation

EcalBasicClusterLocalContCorrectionsESProducer::EcalBasicClusterLocalContCorrectionsESProducer ( const edm::ParameterSet iConfig)

Definition at line 12 of file EcalBasicClusterLocalContCorrectionsESProducer.cc.

References edm::ESProducer::setWhatProduced().

13 {
14  setWhatProduced(this);
15 }
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
EcalBasicClusterLocalContCorrectionsESProducer::~EcalBasicClusterLocalContCorrectionsESProducer ( )
override

Definition at line 18 of file EcalBasicClusterLocalContCorrectionsESProducer.cc.

18 { }

Member Function Documentation

EcalBasicClusterLocalContCorrectionsESProducer::ReturnType EcalBasicClusterLocalContCorrectionsESProducer::produce ( const EcalClusterLocalContCorrParametersRcd iRecord)

Definition at line 26 of file EcalBasicClusterLocalContCorrectionsESProducer.cc.

References popcon2dropbox::copy(), DEFINE_FWK_EVENTSETUP_MODULE, findQualityFiles::size, and MuonErrorMatrixValues_cff::values.

27 {
28 
29  using namespace edm::es;
30  using namespace std;
31 
32  auto pEcalClusterLocalContCorrParameters = std::make_unique<EcalClusterLocalContCorrParameters>();
33 
34  double values[] = { 1.00603 , 0.00300789 , 0.0667232 , // local eta, mod1
35  1.00655 , 0.00386189 , 0.073931 , // local eta, mod2
36  1.00634 , 0.00631341 , 0.0764134 , // local eta, mod3
37  1.00957 , 0.0113306 , 0.123808 , // local eta, mod4
38  1.00402 , 0.00108324 , 0.0428149 , // local phi, mod1
39  1.00393 , 0.000937121 , 0.041658 , // local phi, mod2
40  1.00299 , 0.00126836 , 0.0321188 , // local phi, mod3
41  1.00279 , -0.000700709 , 0.0293207 // local phi, mod4
42  };
43 
44  size_t size = 24;
45  pEcalClusterLocalContCorrParameters->params().resize(size);
46  std::copy(values,values+size,pEcalClusterLocalContCorrParameters->params().begin());
47 
48  return pEcalClusterLocalContCorrParameters ;
49 }
size
Write out results.
def copy(args, dbName)