CMS 3D CMS Logo

MiscalibReaderXMLEcalBarrel.cc
Go to the documentation of this file.
3 
4 DetId MiscalibReaderFromXMLEcalBarrel::parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute) {
6  getIntAttribute(attribute, "phi_index"));
7  return cell;
8 }
9 
11  EBDetId cell(ieta, iphi);
12  return cell;
13 }
DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute) override
EBDetId getCellFromAttributes(int ieta, int iphi)
Definition: DetId.h:17
int getIntAttribute(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute, const std::string &attribute_name)