test
CMS 3D CMS Logo

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

#include <CalibCalorimetry/HcalTPGAlgos/interface/LutXml.h>

Inheritance diagram for LutXml:
XMLDOMBlock

Classes

struct  _Config
 

Public Types

typedef struct LutXml::_Config Config
 
typedef std::map< uint32_t,
std::vector< unsigned int >
>::const_iterator 
const_iterator
 

Public Member Functions

int a_to_i (char *inbuf)
 
void addLut (Config &_config, XMLDOMBlock *checksums_xml=0)
 
const_iterator begin () const
 
int create_lut_map (void)
 
const_iterator end () const
 
const_iterator find (uint32_t) const
 
std::string & getCurrentBrick (void)
 
std::vector< unsigned int > * getLutFast (uint32_t det_id)
 
void init (void)
 
 LutXml ()
 
 LutXml (XERCES_CPP_NAMESPACE::InputSource &_source)
 
 LutXml (std::string filename)
 
HcalSubdetector subdet_from_crate (int crate, int eta, int depth)
 
int test_access (std::string filename)
 
virtual ~LutXml ()
 
- Public Member Functions inherited from XMLDOMBlock
XERCES_CPP_NAMESPACE::DOMElement * add_element (XERCES_CPP_NAMESPACE::DOMElement *parent, XMLCh *tagname, XMLCh *value)
 
XERCES_CPP_NAMESPACE::DOMDocument * getDocument (void)
 
XERCES_CPP_NAMESPACE::DOMDocument * getDocumentConst (void) const
 
XERCES_CPP_NAMESPACE::DOMDocument * getNewDocument (std::string xmlFileName)
 
std::string & getString (void)
 
std::string & getString (XERCES_CPP_NAMESPACE::DOMNode *_node)
 
const char * getTagAttribute (const std::string &tagName, const std::string &attrName, int _item=0)
 
const char * getTagValue (const std::string &tagName, int _item=0, XERCES_CPP_NAMESPACE::DOMDocument *_document=NULL)
 
const char * getTagValue (const std::string &tagName, int _item, XERCES_CPP_NAMESPACE::DOMElement *_document)
 
std::string getTimestamp (time_t _time)
 
XMLDOMBlockoperator+= (const XMLDOMBlock &other)
 
void parse (XERCES_CPP_NAMESPACE::InputSource &_source)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagAttribute (const std::string &tagName, const std::string &attrName, const std::string &attrValue, int _item=0)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagAttribute (XERCES_CPP_NAMESPACE::DOMElement *_elem, const std::string &tagName, const std::string &attrName, const std::string &attrValue, int _item=0)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagAttribute (const std::string &tagName, const std::string &attrName, const int &attrValue, int _item=0)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagAttribute (XERCES_CPP_NAMESPACE::DOMElement *_elem, const std::string &tagName, const std::string &attrName, const int &attrValue, int _item=0)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagValue (const std::string &tagName, const std::string &tagValue, int _item=0, XERCES_CPP_NAMESPACE::DOMDocument *_document=NULL)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagValue (XERCES_CPP_NAMESPACE::DOMElement *_elem, const std::string &tagName, const std::string &tagValue, int _item=0)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagValue (const std::string &tagName, const int &tagValue, int _item=0, XERCES_CPP_NAMESPACE::DOMDocument *_document=NULL)
 
XERCES_CPP_NAMESPACE::DOMNode * setTagValue (XERCES_CPP_NAMESPACE::DOMElement *_elem, const std::string &tagName, const int &tagValue, int _item=0)
 
int write (std::string target="stdout")
 
 XMLDOMBlock ()
 
 XMLDOMBlock (std::string xmlFileName)
 
 XMLDOMBlock (XERCES_CPP_NAMESPACE::InputSource &_source)
 
 XMLDOMBlock (std::string _root, int rootElementName)
 
virtual ~XMLDOMBlock ()
 

Static Public Member Functions

static std::string get_checksum (std::vector< unsigned int > &lut)
 

Protected Member Functions

XERCES_CPP_NAMESPACE::DOMElement * add_checksum (XERCES_CPP_NAMESPACE::DOMDocument *parent, Config &config)
 
XERCES_CPP_NAMESPACE::DOMElement * addData (std::string _elements, std::string _encoding, const std::vector< unsigned int > &_lut)
 
XERCES_CPP_NAMESPACE::DOMElement * addParameter (std::string _name, std::string _type, std::string _value)
 
