#include <XMLConfigReader.h>
Public Member Functions | |
void | readConfig (const std::string fName) |
void | readConfig (L1TMuonOverlapParams *aConfig) const |
std::vector< std::vector< int > > | readEvent (unsigned int iEvent=0, unsigned int iProcessor=0, bool readEta=false) |
void | readLUT (l1t::LUT *lut, const L1TMuonOverlapParams &aConfig, const std::string &type) |
std::vector< GoldenPattern * > | readPatterns (const L1TMuonOverlapParams &aConfig) |
void | setConfigFile (const std::string &fName) |
void | setEventsFile (const std::string &fName) |
void | setPatternsFile (const std::string &fName) |
XMLConfigReader () | |
Private Member Functions | |
GoldenPattern * | buildGP (xercesc::DOMElement *aGPElement, const L1TMuonOverlapParams &aConfig, unsigned int index=0) |
Private Attributes | |
std::vector< GoldenPattern * > | aGPs |
Cache with GPs read. More... | |
std::string | configFile |
xercesc::DOMDocument * | doc |
std::string | eventsFile |
xercesc::XercesDOMParser * | parser |
std::string | patternsFile |
Definition at line 26 of file XMLConfigReader.h.
XMLConfigReader::XMLConfigReader | ( | ) |
|
private |
Loop over layers
MeanDistPhi vector
PDF vector
Definition at line 157 of file XMLConfigReader.cc.
References _toDOMS(), _toString(), assert(), cmsHarvester::index, L1TMuonOverlapParams::nLayers(), L1TMuonOverlapParams::nPdfAddrBits(), L1TMuonOverlapParams::nRefLayers(), GoldenPattern::setMeanDistPhi(), and GoldenPattern::setPdf().
Referenced by readPatterns().
void XMLConfigReader::readConfig | ( | const std::string | fName | ) |
Referenced by L1TMuonOverlapParamsESProducer::readConnectionsXML().
void XMLConfigReader::readConfig | ( | L1TMuonOverlapParams * | aConfig | ) | const |
Addresing bits numbers
Chamber sectors connections to logic processros. Start/End values for all processors, and chamber types are put into a single vector
hw <-> logic numbering map
ref<->logic numberig map
Definition at line 307 of file XMLConfigReader.cc.
References _toDOMS(), _toString(), assert(), L1TMuonOverlapParams::LayerMapNode::bendingLayer, configFile, L1TMuonOverlapParams::LayerMapNode::connectedToLayer, doc, L1TMuonOverlapParams::GENERAL_ADDRBITS, L1TMuonOverlapParams::GENERAL_HITSPERLAYER, L1TMuonOverlapParams::GENERAL_NCONFIG, L1TMuonOverlapParams::GENERAL_NGOLDENPATTERNS, L1TMuonOverlapParams::GENERAL_NINPUTS, L1TMuonOverlapParams::GENERAL_NLAYERS, L1TMuonOverlapParams::GENERAL_NLOGIC_REGIONS, L1TMuonOverlapParams::GENERAL_NPROCESSORS, L1TMuonOverlapParams::GENERAL_NREFHITS, L1TMuonOverlapParams::GENERAL_NREFLAYERS, L1TMuonOverlapParams::GENERAL_NTESTREFHITS, L1TMuonOverlapParams::GENERAL_PHIBINS, L1TMuonOverlapParams::GENERAL_PHIBITS, L1TMuonOverlapParams::GENERAL_VALBITS, L1TMuonOverlapParams::LayerMapNode::hwNumber, i, L1TMuonOverlapParams::LayerInputNode::iFirstInput, cuy::ii, L1TMuonOverlapParams::RefHitNode::iInput, L1TMuonOverlapParams::LayerInputNode::iLayer, L1TMuonOverlapParams::RefHitNode::iPhiMax, L1TMuonOverlapParams::RefHitNode::iPhiMin, L1TMuonOverlapParams::RefHitNode::iRefHit, L1TMuonOverlapParams::RefHitNode::iRefLayer, L1TMuonOverlapParams::RefHitNode::iRegion, L1TMuonOverlapParams::LayerMapNode::logicNumber, L1TMuonOverlapParams::RefLayerMapNode::logicNumber, L1TMuonOverlapParams::LayerInputNode::nInputs, ecaldqm::binning::nPhiBins, parser, L1TMuonOverlapParams::RefLayerMapNode::refLayer, L1TMuonOverlapParams::setConnectedSectorsEnd(), L1TMuonOverlapParams::setConnectedSectorsStart(), L1TMuonOverlapParams::setFwVersion(), L1TMuonOverlapParams::setGeneralParams(), L1TMuonOverlapParams::setGlobalPhiStartMap(), L1TMuonOverlapParams::setLayerInputMap(), L1TMuonOverlapParams::setLayerMap(), L1TMuonOverlapParams::setRefHitMap(), L1TMuonOverlapParams::setRefLayerMap(), and relval_steps::version.
std::vector< std::vector< int > > XMLConfigReader::readEvent | ( | unsigned int | iEvent = 0 , |
unsigned int | iProcessor = 0 , |
||
bool | readEta = false |
||
) |
void XMLConfigReader::readLUT | ( | l1t::LUT * | lut, |
const L1TMuonOverlapParams & | aConfig, | ||
const std::string & | type | ||
) |
Prepare the header
Fill payload string
Read the data into LUT
Definition at line 54 of file XMLConfigReader.cc.
References aGPs, recoMuon::in, L1TMuonOverlapParams::nLayers(), L1TMuonOverlapParams::nPdfAddrBits(), L1TMuonOverlapParams::nRefLayers(), GenerateHcalLaserBadRunList::out, l1t::LUT::read(), and readPatterns().
Referenced by L1TMuonOverlapParamsESProducer::readPatternsXML().
std::vector< GoldenPattern * > XMLConfigReader::readPatterns | ( | const L1TMuonOverlapParams & | aConfig | ) |
Patterns XML format backward compatibility. Can use both packed by 4, or by 1 XML files.
Definition at line 113 of file XMLConfigReader.cc.
References _toDOMS(), aGPs, assert(), buildGP(), doc, cmsHarvester::index, parser, and patternsFile.
Referenced by readLUT().
|
inline |
Definition at line 34 of file XMLConfigReader.h.
References configFile, and MainPageGenerator::fName.
Referenced by L1TMuonOverlapParamsESProducer::L1TMuonOverlapParamsESProducer().
|
inline |
Definition at line 38 of file XMLConfigReader.h.
References eventsFile, and MainPageGenerator::fName.
|
inline |
Definition at line 36 of file XMLConfigReader.h.
References MainPageGenerator::fName, and patternsFile.
Referenced by L1TMuonOverlapParamsESProducer::L1TMuonOverlapParamsESProducer().
|
private |
Cache with GPs read.
Definition at line 64 of file XMLConfigReader.h.
Referenced by readLUT(), and readPatterns().
|
private |
Definition at line 52 of file XMLConfigReader.h.
Referenced by readConfig(), cmsswPreprocessor.CmsswPreprocessor::run(), and setConfigFile().
|
private |
Definition at line 61 of file XMLConfigReader.h.
Referenced by readConfig(), readPatterns(), and XMLConfigReader().
|
private |
Definition at line 54 of file XMLConfigReader.h.
Referenced by setEventsFile().
|
private |
Definition at line 60 of file XMLConfigReader.h.
Referenced by readConfig(), readPatterns(), and XMLConfigReader().
|
private |
Definition at line 53 of file XMLConfigReader.h.
Referenced by readPatterns(), and setPatternsFile().