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 MuonNumbering_MuonDDDConstant_h
2 #define MuonNumbering_MuonDDDConstant_h
3 
17 #include<string>
18 #include<map>
19 #include<iostream>
20 
21 class DDCompactView;
22 
24  public:
25 
26  MuonDDDConstants( const DDCompactView& cpv );
28 
29  int getValue ( const std::string& name ) const;
30  void addValue( const std::string& name, const int& value );
31 
32  private:
34  std::map<std::string, int> namesAndValues_;
35 };
36 
37 #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)