XERCES_CPP_NAMESPACE::DOMElement * addParameter (std::string _name, std::string _type, int _value)
 
- Protected Member Functions inherited from XMLDOMBlock
int init (std::string _root)
 

Protected Attributes

XMLCh * brick
 
XERCES_CPP_NAMESPACE::DOMElement * brickElem
 
std::map< uint32_t,
std::vector< unsigned int > > 
lut_map
 
XMLCh * root
 
- Protected Attributes inherited from XMLDOMBlock
XERCES_CPP_NAMESPACE::DOMDocument * document
 
XERCES_CPP_NAMESPACE::ErrorHandler * errHandler
 
XERCES_CPP_NAMESPACE::XercesDOMParser * parser
 
std::string * the_string
 
std::string theFileName
 
XMLProcessortheProcessor
 

Detailed Description

Description: <one line="" class="" summary>="">

Usage: <usage>

Definition at line 27 of file LutXml.h.

Member Typedef Documentation

typedef std::map<uint32_t,std::vector<unsigned int> >::const_iterator LutXml::const_iterator

Definition at line 74 of file LutXml.h.

Constructor & Destructor Documentation

LutXml::LutXml ( )

Definition at line 91 of file LutXml.cc.

References init().

91  : XMLDOMBlock( "CFGBrickSet", 1 )
92 {
93  init();
94 }
void init(void)
Definition: LutXml.cc:118
LutXml::LutXml ( XERCES_CPP_NAMESPACE::InputSource &  _source)
LutXml::LutXml ( std::string  filename)

Definition at line 103 of file LutXml.cc.

References init().

103  : XMLDOMBlock( filename )
104 {
105  init();
106 }
void init(void)
Definition: LutXml.cc:118
tuple filename
Definition: lut2db_cfg.py:20
LutXml::~LutXml ( )
virtual

Definition at line 109 of file LutXml.cc.

References brick, fetchall_from_DQM_v2::release, and root.

110 {
111  //delete brickElem; // belongs to document that belongs to parser???
114  //delete lut_map;
115 }
XMLCh * root
Definition: LutXml.h:81
XMLCh * brick
Definition: LutXml.h:82

Member Function Documentation

int LutXml::a_to_i ( char *  inbuf)

Definition at line 486 of file LutXml.cc.

References mps_fire::result.

Referenced by create_lut_map().

486  {
487  int result;
488  sscanf(inbuf,"%d",&result);
489  return result;
490 }
tuple result
Definition: mps_fire.py:83
DOMElement * LutXml::add_checksum ( XERCES_CPP_NAMESPACE::DOMDocument *  parent,
Config config 
)
protected

Definition at line 280 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), class-composition::child, LutXml::_Config::crate, LutXml::_Config::fiber, LutXml::_Config::fiberchan, get_checksum(), LutXml::_Config::lut, LutXml::_Config::lut_type, LutXml::_Config::slot, and LutXml::_Config::topbottom.

Referenced by addLut().

281 {
282  //template
283  // <Data crate='0' slot='2' fpga='1' fiber='1' fiberchan='0' luttype='1' elements='1' encoding='hex'>c6cf91b39e3bff21623fb7366efda1fd</Data>
284  //
285  DOMElement * child = parent -> createElement( XMLProcessor::_toXMLCh( "Data" ) );
286  child -> setAttribute( XMLProcessor::_toXMLCh("crate"), XMLProcessor::_toXMLCh( config.crate ) );
287  child -> setAttribute( XMLProcessor::_toXMLCh("slot"), XMLProcessor::_toXMLCh( config.slot ) );
288  child -> setAttribute( XMLProcessor::_toXMLCh("fpga"), XMLProcessor::_toXMLCh( config.topbottom ) );
289  child -> setAttribute( XMLProcessor::_toXMLCh("fiber"), XMLProcessor::_toXMLCh( config.fiber ) );
290  child -> setAttribute( XMLProcessor::_toXMLCh("fiberchan"), XMLProcessor::_toXMLCh( config.fiberchan ) );
291  child -> setAttribute( XMLProcessor::_toXMLCh("luttype"), XMLProcessor::_toXMLCh( config.lut_type ) );
292  child -> setAttribute( XMLProcessor::_toXMLCh("elements"), XMLProcessor::_toXMLCh( "1" ) );
293  child -> setAttribute( XMLProcessor::_toXMLCh("encoding"), XMLProcessor::_toXMLCh( "hex" ) );
294  DOMText * checksum_value = parent -> createTextNode( XMLProcessor::_toXMLCh( get_checksum(config.lut) ));
295  child -> appendChild( checksum_value );
296 
297  parent -> getDocumentElement() -> appendChild( child );
298 
299  return child;
300 }
static std::string get_checksum(std::vector< unsigned int > &lut)
Definition: LutXml.cc:338
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:183
DOMElement * LutXml::addData ( std::string  _elements,
std::string  _encoding,
const std::vector< unsigned int > &  _lut 
)
protected

