CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUSectorORLogic.cc
Go to the documentation of this file.
1 // $Id: TTUSectorORLogic.cc,v 1.2 2009/08/09 11:11:37 aosorio Exp $
2 // Include files
3 
4 
5 
6 // local
8 
9 //-----------------------------------------------------------------------------
10 // Implementation file for class : TTUSectorORLogic
11 //
12 // 2009-06-10 : Andres Felipe Osorio Oliveros
13 //-----------------------------------------------------------------------------
14 
15 //=============================================================================
16 // Standard constructor, initializes variables
17 //=============================================================================
19 
20  m_triggersignal = false;
21 
22  m_maxsectors = 12;
23 
24  m_debug = false;
25 
26 }
27 //=============================================================================
28 // Destructor
29 //=============================================================================
31 
32 //=============================================================================
34 {
35 
36 
37 }
38 
39 bool TTUSectorORLogic::process( const TTUInput & inmap )
40 {
41 
42  if( m_debug) std::cout << "TTUSectorORLogic::process starts" << std::endl;
43 
44  m_triggersignal = false;
45 
46  for(int i=0; i < m_maxsectors; ++i)
48 
49  if( m_debug )
50  std::cout << "TTUSectorORLogic " << m_triggersignal << std::endl;
51 
52  if( m_debug ) std::cout << "TTUSectorORLogic>process ends" << std::endl;
53 
54  return true;
55 
56 }
57 
TTUSectorORLogic()
Standard constructor.
int i
Definition: DBlmapReader.cc:9
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)
std::bitset< 12 > m_rbcDecision
Definition: TTUInput.h:60
virtual ~TTUSectorORLogic()
Destructor.
bool process(const TTUInput &)
bool m_triggersignal
Definition: TTULogic.h:35
tuple cout
Definition: gather_cfg.py:121