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 // $Id: TTUPointingLogic.h,v 1.1 2009/08/09 11:11:36 aosorio Exp $
2 #ifndef TTUPOINTINGLOGIC_H
3 #define TTUPOINTINGLOGIC_H 1
4 
5 // Include files
8 
10 
11 #include <iostream>
12 #include <vector>
13 
21 class TTUPointingLogic : public TTULogic {
22 public:
24  TTUPointingLogic( );
25 
26  virtual ~TTUPointingLogic( );
27 
28  //... from TTULogic interface:
29 
30  bool process( const TTUInput & );
31 
33 
34  //...
35 
36 protected:
37 
38 private:
39 
40  bool m_debug;
41 
43 
44 
45 };
46 #endif // TTUPOINTINGLOGIC_H
virtual ~TTUPointingLogic()
Destructor.
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)
bool process(const TTUInput &)
TTUWedgeORLogic * m_wedgeLogic
TTUPointingLogic()
Standard constructor.