CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RBCConfiguration.h
Go to the documentation of this file.
1 #ifndef INTERFACE_RBCCONFIGURATION_H
2 #define INTERFACE_RBCCONFIGURATION_H 1
3 
4 // Include files
6 
9 
21 public:
22  virtual ~RBCConfiguration() {}
23  virtual bool initialise()=0;
24 
25  virtual void preprocess(RBCInput &)=0;
26 
28 
30 
32 
33 protected:
34 
35 private:
36 
37 };
38 #endif // INTERFACE_RBCCONFIGURATION_H
virtual ~RBCConfiguration()
RBCBoardSpecs::RBCBoardConfig * m_rbcconf
virtual void preprocess(RBCInput &)=0
RBCLogicUnit * m_rbclogic
virtual bool initialise()=0
const RBCBoardSpecs * m_rbcboardspecs