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 (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
DOMElement * add_element (DOMElement *parent, XMLCh *tagname, XMLCh *value)
 
DOMDocument * getDocument (void)
 
DOMDocument * getDocumentConst (void) const
 
DOMDocument * getNewDocument (std::string xmlFileName)
 
std::string & getString (void)
 
std::string & getString (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, DOMDocument *_document=NULL)
 
const char * getTagValue (const std::string &tagName, int _item, DOMElement *_document)
 
std::string getTimestamp (time_t _time)
 
XMLDOMBlockoperator+= (const XMLDOMBlock &other)
 
void parse (InputSource &_source)
 
DOMNode * setTagAttribute (const std::string &tagName, const std::string &attrName, const std::string &attrValue, int _item=0)
 
DOMNode * setTagAttribute (DOMElement *_elem, const std::string &tagName, const std::string &attrName, const std::string &attrValue, int _item=0)
 
DOMNode * setTagAttribute (const std::string &tagName, const std::string &attrName, const int &attrValue, int _item=0)
 
DOMNode * setTagAttribute (DOMElement *_elem, const std::string &tagName, const std::string &attrName, const int &attrValue, int _item=0)
 
DOMNode * setTagValue (const std::string &tagName, const std::string &tagValue, int _item=0, DOMDocument *_document=NULL)
 
DOMNode * setTagValue (DOMElement *_elem, const std::string &tagName, const std::string &tagValue, int _item=0)
 
DOMNode * setTagValue (const std::string &tagName, const int &tagValue, int _item=0, DOMDocument *_document=NULL)
 
DOMNode * setTagValue (DOMElement *_elem, const std::string &tagName, const int &tagValue, int _item=0)
 
int write (std::string target="stdout")
 
 XMLDOMBlock ()
 
 XMLDOMBlock (std::string xmlFileName)
 
 XMLDOMBlock (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

DOMElement * add_checksum (DOMDocument *parent, Config &config)
 
DOMElement * addData (std::string _elements, std::string _encoding, std::vector< unsigned int > _lut)
 
DOMElement * addParameter (std::string _name, std::string _type, std::string _value)
 
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
 
DOMElement * brickElem
 
std::map< uint32_t,
std::vector< unsigned int > > 
lut_map
 
XMLCh * root
 
- Protected Attributes inherited from XMLDOMBlock
DOMDocument * document
 
ErrorHandler * errHandler
 
XercesDOMParser * parser
 
std::string * the_string
 
std::string theFileName
 
XMLProcessortheProcessor
 

Detailed Description

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

Usage: <usage>

Definition at line 28 of file LutXml.h.

Member Typedef Documentation

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

Definition at line 75 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 ( InputSource _source)

Definition at line 97 of file LutXml.cc.

References init().

97  : XMLDOMBlock( _source )
98 {
99  init();
100 }
void init(void)
Definition: LutXml.cc:118
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:82
XMLCh * brick
Definition: LutXml.h:83

Member Function Documentation

int LutXml::a_to_i ( char *  inbuf)

Definition at line 486 of file LutXml.cc.

References query::result.

Referenced by create_lut_map().

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

Definition at line 280 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), 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 }
list parent
Definition: dbtoconf.py:74
static std::string get_checksum(std::vector< unsigned int > &lut)
Definition: LutXml.cc:338
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:185
DOMElement * LutXml::addData ( std::string  _elements,
std::string  _encoding,
std::vector< unsigned int >  _lut 
)
protected

Definition at line 253 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), brickElem, and XMLDOMBlock::document.

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 }
DOMDocument * document
Definition: XMLDOMBlock.h:98
DOMElement * brickElem
Definition: LutXml.h:90
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:185
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, gather_cfg::cout, 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  std::cout << "Unknown LUT type...produced XML will be incorrect" << std::endl;
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 }
DOMElement * addParameter(std::string _name, std::string _type, std::string _value)
Definition: LutXml.cc:304
std::string targetfirmware
Definition: LutXml.h:40
DOMDocument * document
Definition: XMLDOMBlock.h:98
int generalizedindex
Definition: LutXml.h:41
int topbottom
Definition: LutXml.h:36
std::vector< unsigned int > lut
Definition: LutXml.h:42
DOMElement * addData(std::string _elements, std::string _encoding, std::vector< unsigned int > _lut)
Definition: LutXml.cc:253
std::string creationtag
Definition: LutXml.h:37
DOMDocument * getDocument(void)
Definition: XMLDOMBlock.cc:313
static std::string get_checksum(std::vector< unsigned int > &lut)
Definition: LutXml.cc:338
DOMElement * add_checksum(DOMDocument *parent, Config &config)
Definition: LutXml.cc:280
std::string formatrevision
Definition: LutXml.h:39
DOMElement * brickElem
Definition: LutXml.h:90
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:185
tuple cout
Definition: gather_cfg.py:121
int lut_type
Definition: LutXml.h:36
std::string creationstamp
Definition: LutXml.h:38
int fiberchan
Definition: LutXml.h:36
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, and XMLDOMBlock::document.

