CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUTwoORLogic.h
Go to the documentation of this file.
1 #ifndef INTERFACE_TTUTWOORLOGIC_H
2 #define INTERFACE_TTUTWOORLOGIC_H 1
3 
4 // Include files
5 
8 
11 
12 #include <iostream>
13 #include <vector>
14 
22 class TTUTwoORLogic : public TTULogic {
23 public:
25  TTUTwoORLogic( );
26 
27  virtual ~TTUTwoORLogic( );
28 
29  //... from TTULogic interface:
30 
31  bool process( const TTUInput & );
32 
34 
35  //...
36 
37 protected:
38 
39 private:
40 
41  bool m_debug;
42 
44 
46 
47 
48 };
49 #endif // INTERFACE_TTUTWOORLOGIC_H
TTUTwoORLogic()
Standard constructor.
bool process(const TTUInput &)
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)
TTUTrackingAlg * m_ttuLogic
Definition: TTUTwoORLogic.h:43
TTUSectorORLogic * m_rbcLogic
Definition: TTUTwoORLogic.h:45
virtual ~TTUTwoORLogic()
Destructor.