CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
8 
9 
11 {
12  public:
14 
15 
16  virtual DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute);
17 
18  HcalDetId getCellFromAttributes(int idet, int ieta, int iphi, int idepth);
19 
20 };
21 
22 #endif
23 
virtual DetId parseCellEntry(XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute)
HcalDetId getCellFromAttributes(int idet, int ieta, int iphi, int idepth)
Definition: DetId.h:20
MiscalibReaderFromXMLHcal(CaloMiscalibMapHcal &map)