CMS 3D CMS Logo

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