CMS 3D CMS Logo

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:
21 
22  ~TTUSectorORLogic() override;
23 
24  //... from TTULogic interface:
25 
26  bool process(const TTUInput&) override;
27 
28  void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig&) override;
29 
30  //...
31 
32 protected:
33 private:
34  bool m_debug;
35 
37 };
38 #endif // INTERFACE_TTUSECTORORLOGIC_H
TTUSectorORLogic()
Standard constructor.
bool process(const TTUInput &) override
~TTUSectorORLogic() override
Destructor.
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override