CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MiscalibReaderFromXMLEcalBarrel.h
Go to the documentation of this file.
1 #ifndef _MISCALIB_READER_FROM_XML_ECAL_BARREL_H
2 #define _MISCALIB_READER_FROM_XML_ECAL_BARREL_H
3 
7 
8 
9 
11 {
12  public:
14 
15 
16  virtual DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute);
17 
18  EBDetId getCellFromAttributes(int ieta, int iphi);
19 
20 };
21 
22 #endif
23 
EBDetId getCellFromAttributes(int ieta, int iphi)
Definition: DetId.h:18
virtual DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute)
MiscalibReaderFromXMLEcalBarrel(CaloMiscalibMapEcal &map)