CMS 3D CMS Logo

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  ~TTUTwoORLogic( ) override;
28 
29  //... from TTULogic interface:
30 
31  bool process( const TTUInput & ) override;
32 
33  void setBoardSpecs( const TTUBoardSpecs::TTUBoardConfig & ) override;
34 
35  //...
36 
37 protected:
38 
39 private:
40 
41  bool m_debug;
42 
44 
46 
47 
48 };
49 #endif // INTERFACE_TTUTWOORLOGIC_H
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override
TTUTwoORLogic()
Standard constructor.
bool process(const TTUInput &) override
TTUTrackingAlg * m_ttuLogic
Definition: TTUTwoORLogic.h:43
TTUSectorORLogic * m_rbcLogic
Definition: TTUTwoORLogic.h:45
~TTUTwoORLogic() override
Destructor.