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 #ifndef INTERFACE_TTUSECTORORLOGIC_H
2 #define INTERFACE_TTUSECTORORLOGIC_H 1
3 
4 // Include files
7 
8 #include <iostream>
9 #include <vector>
10 
17 class TTUSectorORLogic : public TTULogic {
18 public:
20  TTUSectorORLogic( );
21 
22  virtual ~TTUSectorORLogic( );
23 
24  //... from TTULogic interface:
25 
26  bool process( const TTUInput & );
27 
29 
30  //...
31 
32 protected:
33 
34 private:
35 
36  bool m_debug;
37 
39 
40 };
41 #endif // INTERFACE_TTUSECTORORLOGIC_H
TTUSectorORLogic()
Standard constructor.
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)
virtual ~TTUSectorORLogic()
Destructor.
bool process(const TTUInput &)