CMS 3D CMS Logo

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

#include <L1TMuonOverlapPhase1ParamsESProducer.h>

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

Public Types

typedef std::shared_ptr
< L1TMuonOverlapParams
ReturnType
 

Public Member Functions

 L1TMuonOverlapPhase1ParamsESProducer (const edm::ParameterSet &)
 
ReturnType produceParams (const L1TMuonOverlapParamsRcd &)
 
ReturnType producePatterns (const L1TMuonOverlapParamsRcd &)
 
 ~L1TMuonOverlapPhase1ParamsESProducer () 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)
 

Private Member Functions

bool readConnectionsXML (const XMLConfigReader &aReader)
 Read Connections from single XML file. More...
 
bool readPatternsXML (XMLConfigReader &aReader)
 

Private Attributes

L1TMuonOverlapParams params
 
L1TMuonOverlapParams patterns
 

Additional Inherited Members

- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- 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 17 of file L1TMuonOverlapPhase1ParamsESProducer.h.

Member Typedef Documentation

Definition at line 22 of file L1TMuonOverlapPhase1ParamsESProducer.h.

Constructor & Destructor Documentation

L1TMuonOverlapPhase1ParamsESProducer::L1TMuonOverlapPhase1ParamsESProducer ( const edm::ParameterSet theConfig)

Definition at line 16 of file L1TMuonOverlapPhase1ParamsESProducer.cc.

References edm::ParameterSet::exists(), LaserDQM_cfg::fileNames, isotrackTrainRegressor::fName, contentValuesFiles::fullPath, stage2BMTFBufferRaw_cfi::fwVersion, L1TMuonOverlapParams::fwVersion(), edm::ParameterSet::getParameter(), XMLConfigReader::getPatternsVersion(), params, produceParams(), readConnectionsXML(), readPatternsXML(), XMLConfigReader::setConfigFile(), L1TMuonOverlapParams::setFwVersion(), XMLConfigReader::setPatternsFiles(), edm::ESProducer::setWhatProduced(), and AlCaHLTBitMon_QueryRunRegistry::string.

16  {
17  //the following line is needed to tell the framework what
18  // data is being produced
20 
21  if (!theConfig.exists("configXMLFile"))
22  return;
23  std::string fName = theConfig.getParameter<edm::FileInPath>("configXMLFile").fullPath();
24 
25  edm::LogVerbatim("OMTFReconstruction") << "L1TMuonOverlapPhase1ParamsESProducer - reading config from file: " << fName
26  << std::endl;
27 
28  if (!theConfig.exists("patternsXMLFiles"))
29  return;
30  std::vector<std::string> fileNames;
31  for (const auto& it : theConfig.getParameter<std::vector<edm::ParameterSet> >("patternsXMLFiles")) {
32  std::string fName = it.getParameter<edm::FileInPath>("patternsXMLFile").fullPath();
33  fileNames.push_back(fName);
34  edm::LogVerbatim("OMTFReconstruction")
35  << "L1TMuonOverlapPhase1ParamsESProducer - reading patterns from file: " << fName << std::endl;
36  }
37 
38  XMLConfigReader myReader;
39  myReader.setConfigFile(fName);
40  readConnectionsXML(myReader);
41 
42  myReader.setPatternsFiles(fileNames);
43  readPatternsXML(myReader);
44 
45  unsigned int patternsVersion = myReader.getPatternsVersion();
46  unsigned int fwVersion = params.fwVersion();
47 
48  params.setFwVersion((fwVersion << 16) + patternsVersion);
49 }
Log< level::Info, true > LogVerbatim
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
void setPatternsFiles(std::vector< std::string > &fNames)
unsigned fwVersion() const
bool readConnectionsXML(const XMLConfigReader &aReader)
Read Connections from single XML file.
bool exists(std::string const &parameterName) const
checks if a parameter exists
ReturnType produceParams(const L1TMuonOverlapParamsRcd &)
unsigned int getPatternsVersion() const
void setConfigFile(const std::string &fName)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
void setFwVersion(unsigned fwVersion)
tuple fileNames
Definition: LaserDQM_cfg.py:34
L1TMuonOverlapPhase1ParamsESProducer::~L1TMuonOverlapPhase1ParamsESProducer ( )
override

