CMS 3D CMS Logo

TTUPointingLogic.h
Go to the documentation of this file.
1 #ifndef TTUPOINTINGLOGIC_H
2 #define TTUPOINTINGLOGIC_H 1
3 
4 // Include files
7 
9 
10 #include <iostream>
11 #include <vector>
12 
20 class TTUPointingLogic : public TTULogic {
21 public:
23  TTUPointingLogic( );
24 
25  ~TTUPointingLogic( ) override;
26 
27  //... from TTULogic interface:
28 
29  bool process( const TTUInput & ) override;
30 
31  void setBoardSpecs( const TTUBoardSpecs::TTUBoardConfig & ) override;
32 
33  //...
34 
35 protected:
36 
37 private:
38 
39  bool m_debug;
40 
42 
43 
44 };
45 #endif // TTUPOINTINGLOGIC_H
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override
TTUWedgeORLogic * m_wedgeLogic
TTUPointingLogic()
Standard constructor.
bool process(const TTUInput &) override
~TTUPointingLogic() override
Destructor.