![]() |
|
|||
File indexing completed on 2024-04-06 12:21:39
0001 // Include files 0002 0003 // local 0004 #include "L1Trigger/RPCTechnicalTrigger/interface/TTUPointingLogic.h" 0005 0006 //----------------------------------------------------------------------------- 0007 // Implementation file for class : TTUPointingLogic 0008 // 0009 // 2009-07-29 : Andres Felipe Osorio Oliveros 0010 //----------------------------------------------------------------------------- 0011 0012 //============================================================================= 0013 // Standard constructor, initializes variables 0014 //============================================================================= 0015 TTUPointingLogic::TTUPointingLogic() { 0016 m_triggersignal = false; 0017 0018 m_debug = false; 0019 } 0020 //============================================================================= 0021 // Destructor 0022 //============================================================================= 0023 TTUPointingLogic::~TTUPointingLogic() {} 0024 0025 //============================================================================= 0026 void TTUPointingLogic::setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig& boardspecs) { 0027 m_wedgeLogic->setBoardSpecs(boardspecs); 0028 } 0029 0030 bool TTUPointingLogic::process(const TTUInput& inmap) { 0031 if (m_debug) 0032 std::cout << "TTUPointingLogic::process starts" << std::endl; 0033 0034 m_triggersignal = false; 0035 0036 //m_ttuLogic->process( inmap ); 0037 0038 if (m_debug) 0039 std::cout << "TTUPointingLogic>process ends" << std::endl; 0040 0041 return true; 0042 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |