CMS 3D CMS Logo

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