#include <CTPUnpackingEmulationTool.h>
Definition at line 12 of file CTPUnpackingEmulationTool.h.
◆ CTPUnpackingEmulationTool()
CTPUnpackingEmulationTool::CTPUnpackingEmulationTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ decode()
◆ initialize()
StatusCode CTPUnpackingEmulationTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ isEmulated()
virtual bool CTPUnpackingEmulationTool::isEmulated |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ parseInputFile()
StatusCode CTPUnpackingEmulationTool::parseInputFile |
( |
| ) |
|
|
private |
Fill the m_events vector with configuration from an input file.
Definition at line 19 of file CTPUnpackingEmulationTool.cxx.
23 return StatusCode::FAILURE;
28 if (
line[0] ==
'#' ) {
continue;}
29 std::istringstream allChains(
line );
39 if ( not
ids.empty() ) {
46 return StatusCode::SUCCESS;
◆ passBeforePrescaleSelection()
StatusCode CTPUnpackingToolBase::passBeforePrescaleSelection |
( |
const ROIB::RoIBResult * |
, |
|
|
const std::vector< std::string > & |
, |
|
|
bool & |
|
|
) |
| const |
|
overridevirtualinherited |
◆ m_ctpToChain
std::unordered_map<int, HLT::IDVec> CTPUnpackingToolBase::m_ctpToChain |
|
protectedinherited |
◆ m_events
std::vector<HLT::IDVec> CTPUnpackingEmulationTool::m_events |
|
private |
◆ m_forceEnable
Gaudi::Property<bool> CTPUnpackingToolBase::m_forceEnable |
|
protectedinherited |
Initial value:{
this, "ForceEnableAllChains", false, "Enables all chains in each event, testing mode"}
Definition at line 47 of file CTPUnpackingToolBase.h.
◆ m_inputFileName
Gaudi::Property<std::string> CTPUnpackingEmulationTool::m_inputFileName |
|
private |
Initial value:{
this, "InputFilename", "CTPEmulation.dat", "Fake CTP RoIB input filename"}
Definition at line 28 of file CTPUnpackingEmulationTool.h.
◆ m_monTool
◆ s_CTPIDForUnseededChains
constexpr int CTPUnpackingToolBase::s_CTPIDForUnseededChains = -1 |
|
staticconstexprprotectedinherited |
The documentation for this class was generated from the following files: