CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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::auto_ptr
< EcalClusterLocalContCorrParameters
ReturnType
 
- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair
< DataKey, boost::shared_ptr
< DataProxy > > > 
KeyedProxies
 
typedef std::vector
< EventSetupRecordKey
Keys
 
typedef std::map
< EventSetupRecordKey,
KeyedProxies
RecordProxies
 

Public Member Functions

 EcalBasicClusterLocalContCorrectionsESProducer (const edm::ParameterSet &)
 
ReturnType produce (const EcalClusterLocalContCorrParametersRcd &)
 
 ~EcalBasicClusterLocalContCorrectionsESProducer ()
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
virtual ~ESProducer ()
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
virtual void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval)
 overrides DataProxyProvider method More...
 
virtual ~ESProxyFactoryProducer ()
 
- 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 ()
 

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::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string())
 
virtual void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList)
 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
Id:
EcalBasicClusterLocalContCorrectionsESProducer.h,v 1.1 2012/04/19 13:13:10 argiro Exp

Definition at line 21 of file EcalBasicClusterLocalContCorrectionsESProducer.h.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 13 of file EcalBasicClusterLocalContCorrectionsESProducer.cc.

References edm::ESProducer::setWhatProduced().

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

Definition at line 19 of file EcalBasicClusterLocalContCorrectionsESProducer.cc.

19 { }

Member Function Documentation

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

Definition at line 27 of file EcalBasicClusterLocalContCorrectionsESProducer.cc.

References filterCSVwithJSON::copy, findQualityFiles::size, and makeHLTPrescaleTable::values.

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