CMS 3D CMS Logo

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  ~TTUBasicConfig( ) override;
25 
26  bool initialise( int , int ) override;
27 
28  void preprocess( TTUInput & ) override;
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
std::vector< int > m_vecforce
void preprocess(TTUInput &) override
~TTUBasicConfig() override
Destructor.
std::vector< int > m_vecmask
bool initialise(int, int) override
TTUBasicConfig()
Standard constructor.