Referenced by editorTools.UserCodeTool::__init__(), electronTools.AddElectronUserIsolation::__init__(), photonTools.AddPhotonUserIsolation::__init__(), metTools.AddTcMET::__init__(), muonTools.AddMuonUserIsolation::__init__(), trackTools.MakeAODTrackCandidates::__init__(), HiCoreTools.RestrictInputToAOD::__init__(), coreTools.RestrictInputToAOD::__init__(), metUncertaintyTools.RunMEtUncertainties::__init__(), cmsswVersionTools.Run52xOn51xTrigger::__init__(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ImportTool::__init__(), editorTools.ChangeSource::__init__(), HiCoreTools.RemoveMCMatching::__init__(), metTools.AddPfMET::__init__(), coreTools.RunOnData::__init__(), trackTools.MakePATTrackCandidates::__init__(), trigTools.SwitchOnTrigger::__init__(), cmsswVersionTools.PickRelValInputFiles::__init__(), coreTools.RemoveMCMatching::__init__(), HiCoreTools.RemoveAllPATObjectsBut::__init__(), jetTools.RunBTagging::__init__(), HiCoreTools.RemoveSpecificPATObjects::__init__(), trigTools.SwitchOnTriggerStandAlone::__init__(), trackTools.MakeTrackCandidates::__init__(), coreTools.RemoveAllPATObjectsBut::__init__(), coreTools.RemoveSpecificPATObjects::__init__(), HiCoreTools.RemoveCleaning::__init__(), trigTools.SwitchOnTriggerMatching::__init__(), HiCoreTools.AddCleaning::__init__(), tauTools.AddTauCollection::__init__(), coreTools.RemoveCleaning::__init__(), trigTools.SwitchOnTriggerMatchingStandAlone::__init__(), coreTools.AddCleaning::__init__(), jetTools.AddJetCollection::__init__(), trigTools.SwitchOnTriggerMatchEmbedding::__init__(), trigTools.RemoveCleaningFromTriggerMatching::__init__(), jetTools.SwitchJetCollection::__init__(), jetTools.AddJetID::__init__(), jetTools.SetTagInfos::__init__(), jetTools.SwitchJetCorrLevels::__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 }
DOMDocument * document
Definition: XMLDOMBlock.h:98
DOMElement * brickElem
Definition: LutXml.h:90
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:185
DOMElement * LutXml::addParameter ( std::string  _name,
std::string  _type,
int  _value 
)
protected

Definition at line 319 of file LutXml.cc.

References addParameter().

Referenced by editorTools.UserCodeTool::__init__(), electronTools.AddElectronUserIsolation::__init__(), photonTools.AddPhotonUserIsolation::__init__(), metTools.AddTcMET::__init__(), muonTools.AddMuonUserIsolation::__init__(), trackTools.MakeAODTrackCandidates::__init__(), HiCoreTools.RestrictInputToAOD::__init__(), coreTools.RestrictInputToAOD::__init__(), metUncertaintyTools.RunMEtUncertainties::__init__(), cmsswVersionTools.Run52xOn51xTrigger::__init__(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ImportTool::__init__(), editorTools.ChangeSource::__init__(), HiCoreTools.RemoveMCMatching::__init__(), metTools.AddPfMET::__init__(), coreTools.RunOnData::__init__(), trackTools.MakePATTrackCandidates::__init__(), trigTools.SwitchOnTrigger::__init__(), cmsswVersionTools.PickRelValInputFiles::__init__(), coreTools.RemoveMCMatching::__init__(), HiCoreTools.RemoveAllPATObjectsBut::__init__(), jetTools.RunBTagging::__init__(), HiCoreTools.RemoveSpecificPATObjects::__init__(), trigTools.SwitchOnTriggerStandAlone::__init__(), trackTools.MakeTrackCandidates::__init__(), coreTools.RemoveAllPATObjectsBut::__init__(), coreTools.RemoveSpecificPATObjects::__init__(), HiCoreTools.RemoveCleaning::__init__(), trigTools.SwitchOnTriggerMatching::__init__(), HiCoreTools.AddCleaning::__init__(), tauTools.AddTauCollection::__init__(), coreTools.RemoveCleaning::__init__(), trigTools.SwitchOnTriggerMatchingStandAlone::__init__(), coreTools.AddCleaning::__init__(), jetTools.AddJetCollection::__init__(), trigTools.SwitchOnTriggerMatchEmbedding::__init__(), trigTools.RemoveCleaningFromTriggerMatching::__init__(), jetTools.SwitchJetCollection::__init__(), jetTools.AddJetID::__init__(), jetTools.SetTagInfos::__init__(), and jetTools.SwitchJetCorrLevels::__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 }
DOMElement * addParameter(std::string _name, std::string _type, std::string _value)
Definition: LutXml.cc:304
LutXml::const_iterator LutXml::begin ( ) const

Definition at line 588 of file LutXml.cc.

References lut_map.

