CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MiscalibReaderXMLEcalBarrel.cc
Go to the documentation of this file.
3 
4 
5 
6 DetId MiscalibReaderFromXMLEcalBarrel::parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute)
7 {
8 
10  getIntAttribute(attribute,"eta_index"),
11  getIntAttribute(attribute,"phi_index")
12  );
13 return cell;
14 }
15 
17 {
18 EBDetId cell(ieta,iphi);
19 return cell;
20 }
21 
EBDetId getCellFromAttributes(int ieta, int iphi)
Definition: DetId.h:18
virtual DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute)
int getIntAttribute(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute, const std::string &attribute_name)