CMS 3D CMS Logo

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  ~RBCBasicConfig( ) override;
24 
25  bool initialise() override;
26 
27  void preprocess( RBCInput & ) override;
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
RBCBasicConfig()
Standard constructor.
std::vector< int > m_vecforce
void preprocess(RBCInput &) override
Definition: RBCId.h:16
~RBCBasicConfig() override
Destructor.
std::vector< int > m_vecmask
bool initialise() override