CMS 3D CMS Logo

MiscalibReaderFromXMLEcalBarrel Class Reference

#include <CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXMLEcalBarrel.h>

Inheritance diagram for MiscalibReaderFromXMLEcalBarrel:

MiscalibReaderFromXML

List of all members.

Public Member Functions

EBDetId getCellFromAttributes (int ieta, int iphi)
 MiscalibReaderFromXMLEcalBarrel (CaloMiscalibMapEcal &map)
virtual DetId parseCellEntry (XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attribute)


Detailed Description

Definition at line 10 of file MiscalibReaderFromXMLEcalBarrel.h.


Constructor & Destructor Documentation

MiscalibReaderFromXMLEcalBarrel::MiscalibReaderFromXMLEcalBarrel ( CaloMiscalibMapEcal map  )  [inline]

Definition at line 13 of file MiscalibReaderFromXMLEcalBarrel.h.

00013 :MiscalibReaderFromXML(map){};


Member Function Documentation

EBDetId MiscalibReaderFromXMLEcalBarrel::getCellFromAttributes ( int  ieta,
int  iphi 
)

Definition at line 16 of file MiscalibReaderXMLEcalBarrel.cc.

Referenced by parseCellEntry().

00017 {
00018 EBDetId cell(ieta,iphi);
00019 return cell;
00020 }

DetId MiscalibReaderFromXMLEcalBarrel::parseCellEntry ( XERCES_CPP_NAMESPACE::DOMNamedNodeMap *  attribute  )  [virtual]

Implements MiscalibReaderFromXML.

Definition at line 6 of file MiscalibReaderXMLEcalBarrel.cc.

References getCellFromAttributes(), and MiscalibReaderFromXML::getIntAttribute().

00007 {
00008 
00009 EBDetId cell= MiscalibReaderFromXMLEcalBarrel::getCellFromAttributes(
00010                                             getIntAttribute(attribute,"eta_index"),
00011                                             getIntAttribute(attribute,"phi_index")
00012                                             );
00013 return cell;
00014 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:28:17 2009 for CMSSW by  doxygen 1.5.4