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:
17  TTUBasicConfig( const char * );
18 
19  TTUBasicConfig( const TTUBoardSpecs * );
20 
21  ~TTUBasicConfig( ) override;
22 
23  bool initialise( int , int ) override;
24 
25  void preprocess( TTUInput & ) override;
26 
27 protected:
28 
29 private:
30 
31  std::vector<int> m_vecmask;
32  std::vector<int> m_vecforce;
33 
34  bool m_debug;
35 
36 };
37 #endif // INTERFACE_TTUBASICCONFIG_H
std::vector< int > m_vecforce
void preprocess(TTUInput &) override
~TTUBasicConfig() override
Destructor.
std::vector< int > m_vecmask
TTUBasicConfig(const char *)
bool initialise(int, int) override