CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUConfiguration.h
Go to the documentation of this file.
1 #ifndef INTERFACE_TTUCONFIGURATION_H
2 #define INTERFACE_TTUCONFIGURATION_H 1
3 
4 // Include files
6 
9 
21 public:
22  virtual ~TTUConfiguration() {}
23  virtual bool initialise( int , int )=0;
24 
25  virtual void preprocess(TTUInput &)=0;
26 
28 
30 
32 
33 protected:
34 
35 private:
36 
37 };
38 #endif // INTERFACE_TTUCONFIGURATION_H
virtual void preprocess(TTUInput &)=0
virtual ~TTUConfiguration()
const TTUBoardSpecs * m_ttuboardspecs
TTUBoardSpecs::TTUBoardConfig * m_ttuconf
virtual bool initialise(int, int)=0
TTULogicUnit * m_ttulogic