CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Types | Private Attributes
StripCPEESProducer Class Reference

#include <StripCPEESProducer.h>

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

Public Member Functions

boost::shared_ptr
< StripClusterParameterEstimator
produce (const TkStripCPERecord &)
 
 StripCPEESProducer (const edm::ParameterSet &)
 
- 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 ()
 

Private Types

enum  CPE_t { SIMPLE, TRACKANGLE, GEOMETRIC, TEMPLATE }
 

Private Attributes

boost::shared_ptr
< StripClusterParameterEstimator
cpe
 
CPE_t cpeNum
 
std::map< std::string, CPE_tenumMap
 
edm::ParameterSet parametersPSet
 

Additional Inherited Members

- 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
 
- 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

Definition at line 14 of file StripCPEESProducer.h.

Member Enumeration Documentation

Constructor & Destructor Documentation

StripCPEESProducer::StripCPEESProducer ( const edm::ParameterSet p)

Definition at line 14 of file StripCPEESProducer.cc.

References cpeNum, enumMap, edm::ParameterSet::exists(), GEOMETRIC, edm::ParameterSet::getParameter(), mergeVDriftHistosByStation::name, parametersPSet, edm::ESProducer::setWhatProduced(), SIMPLE, AlCaHLTBitMon_QueryRunRegistry::string, TEMPLATE, and TRACKANGLE.

15 {
16  std::string name = p.getParameter<std::string>("ComponentName");
18  if (!p.exists("ComponentType"))
19  edm::LogWarning("StripCPEESProducer")<<" the CPE producer should contain a ComponentType, probably identical to ComponentName in the first step of migration. Falling back to:"<<type;
20  else
21  type=p.getParameter<std::string>("ComponentType");
22 
23  enumMap[std::string("SimpleStripCPE")]=SIMPLE;
24  enumMap[std::string("StripCPEfromTrackAngle")]=TRACKANGLE;
25  enumMap[std::string("StripCPEgeometric")]=GEOMETRIC;
26  enumMap[std::string("StripCPEfromTemplate")]=TEMPLATE;
27  if(enumMap.find(type)==enumMap.end())
28  throw cms::Exception("Unknown StripCPE type") << type;
29 
30  cpeNum = enumMap[type];
31  parametersPSet = (p.exists("parameters") ? p.getParameter<edm::ParameterSet>("parameters") : p);
32  setWhatProduced(this,name);
33 }
type
Definition: HCALResponse.h:21
T getParameter(std::string const &) const
edm::ParameterSet parametersPSet
bool exists(std::string const &parameterName) const
checks if a parameter exists
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
std::map< std::string, CPE_t > enumMap

Member Function Documentation

boost::shared_ptr< StripClusterParameterEstimator > StripCPEESProducer::produce ( const TkStripCPERecord iRecord)

Definition at line 36 of file StripCPEESProducer.cc.

References cond::ecalcond::bad(), cpe, cpeNum, GEOMETRIC, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::getRecord(), HLT_ES_cff::magfield, HLT_25ns14e33_v1_cff::noise, parametersPSet, SIMPLE, HLT_25ns14e33_v1_cff::StripCPE, TEMPLATE, and TRACKANGLE.

37 {
40  edm::ESHandle<SiStripLorentzAngle> lorentzAngle; iRecord.getRecord<SiStripLorentzAngleDepRcd>().get(lorentzAngle);
41  edm::ESHandle<SiStripBackPlaneCorrection> backPlaneCorrection; iRecord.getRecord<SiStripBackPlaneCorrectionDepRcd>().get(backPlaneCorrection);
42  edm::ESHandle<SiStripConfObject> confObj; iRecord.getRecord<SiStripConfObjectRcd>().get(confObj);
43  edm::ESHandle<SiStripLatency> latency; iRecord.getRecord<SiStripLatencyRcd>().get(latency);
47 
48 
49  switch(cpeNum) {
50 
51  case SIMPLE:
52  cpe = boost::shared_ptr<StripClusterParameterEstimator>(new StripCPE( parametersPSet, *magfield, *pDD, *lorentzAngle, *backPlaneCorrection, *confObj, *latency ));
53  break;
54 
55  case TRACKANGLE:
56  cpe = boost::shared_ptr<StripClusterParameterEstimator>(new StripCPEfromTrackAngle( parametersPSet, *magfield, *pDD, *lorentzAngle, *backPlaneCorrection, *confObj, *latency ));
57  break;
58 
59  case GEOMETRIC:
60  cpe = boost::shared_ptr<StripClusterParameterEstimator>(new StripCPEgeometric(parametersPSet, *magfield, *pDD, *lorentzAngle, *backPlaneCorrection, *confObj, *latency ));
61  break;
62 
63  case TEMPLATE:
64  cpe = boost::shared_ptr<StripClusterParameterEstimator>(new StripCPEfromTemplate( parametersPSet, *magfield, *pDD, *lorentzAngle, *backPlaneCorrection, *confObj, *latency ));
65  break;
66 
67  }
68 
69  return cpe;
70 }
edm::ParameterSet parametersPSet
tuple magfield
Definition: HLT_ES_cff.py:2311
int bad(Items const &cont)
boost::shared_ptr< StripClusterParameterEstimator > cpe

Member Data Documentation

boost::shared_ptr<StripClusterParameterEstimator> StripCPEESProducer::cpe
private

Definition at line 28 of file StripCPEESProducer.h.

Referenced by produce().

CPE_t StripCPEESProducer::cpeNum
private

Definition at line 26 of file StripCPEESProducer.h.

Referenced by produce(), and StripCPEESProducer().

std::map<std::string,CPE_t> StripCPEESProducer::enumMap
private

Definition at line 24 of file StripCPEESProducer.h.

Referenced by StripCPEESProducer().

edm::ParameterSet StripCPEESProducer::parametersPSet
private

Definition at line 27 of file StripCPEESProducer.h.

Referenced by produce(), and StripCPEESProducer().