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 // $Id: TTUTwoORLogic.h,v 1.1 2009/06/17 15:27:24 aosorio Exp $
2 #ifndef INTERFACE_TTUTWOORLOGIC_H
3 #define INTERFACE_TTUTWOORLOGIC_H 1
4 
5 // Include files
6 
9 
12 
13 #include <iostream>
14 #include <vector>
15 
23 class TTUTwoORLogic : public TTULogic {
24 public:
26  TTUTwoORLogic( );
27 
28  virtual ~TTUTwoORLogic( );
29 
30  //... from TTULogic interface:
31 
32  bool process( const TTUInput & );
33 
35 
36  //...
37 
38 protected:
39 
40 private:
41 
42  bool m_debug;
43 
45 
47 
48 
49 };
50 #endif // INTERFACE_TTUTWOORLOGIC_H
TTUTwoORLogic()
Standard constructor.
bool process(const TTUInput &)
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)
TTUTrackingAlg * m_ttuLogic
Definition: TTUTwoORLogic.h:44
TTUSectorORLogic * m_rbcLogic
Definition: TTUTwoORLogic.h:46
virtual ~TTUTwoORLogic()
Destructor.