CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
DrawIteration::SectorValues Struct Reference

Public Member Functions

 SectorValues ()
 

Public Attributes

std::map< unsigned int,
std::string * > 
m_sectorName
 
std::map< unsigned int,
std::vector< double > > 
m_sectorValueX
 
std::map< unsigned int,
std::vector< double > > 
m_sectorValueY
 

Detailed Description

Definition at line 40 of file DrawIteration.h.

Constructor & Destructor Documentation

DrawIteration::SectorValues::SectorValues ( )
inline

Definition at line 41 of file DrawIteration.h.

41 {}

Member Data Documentation

std::map<unsigned int, std::string*> DrawIteration::SectorValues::m_sectorName

Definition at line 42 of file DrawIteration.h.

std::map<unsigned int, std::vector<double> > DrawIteration::SectorValues::m_sectorValueX

Definition at line 43 of file DrawIteration.h.

std::map<unsigned int, std::vector<double> > DrawIteration::SectorValues::m_sectorValueY

Definition at line 44 of file DrawIteration.h.