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 // $Id: RBCBasicConfig.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $
2 #ifndef INTERFACE_RBCBASICCONFIG_H
3 #define INTERFACE_RBCBASICCONFIG_H 1
4 
5 // Include files
8 
16 public:
19 
20  RBCBasicConfig( const char *);
21 
22  RBCBasicConfig( const RBCBoardSpecs * , RBCId * );
23 
24  virtual ~RBCBasicConfig( );
25 
26  bool initialise();
27 
28  void preprocess( RBCInput & );
29 
30 protected:
31 
32 private:
33 
35 
36  std::vector<int> m_vecmask;
37  std::vector<int> m_vecforce;
38 
39  bool m_debug;
40 
41 };
42 #endif // INTERFACE_RBCBASICCONFIG_H
void preprocess(RBCInput &)
RBCBasicConfig()
Standard constructor.
std::vector< int > m_vecforce
Definition: RBCId.h:17
std::vector< int > m_vecmask
virtual ~RBCBasicConfig()
Destructor.