CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
PixelCPEClusterRepairESProducer Class Reference
Inheritance diagram for PixelCPEClusterRepairESProducer:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

 PixelCPEClusterRepairESProducer (const edm::ParameterSet &p)
 
std::unique_ptr
< PixelClusterParameterEstimator
produce (const TkPixelCPERecord &)
 
 ~PixelCPEClusterRepairESProducer () 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 &descriptions)
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Private Attributes

bool doLorentzFromAlignment_
 
edm::ESGetToken
< TrackerTopology,
TrackerTopologyRcd
hTTToken_
 
edm::ESGetToken
< SiPixelLorentzAngle,
SiPixelLorentzAngleRcd
lorentzAngleToken_
 
edm::ESGetToken< MagneticField,
IdealMagneticFieldRecord
magfieldToken_
 
edm::ESGetToken
< TrackerGeometry,
TrackerDigiGeometryRecord
pDDToken_
 
edm::ParameterSet pset_
 
edm::ESGetToken
< SiPixel2DTemplateDBObject,
SiPixel2DTemplateDBObjectESProducerRcd
templateDBobject2DToken_
 
edm::ESGetToken
< SiPixelTemplateDBObject,
SiPixelTemplateDBObjectESProducerRcd
templateDBobjectToken_
 
bool useLAFromDB_
 

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 >
ESConsumesCollectorT< TRecord > setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &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 21 of file PixelCPEClusterRepairESProducer.cc.

Constructor & Destructor Documentation

PixelCPEClusterRepairESProducer::PixelCPEClusterRepairESProducer ( const edm::ParameterSet p)

Definition at line 43 of file PixelCPEClusterRepairESProducer.cc.

References c, edm::ParameterSet::getParameter(), AlCaHLTBitMon_ParallelJobs::p, and AlCaHLTBitMon_QueryRunRegistry::string.

43  {
44  std::string myname = p.getParameter<std::string>("ComponentName");
45 
46  useLAFromDB_ = p.getParameter<bool>("useLAFromDB");
47  doLorentzFromAlignment_ = p.getParameter<bool>("doLorentzFromAlignment");
48 
49  pset_ = p;
50  auto c = setWhatProduced(this, myname);
51  magfieldToken_ = c.consumes();
52  pDDToken_ = c.consumes();
53  hTTToken_ = c.consumes();
54  templateDBobjectToken_ = c.consumes();
55  templateDBobject2DToken_ = c.consumes();
56  if (useLAFromDB_ || doLorentzFromAlignment_) {
57  char const* laLabel = doLorentzFromAlignment_ ? "fromAlignment" : "";
58  lorentzAngleToken_ = c.consumes(edm::ESInputTag("", laLabel));
59  }
60 }
edm::ESGetToken< SiPixelTemplateDBObject, SiPixelTemplateDBObjectESProducerRcd > templateDBobjectToken_
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > hTTToken_
const edm::EventSetup & c
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcd > lorentzAngleToken_
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magfieldToken_
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > pDDToken_
edm::ESGetToken< SiPixel2DTemplateDBObject, SiPixel2DTemplateDBObjectESProducerRcd > templateDBobject2DToken_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
PixelCPEClusterRepairESProducer::~PixelCPEClusterRepairESProducer ( )
override

Definition at line 62 of file PixelCPEClusterRepairESProducer.cc.

62 {}

Member Function Documentation

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

Definition at line 64 of file PixelCPEClusterRepairESProducer.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, PixelCPEClusterRepair::fillPSetDescription(), PixelCPEBase::fillPSetDescription(), and AlCaHLTBitMon_QueryRunRegistry::string.

64  {
65  // templates2
67  desc.add<std::string>("ComponentName", "PixelCPEClusterRepair");
68 
69  // from PixelCPEBase
71 
72  // from PixelCPEClusterRepair
74 
75  // specific to PixelCPEClusterRepairESProducer
76  descriptions.add("_templates2_default", desc);
77 }
static void fillPSetDescription(edm::ParameterSetDescription &desc)
static void fillPSetDescription(edm::ParameterSetDescription &desc)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
std::unique_ptr< PixelClusterParameterEstimator > PixelCPEClusterRepairESProducer::produce ( const TkPixelCPERecord iRecord)

Definition at line 79 of file PixelCPEClusterRepairESProducer.cc.

References edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get().

80  {
81  // Normal, default LA is used in case of template failure, load it unless
82  // turned off
83  // if turned off, null is ok, becomes zero
84  const SiPixelLorentzAngle* lorentzAngleProduct = nullptr;
86  lorentzAngleProduct = &iRecord.get(lorentzAngleToken_);
87  }
88 
89  return std::make_unique<PixelCPEClusterRepair>(pset_,
90  &iRecord.get(magfieldToken_),
91  iRecord.get(pDDToken_),
92  iRecord.get(hTTToken_),
93  lorentzAngleProduct,
94  &iRecord.get(templateDBobjectToken_),
95  &iRecord.get(templateDBobject2DToken_));
96 }
edm::ESGetToken< SiPixelTemplateDBObject, SiPixelTemplateDBObjectESProducerRcd > templateDBobjectToken_
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > hTTToken_
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcd > lorentzAngleToken_
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magfieldToken_
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > pDDToken_
edm::ESGetToken< SiPixel2DTemplateDBObject, SiPixel2DTemplateDBObjectESProducerRcd > templateDBobject2DToken_

Member Data Documentation

bool PixelCPEClusterRepairESProducer::doLorentzFromAlignment_
private

Definition at line 37 of file PixelCPEClusterRepairESProducer.cc.

edm::ESGetToken<TrackerTopology, TrackerTopologyRcd> PixelCPEClusterRepairESProducer::hTTToken_
private

Definition at line 31 of file PixelCPEClusterRepairESProducer.cc.

edm::ESGetToken<SiPixelLorentzAngle, SiPixelLorentzAngleRcd> PixelCPEClusterRepairESProducer::lorentzAngleToken_
private

Definition at line 32 of file PixelCPEClusterRepairESProducer.cc.

edm::ESGetToken<MagneticField, IdealMagneticFieldRecord> PixelCPEClusterRepairESProducer::magfieldToken_
private

Definition at line 29 of file PixelCPEClusterRepairESProducer.cc.

edm::ESGetToken<TrackerGeometry, TrackerDigiGeometryRecord> PixelCPEClusterRepairESProducer::pDDToken_
private

Definition at line 30 of file PixelCPEClusterRepairESProducer.cc.

edm::ParameterSet PixelCPEClusterRepairESProducer::pset_
private

Definition at line 36 of file PixelCPEClusterRepairESProducer.cc.

edm::ESGetToken<SiPixel2DTemplateDBObject, SiPixel2DTemplateDBObjectESProducerRcd> PixelCPEClusterRepairESProducer::templateDBobject2DToken_
private

Definition at line 34 of file PixelCPEClusterRepairESProducer.cc.

edm::ESGetToken<SiPixelTemplateDBObject, SiPixelTemplateDBObjectESProducerRcd> PixelCPEClusterRepairESProducer::templateDBobjectToken_
private

Definition at line 33 of file PixelCPEClusterRepairESProducer.cc.

bool PixelCPEClusterRepairESProducer::useLAFromDB_
private

Definition at line 38 of file PixelCPEClusterRepairESProducer.cc.