Definition at line 253 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), brickElem, class-composition::child, XMLDOMBlock::document, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by addLut().

254 {
255  DOMElement * child = document -> createElement( XMLProcessor::_toXMLCh( "Data" ) );
256  child -> setAttribute( XMLProcessor::_toXMLCh("elements"), XMLProcessor::_toXMLCh( _elements ) );
257  child -> setAttribute( XMLProcessor::_toXMLCh("encoding"), XMLProcessor::_toXMLCh( _encoding ) );
258 
259  std::stringstream buf;
260 
261  for (std::vector<unsigned int>::const_iterator iter = _lut.begin();iter!=_lut.end();++iter){
262  char buf2[8];
263  sprintf(buf2,"%x",(*iter));
264  buf << buf2 << " ";
265  //buf << (*iter) << " ";
266  }
267 
268  std::string _value = buf . str();
269 
270  DOMText * data_value = document -> createTextNode( XMLProcessor::_toXMLCh(_value));
271  child -> appendChild( data_value );
272 
273  brickElem -> appendChild( child );
274 
275  return child;
276 }
XERCES_CPP_NAMESPACE::DOMDocument * document
Definition: XMLDOMBlock.h:96
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:183
XERCES_CPP_NAMESPACE::DOMElement * brickElem
Definition: LutXml.h:89
void LutXml::addLut ( LutXml::Config _config,
XMLDOMBlock checksums_xml = 0 
)

Definition at line 210 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), add_checksum(), addData(), addParameter(), brickElem, LutXml::_Config::crate, LutXml::_Config::creationstamp, LutXml::_Config::creationtag, LutXml::_Config::depth, XMLDOMBlock::document, LutXml::_Config::fiber, LutXml::_Config::fiberchan, LutXml::_Config::formatrevision, LutXml::_Config::generalizedindex, get_checksum(), XMLDOMBlock::getDocument(), LutXml::_Config::ieta, LutXml::_Config::iphi, LutXml::_Config::lut, LutXml::_Config::lut_type, LutXml::_Config::slot, LutXml::_Config::targetfirmware, and LutXml::_Config::topbottom.

