CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUSectorORLogic.h
Go to the documentation of this file.
1 // $Id: TTUSectorORLogic.h,v 1.2 2009/08/09 11:11:36 aosorio Exp $
2 #ifndef INTERFACE_TTUSECTORORLOGIC_H
3 #define INTERFACE_TTUSECTORORLOGIC_H 1
4 
5 // Include files
8 
9 #include <iostream>
10 #include <vector>
11 
18 class TTUSectorORLogic : public TTULogic {
19 public:
21  TTUSectorORLogic( );
22 
23  virtual ~TTUSectorORLogic( );
24 
25  //... from TTULogic interface:
26 
27  bool process( const TTUInput & );
28 
30 
31  //...
32 
33 protected:
34 
35 private:
36 
37  bool m_debug;
38 
40 
41 };
42 #endif // INTERFACE_TTUSECTORORLOGIC_H
TTUSectorORLogic()
Standard constructor.
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)
virtual ~TTUSectorORLogic()
Destructor.
bool process(const TTUInput &)