CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~TTUPointingLogic( );
26 
27  //... from TTULogic interface:
28 
29  bool process( const TTUInput & );
30 
32 
33  //...
34 
35 protected:
36 
37 private:
38 
39  bool m_debug;
40 
42 
43 
44 };
45 #endif // TTUPOINTINGLOGIC_H
virtual ~TTUPointingLogic()
Destructor.
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)
bool process(const TTUInput &)
TTUWedgeORLogic * m_wedgeLogic
TTUPointingLogic()
Standard constructor.