Definition at line 52 of file L1TMuonOverlapPhase1ParamsESProducer.cc.

52 {}

Member Function Documentation

L1TMuonOverlapPhase1ParamsESProducer::ReturnType L1TMuonOverlapPhase1ParamsESProducer::produceParams ( const L1TMuonOverlapParamsRcd iRecord)

Definition at line 87 of file L1TMuonOverlapPhase1ParamsESProducer.cc.

References params.

Referenced by L1TMuonOverlapPhase1ParamsESProducer().

88  {
89  using namespace edm::es;
90 
91  return std::make_shared<L1TMuonOverlapParams>(params);
92 }
ReturnType L1TMuonOverlapPhase1ParamsESProducer::producePatterns ( const L1TMuonOverlapParamsRcd )
bool L1TMuonOverlapPhase1ParamsESProducer::readConnectionsXML ( const XMLConfigReader aReader)
private

Read Connections from single XML file.

Definition at line 55 of file L1TMuonOverlapPhase1ParamsESProducer.cc.

References params, and XMLConfigReader::readConfig().

Referenced by L1TMuonOverlapPhase1ParamsESProducer().

55  {
56  aReader.readConfig(&params);
57 
58  return true;
59 }
void readConfig(const std::string fName)
bool L1TMuonOverlapPhase1ParamsESProducer::readPatternsXML ( XMLConfigReader aReader)
private

Read Golden Patters from single XML file. XMLConfigReader state is modified, as it hold cache of the Golden Patters read from XML file.

Definition at line 62 of file L1TMuonOverlapPhase1ParamsESProducer.cc.

References params, XMLConfigReader::readLUTs(), L1TMuonOverlapParams::setChargeLUT(), L1TMuonOverlapParams::setDistPhiShiftLUT(), L1TMuonOverlapParams::setEtaLUT(), L1TMuonOverlapParams::setMeanDistPhiLUT(), L1TMuonOverlapParams::setPdfLUT(), and L1TMuonOverlapParams::setPtLUT().

Referenced by L1TMuonOverlapPhase1ParamsESProducer().

62  {
63  l1t::LUT chargeLUT;
64  l1t::LUT etaLUT;
65  l1t::LUT ptLUT;
66  l1t::LUT meanDistPhiLUT;
67  l1t::LUT selDistPhiShiftLUT;
68  l1t::LUT pdfLUT;
69 
70  std::vector<l1t::LUT*> luts = {&chargeLUT, &etaLUT, &ptLUT, &meanDistPhiLUT, &selDistPhiShiftLUT, &pdfLUT};
71  std::vector<std::string> types = {"iCharge", "iEta", "iPt", "meanDistPhi", "selDistPhiShift", "pdf"};
72 
73  //in the luts we want to have the empty patterns (pt == 0), because it is the way to have the info about the patterns grouping
74  aReader.readLUTs(luts, params, types);
75 
76  params.setChargeLUT(chargeLUT);
77  params.setEtaLUT(etaLUT);
78  params.setPtLUT(ptLUT);
79  params.setMeanDistPhiLUT(meanDistPhiLUT);
80  params.setDistPhiShiftLUT(selDistPhiShiftLUT);
81  params.setPdfLUT(pdfLUT);
82 
83  return true;
84 }
void setMeanDistPhiLUT(const l1t::LUT &lut)
void setEtaLUT(const l1t::LUT &lut)
void setChargeLUT(const l1t::LUT &lut)
void setPtLUT(const l1t::LUT &lut)
Definition: LUT.h:29
void readLUTs(std::vector< l1t::LUT * > luts, const L1TMuonOverlapParams &aConfig, const std::vector< std::string > &types)
void setDistPhiShiftLUT(const l1t::LUT &lut)
void setPdfLUT(const l1t::LUT &lut)

Member Data Documentation

L1TMuonOverlapParams L1TMuonOverlapPhase1ParamsESProducer::params
private
L1TMuonOverlapParams L1TMuonOverlapPhase1ParamsESProducer::patterns
private

Definition at line 38 of file L1TMuonOverlapPhase1ParamsESProducer.h.