CMS 3D CMS Logo

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

Public Member Functions

 PixelCPEFastESProducer (const edm::ParameterSet &p)
 
std::unique_ptr< PixelClusterParameterEstimatorproduce (const TkPixelCPERecord &)
 
- 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

edm::ESGetToken< SiPixelGenErrorDBObject, SiPixelGenErrorDBObjectRcdgenErrorDBObjectToken_
 
edm::ESGetToken< TrackerTopology, TrackerTopologyRcdhTTToken_
 
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcdlorentzAngleToken_
 
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcdlorentzAngleWidthToken_
 
edm::ESGetToken< MagneticField, IdealMagneticFieldRecordmagfieldToken_
 
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecordpDDToken_
 
edm::ParameterSet pset_
 
bool useErrorsFromTemplates_
 

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 19 of file PixelCPEFastESProducer.cc.

Constructor & Destructor Documentation

◆ PixelCPEFastESProducer()

PixelCPEFastESProducer::PixelCPEFastESProducer ( const edm::ParameterSet p)

Definition at line 39 of file PixelCPEFastESProducer.cc.

References genErrorDBObjectToken_, hTTToken_, lorentzAngleToken_, lorentzAngleWidthToken_, magfieldToken_, AlCaHLTBitMon_ParallelJobs::p, pDDToken_, edm::ESProducer::setWhatProduced(), AlCaHLTBitMon_QueryRunRegistry::string, and useErrorsFromTemplates_.

39  : pset_(p) {
40  auto const& myname = p.getParameter<std::string>("ComponentName");
41  auto const& magname = p.getParameter<edm::ESInputTag>("MagneticFieldRecord");
42  useErrorsFromTemplates_ = p.getParameter<bool>("UseErrorsFromTemplates");
43 
44  auto cc = setWhatProduced(this, myname);
45  magfieldToken_ = cc.consumes(magname);
46  pDDToken_ = cc.consumes();
47  hTTToken_ = cc.consumes();
48  lorentzAngleToken_ = cc.consumes(edm::ESInputTag(""));
49  lorentzAngleWidthToken_ = cc.consumes(edm::ESInputTag("", "forWidth"));
51  genErrorDBObjectToken_ = cc.consumes();
52  }
53 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcd > lorentzAngleWidthToken_
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > pDDToken_
edm::ESGetToken< SiPixelGenErrorDBObject, SiPixelGenErrorDBObjectRcd > genErrorDBObjectToken_
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magfieldToken_
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcd > lorentzAngleToken_
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > hTTToken_

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 77 of file PixelCPEFastESProducer.cc.

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

77  {
79 
80  // from PixelCPEBase
82 
83  // from PixelCPEFast
85 
86  // used by PixelCPEFast
87  desc.add<double>("EdgeClusterErrorX", 50.0);
88  desc.add<double>("EdgeClusterErrorY", 85.0);
89  desc.add<bool>("UseErrorsFromTemplates", true);
90  desc.add<bool>("TruncatePixelCharge", true);
91 
92  // specific to PixelCPEFastESProducer
93  desc.add<std::string>("ComponentName", "PixelCPEFast");
94  desc.add<edm::ESInputTag>("MagneticFieldRecord", edm::ESInputTag());
95 
96  descriptions.add("PixelCPEFastESProducer", desc);
97 }
static void fillPSetDescription(edm::ParameterSetDescription &desc)
static void fillPSetDescription(edm::ParameterSetDescription &desc)
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ produce()

std::unique_ptr< PixelClusterParameterEstimator > PixelCPEFastESProducer::produce ( const TkPixelCPERecord iRecord)

Definition at line 55 of file PixelCPEFastESProducer.cc.

References genErrorDBObjectToken_, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), hTTToken_, lorentzAngleToken_, lorentzAngleWidthToken_, magfieldToken_, pDDToken_, pset_, and useErrorsFromTemplates_.

55  {
56  // add the new la width object
57  const SiPixelLorentzAngle* lorentzAngleWidthProduct = nullptr;
58  lorentzAngleWidthProduct = &iRecord.get(lorentzAngleWidthToken_);
59 
60  const SiPixelGenErrorDBObject* genErrorDBObjectProduct = nullptr;
61 
62  // Errors take only from new GenError
63  if (useErrorsFromTemplates_) { // do only when generrors are needed
64  genErrorDBObjectProduct = &iRecord.get(genErrorDBObjectToken_);
65  //} else {
66  //std::cout<<" pass an empty GenError pointer"<<std::endl;
67  }
68  return std::make_unique<PixelCPEFast>(pset_,
69  &iRecord.get(magfieldToken_),
70  iRecord.get(pDDToken_),
71  iRecord.get(hTTToken_),
72  &iRecord.get(lorentzAngleToken_),
73  genErrorDBObjectProduct,
74  lorentzAngleWidthProduct);
75 }
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcd > lorentzAngleWidthToken_
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > pDDToken_
edm::ESGetToken< SiPixelGenErrorDBObject, SiPixelGenErrorDBObjectRcd > genErrorDBObjectToken_
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magfieldToken_
edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcd > lorentzAngleToken_
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > hTTToken_

Member Data Documentation

◆ genErrorDBObjectToken_

edm::ESGetToken<SiPixelGenErrorDBObject, SiPixelGenErrorDBObjectRcd> PixelCPEFastESProducer::genErrorDBObjectToken_
private

Definition at line 31 of file PixelCPEFastESProducer.cc.

Referenced by PixelCPEFastESProducer(), and produce().

◆ hTTToken_

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

Definition at line 28 of file PixelCPEFastESProducer.cc.

Referenced by PixelCPEFastESProducer(), and produce().

◆ lorentzAngleToken_

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

Definition at line 29 of file PixelCPEFastESProducer.cc.

Referenced by PixelCPEFastESProducer(), and produce().

◆ lorentzAngleWidthToken_

edm::ESGetToken<SiPixelLorentzAngle, SiPixelLorentzAngleRcd> PixelCPEFastESProducer::lorentzAngleWidthToken_
private

Definition at line 30 of file PixelCPEFastESProducer.cc.

Referenced by PixelCPEFastESProducer(), and produce().

◆ magfieldToken_

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

Definition at line 26 of file PixelCPEFastESProducer.cc.

Referenced by PixelCPEFastESProducer(), and produce().

◆ pDDToken_

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

Definition at line 27 of file PixelCPEFastESProducer.cc.

Referenced by PixelCPEFastESProducer(), and produce().

◆ pset_

edm::ParameterSet PixelCPEFastESProducer::pset_
private

Definition at line 33 of file PixelCPEFastESProducer.cc.

Referenced by produce().

◆ useErrorsFromTemplates_

bool PixelCPEFastESProducer::useErrorsFromTemplates_
private

Definition at line 34 of file PixelCPEFastESProducer.cc.

Referenced by PixelCPEFastESProducer(), and produce().