ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
L1Topo
L1TopoSimulation
L1TopoSimulation
IInputTOBConverter.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef L1TopoSimulation_IInputTOBConverter
6
#define L1TopoSimulation_IInputTOBConverter
7
8
//#include "AthenaBaseComps/AthAlgTool.h"
9
#include "GaudiKernel/IAlgTool.h"
10
11
namespace
TCS
{
12
class
TopoInputEvent
;
13
}
14
15
namespace
LVL1
{
16
22
class
IInputTOBConverter
:
virtual
public
extend_interfaces<IAlgTool> {
23
public
:
24
DeclareInterfaceID
(
IInputTOBConverter
, 0, 1);
25
29
virtual
StatusCode
fillTopoInputEvent
(
TCS::TopoInputEvent
& inputEvent)
const
= 0;
30
};
31
32
}
33
34
35
#endif
LVL1::IInputTOBConverter
Interface for tools to convert any input to TOBs for topo steering.
Definition
IInputTOBConverter.h:22
LVL1::IInputTOBConverter::fillTopoInputEvent
virtual StatusCode fillTopoInputEvent(TCS::TopoInputEvent &inputEvent) const =0
partially fills inputEvent from information in SG
LVL1::IInputTOBConverter::DeclareInterfaceID
DeclareInterfaceID(IInputTOBConverter, 0, 1)
TCS::TopoInputEvent
Definition
TopoInputEvent.h:42
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition
ICMMCPHitsCnvTool.h:18
TCS
Definition
AnomalyDetectionBDT.h:16
Generated on
for ATLAS Offline Software by
1.14.0