CMS 3D CMS Logo

EcalTPGSlidingWindow Class Reference

#include <CondFormats/EcalObjects/interface/EcalTPGSlidingWindow.h>

List of all members.

Public Member Functions

 EcalTPGSlidingWindow ()
const std::map< uint32_t,
uint32_t > & 
getMap () const
void setValue (const uint32_t &id, const uint32_t &value)
 ~EcalTPGSlidingWindow ()

Private Attributes

std::map< uint32_t, uint32_t > map_


Detailed Description

Definition at line 7 of file EcalTPGSlidingWindow.h.


Constructor & Destructor Documentation

EcalTPGSlidingWindow::EcalTPGSlidingWindow (  ) 

Definition at line 4 of file EcalTPGSlidingWindow.cc.

00005 { }

EcalTPGSlidingWindow::~EcalTPGSlidingWindow (  ) 

Definition at line 7 of file EcalTPGSlidingWindow.cc.

00008 { }


Member Function Documentation

const std::map<uint32_t, uint32_t>& EcalTPGSlidingWindow::getMap (  )  const [inline]

Definition at line 13 of file EcalTPGSlidingWindow.h.

References map_.

00013 { return map_; }

void EcalTPGSlidingWindow::setValue ( const uint32_t &  id,
const uint32_t &  value 
)

Definition at line 10 of file EcalTPGSlidingWindow.cc.

References map_.

00011 {
00012   map_[id] = value ;
00013 }


Member Data Documentation

std::map<uint32_t, uint32_t> EcalTPGSlidingWindow::map_ [private]

Definition at line 17 of file EcalTPGSlidingWindow.h.

Referenced by getMap(), and setValue().


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