CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MiscalibReaderFromXMLHcal.h
Go to the documentation of this file.
1 #ifndef _MISCALIB_READER_FROM_XML_HCAL_BARREL_H
2 #define _MISCALIB_READER_FROM_XML_HCAL_BARREL_H
3 
7 
9 public:
11 
12  DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute) override;
13 
14  HcalDetId getCellFromAttributes(int idet, int ieta, int iphi, int idepth);
15 };
16 
17 #endif
HcalDetId getCellFromAttributes(int idet, int ieta, int iphi, int idepth)
Definition: DetId.h:17
DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute) override
MiscalibReaderFromXMLHcal(CaloMiscalibMapHcal &map)