ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
L1Topo
L1TopoSimulation
src
JetInputProvider.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef L1TopoSimulation_JetInputProvider
6
#define L1TopoSimulation_JetInputProvider
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
AthenaMonitoringKernel/Monitored.h
"
10
#include "
L1TopoSimulation/IInputTOBConverter.h
"
11
#include "GaudiKernel/LockedHandle.h"
12
#include "
TrigT1CaloEvent/JetCMXTopoDataCollection.h
"
13
14
namespace
LVL1
{
15
16
class
JetInputProvider
:
public
extends<AthAlgTool, IInputTOBConverter> {
17
public
:
18
JetInputProvider
(
const
std::string&
type
,
const
std::string&
name
,
19
const
IInterface* parent);
20
21
virtual
~JetInputProvider
();
22
23
virtual
StatusCode
initialize
();
24
25
virtual
StatusCode
fillTopoInputEvent
(
TCS::TopoInputEvent
& )
const
;
26
27
private
:
28
29
ToolHandle<GenericMonitoringTool>
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool to create online histograms"
};
30
31
SG::ReadHandleKey< DataVector<JetCMXTopoData>
>
m_jetLocation
;
32
33
};
34
}
35
36
#endif
AthAlgTool.h
IInputTOBConverter.h
JetCMXTopoDataCollection.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
LVL1::JetInputProvider::JetInputProvider
JetInputProvider(const std::string &type, const std::string &name, const IInterface *parent)
Definition
JetInputProvider.cxx:15
LVL1::JetInputProvider::~JetInputProvider
virtual ~JetInputProvider()
Definition
JetInputProvider.cxx:24
LVL1::JetInputProvider::m_jetLocation
SG::ReadHandleKey< DataVector< JetCMXTopoData > > m_jetLocation
Jet ROIs SG key.
Definition
JetInputProvider.h:31
LVL1::JetInputProvider::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
JetInputProvider.h:29
LVL1::JetInputProvider::initialize
virtual StatusCode initialize()
Definition
JetInputProvider.cxx:28
LVL1::JetInputProvider::fillTopoInputEvent
virtual StatusCode fillTopoInputEvent(TCS::TopoInputEvent &) const
Definition
JetInputProvider.cxx:38
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TCS::TopoInputEvent
Definition
TopoInputEvent.h:42
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition
IZdcDataAccess.h:13
type
TrigConf::name
Definition
HLTChainList.h:35
Generated on
for ATLAS Offline Software by
1.17.0