588  {
589  return lut_map.begin();
590 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:93
int LutXml::create_lut_map ( void  )

Definition at line 497 of file LutXml.cc.

References XMLProcessor::_toXMLCh(), a_to_i(), abs, brick, dtNoiseDBValidation_cfg::cerr, XMLDOMBlock::document, i, j, lut_map, DetId::rawId(), and subdet_from_crate().

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;
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;
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  }
564  //std::cout << _lut[127] << std::endl;
565  // filling the map
566  uint32_t _key = 0;
567  if (lut_type==1){
568  HcalDetId _id(subdet,ieta,iphi,depth);
569  _key = _id.rawId();
570  }
571  else if (lut_type==2){
572  HcalTrigTowerDetId _id(ieta,iphi);
573  _key = _id.rawId();
574  }
575  //lut_map->insert(std::pair<uint32_t,std::vector<unsigned int> >(_key,_lut));
576  lut_map.insert(std::pair<uint32_t,std::vector<unsigned int> >(_key,_lut));
577  }
578  }
579  else{
580  std::cerr << "XML file with LUTs is not loaded, cannot create map!" << std::endl;
581  }
582 
583 
584 
585  return 0;
586 }
int i
Definition: DBlmapReader.cc:9
DOMDocument * document
Definition: XMLDOMBlock.h:98
HcalSubdetector subdet_from_crate(int crate, int eta, int depth)
Definition: LutXml.cc:459
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:93
#define abs(x)
Definition: mlp_lapack.h:159
int a_to_i(char *inbuf)
Definition: LutXml.cc:486
HcalSubdetector
Definition: HcalAssistant.h:32
int j
Definition: DBlmapReader.cc:9
static XMLCh * _toXMLCh(std::string temp)
Definition: XMLProcessor.h:185
XMLCh * brick
Definition: LutXml.h:83
LutXml::const_iterator LutXml::end ( ) const

Definition at line 592 of file LutXml.cc.

References lut_map.

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

592  {
593  return lut_map.end();
594 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:93
LutXml::const_iterator LutXml::find ( uint32_t  id) const

Definition at line 596 of file LutXml.cc.

References lut_map.

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

596  {
597  return lut_map.find(id);
598 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:93
std::string LutXml::get_checksum ( std::vector< unsigned int > &  lut)
static

Definition at line 338 of file LutXml.cc.

References gather_cfg::cout, cmsRelvalreport::exit, i, md5_append(), md5_finish(), md5_init(), query::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  std::cout << "ERROR: irregular LUT size, do not know how to compute checksum, exiting..." << std::endl;
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
void md5_finish(md5_state_t *pms, md5_byte_t digest[16])
tuple result
Definition: query.py:137
tuple lut
Definition: lumiPlot.py:244
unsigned char md5_byte_t
Definition: md5.h:63
void md5_append(md5_state_t *pms, const md5_byte_t *data, int nbytes)
tuple cout
Definition: gather_cfg.py:121
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:460
DOMElement * brickElem
Definition: LutXml.h:90
std::vector< unsigned int > * LutXml::getLutFast ( uint32_t  det_id)

Definition at line 127 of file LutXml.cc.

References dtNoiseDBValidation_cfg::cerr, and 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  std::cerr << "LUT not found, null pointer is returned" << std::endl;
139  return 0;
140 }
std::map< uint32_t, std::vector< unsigned int > > lut_map
Definition: LutXml.h:93
void LutXml::init ( void  )

Definition at line 118 of file LutXml.cc.

References brick, brickElem, and root.

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:82
DOMElement * brickElem
Definition: LutXml.h:90
XMLCh * brick
Definition: LutXml.h:83
HcalSubdetector LutXml::subdet_from_crate ( int  crate,
int  eta,
int  depth 
)

Definition at line 459 of file LutXml.cc.

References dtNoiseDBValidation_cfg::cerr, cmsRelvalreport::exit, HcalBarrel, HcalEndcap, HcalForward, HcalOuter, and query::result.

Referenced by create_lut_map().

459  {
461  // HBHE: 0,1,4,5,10,11,14,15,17
462  // HF: 2,9,12
463  // HO: 3,6,7,13
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  std::cerr << "Impossible to determine HCAL subdetector!!!" << std::endl;
474  exit(-1);
475  }
476  }
477  else{
478  std::cerr << "Impossible to determine HCAL subdetector!!!" << std::endl;
479  exit(-1);
480  }
481 
482  return result;
483 }
T eta() const
tuple result
Definition: query.py:137
HcalSubdetector
Definition: HcalAssistant.h:32
int LutXml::test_access ( std::string  filename)

Definition at line 376 of file LutXml.cc.

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

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

Member Data Documentation

XMLCh* LutXml::brick
protected

Definition at line 83 of file LutXml.h.

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

DOMElement* LutXml::brickElem
protected

Definition at line 90 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 93 of file LutXml.h.

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

XMLCh* LutXml::root
protected

Definition at line 82 of file LutXml.h.

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