CMS 3D CMS Logo

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 
8 
9 
11 {
12  public:
14 
15 
16  DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute) override;
17 
18  HcalDetId getCellFromAttributes(int idet, int ieta, int iphi, int idepth);
19 
20 };
21 
22 #endif
23 
HcalDetId getCellFromAttributes(int idet, int ieta, int iphi, int idepth)
Definition: DetId.h:18
DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute) override
MiscalibReaderFromXMLHcal(CaloMiscalibMapHcal &map)