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 // $Id: TTUPointingLogic.cc,v 1.1 2009/08/09 11:11:37 aosorio Exp $
2 // Include files
3 
4 
5 
6 // local
8 
9 //-----------------------------------------------------------------------------
10 // Implementation file for class : TTUPointingLogic
11 //
12 // 2009-07-29 : Andres Felipe Osorio Oliveros
13 //-----------------------------------------------------------------------------
14 
15 //=============================================================================
16 // Standard constructor, initializes variables
17 //=============================================================================
19 
20  m_triggersignal = false;
21 
22  m_debug = false;
23 
24 
25 }
26 //=============================================================================
27 // Destructor
28 //=============================================================================
30 
31 }
32 
33 //=============================================================================
35 {
36 
37  m_wedgeLogic->setBoardSpecs( boardspecs );
38 
39 }
40 
41 bool TTUPointingLogic::process( const TTUInput & inmap )
42 {
43 
44  if( m_debug) std::cout << "TTUPointingLogic::process starts" << std::endl;
45 
46  m_triggersignal = false;
47 
48  //m_ttuLogic->process( inmap );
49 
50  if( m_debug ) std::cout << "TTUPointingLogic>process ends" << std::endl;
51 
52  return true;
53 
54 }
55 
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:35
tuple cout
Definition: gather_cfg.py:121