CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RBCBasicConfig.h
Go to the documentation of this file.
1 #ifndef INTERFACE_RBCBASICCONFIG_H
2 #define INTERFACE_RBCBASICCONFIG_H 1
3 
4 // Include files
7 
15 public:
18 
19  RBCBasicConfig( const char *);
20 
21  RBCBasicConfig( const RBCBoardSpecs * , RBCId * );
22 
23  virtual ~RBCBasicConfig( );
24 
25  bool initialise();
26 
27  void preprocess( RBCInput & );
28 
29 protected:
30 
31 private:
32 
34 
35  std::vector<int> m_vecmask;
36  std::vector<int> m_vecforce;
37 
38  bool m_debug;
39 
40 };
41 #endif // INTERFACE_RBCBASICCONFIG_H
void preprocess(RBCInput &)
RBCBasicConfig()
Standard constructor.
std::vector< int > m_vecforce
Definition: RBCId.h:16
std::vector< int > m_vecmask
virtual ~RBCBasicConfig()
Destructor.