CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TTUPointingLogic.cc
Go to the documentation of this file.
1 // Include files
2 
3 // local
5 
6 //-----------------------------------------------------------------------------
7 // Implementation file for class : TTUPointingLogic
8 //
9 // 2009-07-29 : Andres Felipe Osorio Oliveros
10 //-----------------------------------------------------------------------------
11 
12 //=============================================================================
13 // Standard constructor, initializes variables
14 //=============================================================================
16  m_triggersignal = false;
17 
18  m_debug = false;
19 }
20 //=============================================================================
21 // Destructor
22 //=============================================================================
24 
25 //=============================================================================
27  m_wedgeLogic->setBoardSpecs(boardspecs);
28 }
29 
30 bool TTUPointingLogic::process(const TTUInput& inmap) {
31  if (m_debug)
32  std::cout << "TTUPointingLogic::process starts" << std::endl;
33 
34  m_triggersignal = false;
35 
36  //m_ttuLogic->process( inmap );
37 
38  if (m_debug)
39  std::cout << "TTUPointingLogic>process ends" << std::endl;
40 
41  return true;
42 }
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override
TTUWedgeORLogic * m_wedgeLogic
TTUPointingLogic()
Standard constructor.
bool m_triggersignal
Definition: TTULogic.h:30
tuple cout
Definition: gather_cfg.py:144
bool process(const TTUInput &) override
~TTUPointingLogic() override
Destructor.