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 
20 
21  ~TTUBasicConfig() override;
22 
23  bool initialise(int, int) override;
24 
25  void preprocess(TTUInput&) override;
26 
27 protected:
28 private:
29  std::vector<int> m_vecmask;
30  std::vector<int> m_vecforce;
31 
32  bool m_debug;
33 };
34 #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