CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonDDDConstants.h
Go to the documentation of this file.
1 #ifndef Geometry_MuonNumbering_MuonDDDConstant_h
2 #define Geometry_MuonNumbering_MuonDDDConstant_h
3 
15 #include<string>
16 #include<map>
17 #include<iostream>
18 
19 class DDCompactView;
20 
22  public:
23 
24  MuonDDDConstants( const DDCompactView& cpv );
26 
27  int getValue ( const std::string& name ) const;
28  void addValue( const std::string& name, const int& value );
29 
30  private:
32  std::map<std::string, int> namesAndValues_;
33 };
34 
35 #endif
type of data representation of DDCompactView
Definition: DDCompactView.h:77
int getValue(const std::string &name) const
std::map< std::string, int > namesAndValues_
void addValue(const std::string &name, const int &value)