ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetMonitoring
JetMonitoring
JetHistoSelectSort.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef JETMONITORING_JETHISTOSELECTOR_H
8
#define JETMONITORING_JETHISTOSELECTOR_H
9
10
#include "
AthenaBaseComps/AthAlgTool.h
"
11
12
#include "
JetInterface/IJetSelector.h
"
13
#include "
JetInterface/IJetEventSelector.h
"
14
15
#include "
JetMonitoring/IJetHistoFiller.h
"
16
#include "
JetMonitoring/JetHistoVarTool.h
"
17
18
19
20
class
JetHistoSelectSort
:
public
AthAlgTool
,
virtual
public
IJetHistoFiller
{
21
public
:
22
JetHistoSelectSort
(
const
std::string&
type
,
const
std::string & name ,
const
IInterface* parent);
23
virtual
~JetHistoSelectSort
(){}
24
25
virtual
StatusCode
initialize
() ;
26
virtual
StatusCode
processJetContainer
(
const
JetMonitoringAlg
& parentAlg,
const
xAOD::JetContainer
& jets,
const
EventContext& ctx)
const
;
27
28
29
private
:
30
31
32
ToolHandleArray<IJetHistoFiller>
m_jetFillerTools
;
33
34
ToolHandle<IJetSelector>
m_selectTool
;
35
ToolHandle<IJetEventSelector>
m_eventSelTool
;
36
Gaudi::Property<bool>
m_inverseJetSel
{
this
,
"InverseJetSel"
,
false
};
37
Gaudi::Property<int>
m_selIndex
{
this
,
"SelectedIndex"
, -1};
38
ToolHandle<IJetHistoVarTool>
m_sortVar
;
39
40
41
};
42
#endif
AthAlgTool.h
IJetEventSelector.h
IJetHistoFiller.h
IJetSelector.h
JetHistoVarTool.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
IJetHistoFiller
Interface for tools in charge of filling 1 histo (or several closely related ones).
Definition
IJetHistoFiller.h:24
JetHistoSelectSort::m_inverseJetSel
Gaudi::Property< bool > m_inverseJetSel
Definition
JetHistoSelectSort.h:36
JetHistoSelectSort::initialize
virtual StatusCode initialize()
Definition
JetHistoSelectSort.cxx:24
JetHistoSelectSort::m_eventSelTool
ToolHandle< IJetEventSelector > m_eventSelTool
Definition
JetHistoSelectSort.h:35
JetHistoSelectSort::m_selectTool
ToolHandle< IJetSelector > m_selectTool
Definition
JetHistoSelectSort.h:34
JetHistoSelectSort::m_selIndex
Gaudi::Property< int > m_selIndex
Definition
JetHistoSelectSort.h:37
JetHistoSelectSort::m_sortVar
ToolHandle< IJetHistoVarTool > m_sortVar
Definition
JetHistoSelectSort.h:38
JetHistoSelectSort::JetHistoSelectSort
JetHistoSelectSort(const std::string &type, const std::string &name, const IInterface *parent)
Definition
JetHistoSelectSort.cxx:7
JetHistoSelectSort::~JetHistoSelectSort
virtual ~JetHistoSelectSort()
Definition
JetHistoSelectSort.h:23
JetHistoSelectSort::m_jetFillerTools
ToolHandleArray< IJetHistoFiller > m_jetFillerTools
Definition
JetHistoSelectSort.h:32
JetHistoSelectSort::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Definition
JetHistoSelectSort.cxx:57
JetMonitoringAlg
A monitoring algorithm in charge of filling histogram for a JetContainer.
Definition
JetMonitoringAlg.h:26
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition
JetContainer.h:17
type
Generated on
for ATLAS Offline Software by
1.17.0