211 {
212  DOMElement * rootElem = document -> getDocumentElement();
213 
214  brickElem = document->createElement( XMLProcessor::_toXMLCh("CFGBrick") );
215  rootElem->appendChild(brickElem);
216 
217  addParameter( "IETA", "int", _config.ieta );
218  addParameter( "IPHI", "int", _config.iphi );
219  addParameter( "CRATE", "int", _config.crate );
220  addParameter( "SLOT", "int", _config.slot );
221  addParameter( "TOPBOTTOM", "int", _config.topbottom );
222  addParameter( "LUT_TYPE", "int", _config.lut_type );
223  addParameter( "CREATIONTAG", "string", _config.creationtag );
224  addParameter( "CREATIONSTAMP", "string", _config.creationstamp );
225  addParameter( "FORMATREVISION", "string", _config.formatrevision );
226  addParameter( "TARGETFIRMWARE", "string", _config.targetfirmware );
227  addParameter( "GENERALIZEDINDEX", "int", _config.generalizedindex );
228  addParameter( "CHECKSUM", "string", get_checksum( _config.lut ) );
229 
230  if(_config.lut_type==1){ // linearizer LUT
231  addParameter( "FIBER", "int", _config.fiber );
232  addParameter( "FIBERCHAN", "int", _config.fiberchan );
233  addParameter( "DEPTH", "int", _config.depth );
234  addData( "128", "hex", _config.lut );
235  }
236  else if(_config.lut_type==2){ // compression LUT
237  addParameter( "SLB", "int", _config.fiber );
238  addParameter( "SLBCHAN", "int", _config.fiberchan );
239  addData( "1024", "hex", _config.lut );
240  }
241  else{
242  edm::LogError("LutXml") << "Unknown LUT type...produced XML will be incorrect";
243  }
244 
245  // if the pointer to the checksums XML was given,
246  // add the checksum to it
247  // checksums_xml is 0 unless explicitely given
248  if ( checksums_xml ){
249  add_checksum( checksums_xml->getDocument(), _config );
250  }
251 }
XERCES_CPP_NAMESPACE::DOMElement * addParameter(std::string _name, std::string _type, std::string _value)
Definition: LutXml.cc:304
XERCES_CPP_NAMESPACE::DOMDocument * document
Definition: XMLDOMBlock.h:96
std::string targetfirmware
Definition: LutXml.h:39
int generalizedindex
Definition: LutXml.h:40
XERCES_CPP_NAMESPACE::DOMElement * add_checksum(XERCES_CPP_NAMESPACE::DOMDocument *parent, Config &config)
Definition: LutXml.cc:280
int topbottom
Definition: LutXml.h:35
std::vector< unsigned int > lut
Definition: LutXml.h:41
std::string creationtag
Definition: LutXml.h:36
XERCES_CPP_NAMESPACE::DOMDocument * getDocument(void)
Definition: XMLDOMBlock.cc:312
static std::string get_checksum(std::vector< unsigned int > &lut)
Definition: LutXml.cc:338
std::string formatrevision
Definition: LutXml.h:38
XERCES_CPP_NAMESPACE::DOMElement * addData(std::string _elements, std::string _encoding, const std::vector< unsigned int > &_lut)
Definition: LutXml.cc:253
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:183
XERCES_CPP_NAMESPACE::DOMElement * brickElem
Definition: LutXml.h:89
int lut_type
Definition: LutXml.h:35
std::string creationstamp
Definition: LutXml.h:37
int fiberchan
Definition: LutXml.h:35
DOMElement * LutXml::addParameter ( std::string  _name,
std::string  _type,
std::string  _value 
)
protected

Definition at line 304 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), brickElem, class-composition::child, and XMLDOMBlock::document.

