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 // $Id: TTUBasicConfig.h,v 1.3 2009/08/19 15:04:01 aosorio Exp $
2 #ifndef INTERFACE_TTUBASICCONFIG_H
3 #define INTERFACE_TTUBASICCONFIG_H 1
4 
5 // Include files
7 
9 
17 public:
20 
21  TTUBasicConfig( const char * );
22 
23  TTUBasicConfig( const TTUBoardSpecs * );
24 
25  virtual ~TTUBasicConfig( );
26 
27  bool initialise( int , int );
28 
29  void preprocess( TTUInput & );
30 
31 protected:
32 
33 private:
34 
35  std::vector<int> m_vecmask;
36  std::vector<int> m_vecforce;
37 
38  bool m_debug;
39 
40 };
41 #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)