Referenced by editorTools.UserCodeTool::__init__(), metTools.AddMETCollection::__init__(), trackTools.MakeAODTrackCandidates::__init__(), HiCoreTools.RestrictInputToAOD::__init__(), coreTools.RunOnData::__init__(), runJetUncertainties.RunJetUncertainties::__init__(), runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties::__init__(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ImportTool::__init__(), editorTools.ChangeSource::__init__(), cmsswVersionTools.PickRelValInputFiles::__init__(), HiCoreTools.RemoveMCMatching::__init__(), coreTools.RemoveMCMatching::__init__(), trackTools.MakePATTrackCandidates::__init__(), trigTools.SwitchOnTrigger::__init__(), HiCoreTools.RemoveAllPATObjectsBut::__init__(), HiCoreTools.RemoveSpecificPATObjects::__init__(), trigTools.SwitchOnTriggerStandAlone::__init__(), trackTools.MakeTrackCandidates::__init__(), tauTools.AddTauCollection::__init__(), trigTools.SwitchOnTriggerMatching::__init__(), HiCoreTools.RemoveCleaning::__init__(), HiCoreTools.AddCleaning::__init__(), jetTools.AddJetCollection::__init__(), trigTools.SwitchOnTriggerMatchingStandAlone::__init__(), trigTools.SwitchOnTriggerMatchEmbedding::__init__(), jetTools.SwitchJetCollection::__init__(), jetTools.UpdateJetCollection::__init__(), jetTools.AddJetID::__init__(), jetTools.SetTagInfos::__init__(), addLut(), and addParameter().

305 {
306  DOMElement * child = document -> createElement( XMLProcessor::_toXMLCh( "Parameter" ) );
307  child -> setAttribute( XMLProcessor::_toXMLCh("name"), XMLProcessor::_toXMLCh( _name ) );
308  child -> setAttribute( XMLProcessor::_toXMLCh("type"), XMLProcessor::_toXMLCh( _type ) );
309  DOMText * parameter_value = document -> createTextNode( XMLProcessor::_toXMLCh(_value));
310  child -> appendChild( parameter_value );
311 
312  brickElem -> appendChild( child );
313 
314  return child;
315 }
XERCES_CPP_NAMESPACE::DOMDocument * document
Definition: XMLDOMBlock.h:96
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:183
XERCES_CPP_NAMESPACE::DOMElement * brickElem
Definition: LutXml.h:89
DOMElement * LutXml::addParameter ( std::string  _name,
std::string  _type,
int  _value 
)
protected

Definition at line 319 of file LutXml.cc.

References addParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by editorTools.UserCodeTool::__init__(), metTools.AddMETCollection::__init__(), trackTools.MakeAODTrackCandidates::__init__(), coreTools.RunOnData::__init__(), HiCoreTools.RestrictInputToAOD::__init__(), runJetUncertainties.RunJetUncertainties::__init__(), runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties::__init__(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ImportTool::__init__(), editorTools.ChangeSource::__init__(), cmsswVersionTools.PickRelValInputFiles::__init__(), HiCoreTools.RemoveMCMatching::__init__(), coreTools.RemoveMCMatching::__init__(), trackTools.MakePATTrackCandidates::__init__(), trigTools.SwitchOnTrigger::__init__(), HiCoreTools.RemoveAllPATObjectsBut::__init__(), HiCoreTools.RemoveSpecificPATObjects::__init__(), trigTools.SwitchOnTriggerStandAlone::__init__(), trackTools.MakeTrackCandidates::__init__(), tauTools.AddTauCollection::__init__(), trigTools.SwitchOnTriggerMatching::__init__(), HiCoreTools.RemoveCleaning::__init__(), HiCoreTools.AddCleaning::__init__(), jetTools.AddJetCollection::__init__(), trigTools.SwitchOnTriggerMatchingStandAlone::__init__(), trigTools.SwitchOnTriggerMatchEmbedding::__init__(), jetTools.SwitchJetCollection::__init__(), jetTools.UpdateJetCollection::__init__(), jetTools.AddJetID::__init__(), and jetTools.SetTagInfos::__init__().

320 {
321  char buf[128];
322  sprintf(buf, "%d", _value);
323  std::string str_value = buf;
324  return addParameter( _name, _type, str_value );
325 }
XERCES_CPP_NAMESPACE::DOMElement * addParameter(std::string _name, std::string _type, std::string _value)
Definition: LutXml.cc:304
LutXml::const_iterator LutXml::begin ( ) const

Definition at line 585 of file LutXml.cc.

References lut_map.

585  {
586  return lut_map.begin();
587 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:92
int LutXml::create_lut_map ( void  )

Definition at line 497 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), a_to_i(), funct::abs(), brick, HLT_25ns10e33_v2_cff::depth, XMLDOMBlock::document, i, j, lut_map, DetId::rawId(), subdet_from_crate(), and XERCES_CPP_NAMESPACE_USE::transcode().

Referenced by HcaluLUTTPGCoder::updateXML().

497  {
498  //delete lut_map;
499  lut_map.clear();
500  //lut_map = new std::map<uint32_t,std::vector<unsigned int> >();
501 
502  if (document){
503  //DOMElement * rootElem =
504  DOMNodeList * brick_list = document->getDocumentElement()->getElementsByTagName(brick);
505  int n_of_bricks = brick_list->getLength();
506  for(int i=0; i!=n_of_bricks; i++){
507  DOMElement * aBrick = (DOMElement *)(brick_list->item(i));
508  DOMNodeList * par_list = aBrick->getElementsByTagName(XMLString::transcode("Parameter"));
509  int n_of_par = par_list->getLength();
510  int ieta=-99;
511  int iphi=-99;
512  int depth=-99;
513  int crate=-99;
514  int lut_type=-99;
515  HcalSubdetector subdet;
516  for(int j=0; j!=n_of_par; j++){
517  //std::cout << "DEBUG: i,j: " << i << ", " << j << std::endl;
518  DOMElement * aPar = (DOMElement *)(par_list->item(j));
519  char * aName = XMLString::transcode( aPar->getAttribute(XMLProcessor::_toXMLCh("name")) );
520  if ( strcmp(aName, "IETA")==0 ) ieta=a_to_i(XMLString::transcode(aPar->getFirstChild()->getNodeValue()));
521  if ( strcmp(aName, "IPHI")==0 ) iphi=a_to_i(XMLString::transcode(aPar->getFirstChild()->getNodeValue()));
522  if ( strcmp(aName, "DEPTH")==0 ) depth=a_to_i(XMLString::transcode(aPar->getFirstChild()->getNodeValue()));
523  if ( strcmp(aName, "CRATE")==0 ) crate=a_to_i(XMLString::transcode(aPar->getFirstChild()->getNodeValue()));
524  if ( strcmp(aName, "LUT_TYPE")==0 ) lut_type=a_to_i(XMLString::transcode(aPar->getFirstChild()->getNodeValue()));
525  }
526  subdet=subdet_from_crate(crate,abs(ieta),depth);
527  //std::cerr << "DEBUG: eta,phi,depth,crate,type,subdet: " << ieta << ", " << iphi << ", " << depth << ", " << crate << ", " << lut_type << ", " << subdet << std::endl;
528  DOMElement * _data = (DOMElement *)(aBrick->getElementsByTagName(XMLString::transcode("Data"))->item(0));
529  char * _str = XMLString::transcode(_data->getFirstChild()->getNodeValue());
530  //std::cout << _str << std::endl;
531  //
532  // get the LUT vector
533  int _string_length = strlen(_str);
534  std::vector<unsigned int> _lut;
535  unsigned int _base = 16;
536  unsigned int _item=0;
537  for (int i=0; i!=_string_length; i++){
538  bool _range = false;
539  char ch_cur = _str[i];
540  if (_base==16) _range = (ch_cur>='0' and ch_cur<='9') || (ch_cur>='a' and ch_cur<='f') || (ch_cur>='A' and ch_cur<='F');
541  else if (_base==10) _range = (ch_cur>='0' and ch_cur<='9');
542  if ( _range ){
543  if ( ch_cur>='a' and ch_cur<='f' ) ch_cur += 10-'a';
544  else if ( ch_cur>='A' and ch_cur<='F' ) ch_cur += 10-'A';
545  else if ( ch_cur>='0' and ch_cur<='9' ) ch_cur += -'0';
546  _item = _item*_base;
547  _item += ch_cur;
548  bool last_digit = false;
549  if ( (i+1)==_string_length ) last_digit=true;
550  else{
551  char ch_next = _str[i+1];
552  bool _range_next = false;
553  if (_base==16) _range_next = (ch_next>='0' and ch_next<='9') || (ch_next>='a' and ch_next<='f') || (ch_next>='A' and ch_next<='F');
554  else if (_base==10) _range_next = (ch_next>='0' and ch_next<='9');
555  if ( !_range_next ) last_digit=true;
556  }
557  if (last_digit){
558  _lut.push_back(_item);
559  _item=0;
560  }
561  }
562  }
563  // filling the map
564  uint32_t _key = 0;
565  if (lut_type==1){
566  HcalDetId _id(subdet,ieta,iphi,depth);
567  _key = _id.rawId();
568  }
569  else if (lut_type==2){
570  HcalTrigTowerDetId _id(ieta,iphi);
571  _key = _id.rawId();
572  }
573  lut_map.insert(std::pair<uint32_t,std::vector<unsigned int> >(_key,_lut));
574  }
575  }
576  else{
577  edm::LogError("LutXml") << "XML file with LUTs is not loaded, cannot create map!";
578  }
579 
580 
581 
582  return 0;
583 }
int i
Definition: DBlmapReader.cc:9
XERCES_CPP_NAMESPACE::DOMDocument * document
Definition: XMLDOMBlock.h:96
HcalSubdetector subdet_from_crate(int crate, int eta, int depth)
Definition: LutXml.cc:458
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:92
int a_to_i(char *inbuf)
Definition: LutXml.cc:486
XMLCh * transcode(const T &fInput)
HcalSubdetector
Definition: HcalAssistant.h:31
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
int j
Definition: DBlmapReader.cc:9
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:183
XMLCh * brick
Definition: LutXml.h:82
LutXml::const_iterator LutXml::end ( ) const

Definition at line 589 of file LutXml.cc.

References lut_map.

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

589  {
590  return lut_map.end();
591 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:92
LutXml::const_iterator LutXml::find ( uint32_t  id) const

Definition at line 593 of file LutXml.cc.

References lut_map.

Referenced by BeautifulSoup.Tag::__getattr__(), and BeautifulSoup.Tag::firstText().

593  {
594  return lut_map.find(id);
595 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:92
std::string LutXml::get_checksum ( std::vector< unsigned int > &  lut)
static

Definition at line 338 of file LutXml.cc.

References cmsRelvalreport::exit, i, md5_append(), md5_finish(), md5_init(), mps_fire::result, and findQualityFiles::size.

Referenced by add_checksum(), and addLut().

339 {
340  std::stringstream result;
341  md5_state_t md5er;
342  md5_byte_t digest[16];
343  md5_init(&md5er);
344  // linearizer LUT:
345  if ( lut . size() == 128 ){
346  unsigned char tool[2];
347  for (int i=0; i<128; i++) {
348  tool[0]=lut[i]&0xFF;
349  tool[1]=(lut[i]>>8)&0xFF;
350  md5_append(&md5er,tool,2);
351  }
352  }
353  // compression LUT:
354  else if ( lut . size() == 1024 ){
355  unsigned char tool;
356  for (int i=0; i<1024; i++) {
357  tool=lut[i]&0xFF;
358  md5_append(&md5er,&tool,1);
359  }
360  }
361  else{
362  edm::LogError("LutXml") << "Irregular LUT size, do not know how to compute checksum, exiting...";
363  exit(-1);
364  }
365  md5_finish(&md5er,digest);
366  for (int i=0; i<16; i++) result << std::hex << (((int)(digest[i]))&0xFF);
367 
368  //std::cout << "CHECKSUM: ";
369  //std::cout << result . str();
370  //std::cout << std::endl;
371 
372  return result . str();
373 }
void md5_init(md5_state_t *pms)
int i
Definition: DBlmapReader.cc:9
tuple result
Definition: mps_fire.py:83
void md5_finish(md5_state_t *pms, md5_byte_t digest[16])
tuple lut
Definition: lumiPlot.py:244
unsigned char md5_byte_t
Definition: md5.h:62
void md5_append(md5_state_t *pms, const md5_byte_t *data, int nbytes)
tuple size
Write out results.
std::string & LutXml::getCurrentBrick ( void  )

Definition at line 330 of file LutXml.cc.

References brickElem, and XMLDOMBlock::getString().

331 {
332  return getString( brickElem );
333 }
std::string & getString(void)
Definition: XMLDOMBlock.cc:459
XERCES_CPP_NAMESPACE::DOMElement * brickElem
Definition: LutXml.h:89
std::vector< unsigned int > * LutXml::getLutFast ( uint32_t  det_id)

Definition at line 127 of file LutXml.cc.

References lut_map.

Referenced by test_access(), and HcaluLUTTPGCoder::updateXML().

127  {
128  /*
129  if (lut_map){
130  return &(*lut_map)[det_id];
131  }
132  else{
133  std::cerr << "LUT not found, null pointer is returned" << std::endl;
134  return 0;
135  }
136  */
137  if (lut_map.find(det_id) != lut_map.end()) return &(lut_map)[det_id];
138  edm::LogError("LutXml") << "LUT not found, null pointer is returned";
139  return 0;
140 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:92
void LutXml::init ( void  )

Definition at line 118 of file LutXml.cc.

References brick, brickElem, root, and XERCES_CPP_NAMESPACE_USE::transcode().

Referenced by LutXml().

119 {
120  root = XMLString::transcode("CFGBrickSet");
121  brick = XMLString::transcode("CFGBrick");
122  brickElem = 0;
123  //lut_map = 0;
124 }
XMLCh * root
Definition: LutXml.h:81
XMLCh * transcode(const T &fInput)
XMLCh * brick
Definition: LutXml.h:82
XERCES_CPP_NAMESPACE::DOMElement * brickElem
Definition: LutXml.h:89
HcalSubdetector LutXml::subdet_from_crate ( int  crate,
int  eta,
int  depth 
)

Definition at line 458 of file LutXml.cc.

References cmsRelvalreport::exit, HcalBarrel, HcalEndcap, HcalForward, HcalOuter, and mps_fire::result.

Referenced by create_lut_map().

458  {
460  // HBHE: 0,1,4,5,10,11,14,15,17
461  // HF: 2,9,12
462  // HO: 3,6,7,13
463  int crate=crate_<20? crate_ : crate_-20;
464 
465  if (crate==2 || crate==9 || crate==12) result=HcalForward;
466  else if (crate==3 || crate==6 || crate==7 || crate==13) result=HcalOuter;
467  else if (crate==0 || crate==1 || crate==4 || crate==5 || crate==10 || crate==11 || crate==14 || crate==15 || crate==17){
468  if (eta<16) result=HcalBarrel;
469  else if (eta>16) result=HcalEndcap;
470  else if (eta==16 && depth!=3) result=HcalBarrel;
471  else if (eta==16 && depth==3) result=HcalEndcap;
472  else{
473  edm::LogError("LutXml") << "Impossible to determine HCAL subdetector!!!";
474  exit(-1);
475  }
476  }
477  else{
478  edm::LogError("LutXml") << "Impossible to determine HCAL subdetector!!!";
479  exit(-1);
480  }
481 
482  return result;
483 }
tuple result
Definition: mps_fire.py:83
HcalSubdetector
Definition: HcalAssistant.h:31
int LutXml::test_access ( std::string  filename)

Definition at line 376 of file LutXml.cc.

References HcalEmap::get_map(), getLutFast(), HcalBarrel, HcalEndcap, HcalForward, HcalOuter, cmsLHEtoEOSManager::l, lut_map, NULL, DetId::rawId(), and findQualityFiles::size.

376  {
377  //create_lut_map();
378  edm::LogInfo("LutXml") << "Created map size: " << lut_map.size();
379 
380  struct timeval _t;
381  gettimeofday( &_t, NULL );
382  double _time =(double)(_t . tv_sec) + (double)(_t . tv_usec)/1000000.0;
383 
384  HcalEmap _emap("./backup/official_emap_v6.04_080905.txt");
385  std::vector<HcalEmap::HcalEmapRow> & _map = _emap.get_map();
386  edm::LogInfo("LutXml") << "HcalEmap contains " << _map . size() << " entries";
387 
388  int _counter=0;
389  for (std::vector<HcalEmap::HcalEmapRow>::const_iterator row=_map.begin(); row!=_map.end(); ++row){
390  if (row->subdet=="HB"){
391  HcalDetId det_id(HcalBarrel,row->ieta,row->iphi,row->idepth);
392  uint32_t raw_id = det_id.rawId();
393  std::vector<unsigned int> * l = getLutFast(raw_id);
394  if (l) _counter++;
395  }
396  if (row->subdet=="HE"){
397  HcalDetId det_id(HcalEndcap,row->ieta,row->iphi,row->idepth);
398  uint32_t raw_id = det_id.rawId();
399  std::vector<unsigned int> * l = getLutFast(raw_id);
400  if (l) _counter++;
401  }
402  if (row->subdet=="HF"){
403  HcalDetId det_id(HcalForward,row->ieta,row->iphi,row->idepth);
404  uint32_t raw_id = det_id.rawId();
405  std::vector<unsigned int> * l = getLutFast(raw_id);
406  if (l) _counter++;
407  }
408  if (row->subdet=="HO"){
409  HcalDetId det_id(HcalOuter,row->ieta,row->iphi,row->idepth);
410  uint32_t raw_id = det_id.rawId();
411  std::vector<unsigned int> * l = getLutFast(raw_id);
412  if (l) _counter++;
413  }
414  }
415  gettimeofday( &_t, NULL );
416  edm::LogInfo("LutXml") << "access to " << _counter << " HCAL channels took: " << (double)(_t . tv_sec) + (double)(_t . tv_usec)/1000000.0 - _time << "sec";
417 
418  //std::cout << std::endl;
419  //for (std::vector<unsigned int>::const_iterator i=l->begin();i!=l->end();i++){
420  // std::cout << *i << " ";
421  //}
422  //std::cout << std::endl;
423 
424  return 0;
425 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:92
#define NULL
Definition: scimark2.h:8
std::vector< unsigned int > * getLutFast(uint32_t det_id)
Definition: LutXml.cc:127
tuple size
Write out results.

Member Data Documentation

XMLCh* LutXml::brick
protected

Definition at line 82 of file LutXml.h.

Referenced by create_lut_map(), init(), and ~LutXml().

XERCES_CPP_NAMESPACE::DOMElement* LutXml::brickElem
protected

Definition at line 89 of file LutXml.h.

Referenced by addData(), addLut(), addParameter(), getCurrentBrick(), and init().

std::map<uint32_t,std::vector<unsigned int> > LutXml::lut_map
protected

Definition at line 92 of file LutXml.h.

Referenced by begin(), create_lut_map(), end(), find(), getLutFast(), and test_access().

XMLCh* LutXml::root
protected

Definition at line 81 of file LutXml.h.

Referenced by init(), data_sources.formula_tree::to_sql(), and ~LutXml().