ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
AsgAnalysisAlgorithms
AsgAnalysisAlgorithms
EventStatusSelectionAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
#ifndef ASG_ANALYSIS_ALGORITHMS__EVENT_STATUS_SELECTION_ALG_H
8
#define ASG_ANALYSIS_ALGORITHMS__EVENT_STATUS_SELECTION_ALG_H
9
10
#include <
AnaAlgorithm/AnaAlgorithm.h
>
11
#include <
EventBookkeeperTools/FilterReporterParams.h
>
12
13
namespace
CP
14
{
16
class
EventStatusSelectionAlg
final :
public
EL::AnaAlgorithm
17
{
18
public
:
19
EventStatusSelectionAlg
(
const
std::string &
name
,
20
ISvcLocator *svcLoc =
nullptr
);
21
22
virtual
StatusCode
initialize
()
final
;
23
virtual
StatusCode
execute
(
const
EventContext& ctx)
final
;
24
virtual
StatusCode
finalize
()
final
;
25
26
private
:
28
FilterReporterParams
m_filterParams
{
this
,
"EventErrorState"
,
"selecting events without any error state set"
};
29
};
30
}
31
32
#endif
AnaAlgorithm.h
FilterReporterParams.h
CP::EventStatusSelectionAlg::m_filterParams
FilterReporterParams m_filterParams
the filter reporter parameters
Definition
EventStatusSelectionAlg.h:28
CP::EventStatusSelectionAlg::EventStatusSelectionAlg
EventStatusSelectionAlg(const std::string &name, ISvcLocator *svcLoc=nullptr)
Definition
EventStatusSelectionAlg.cxx:11
CP::EventStatusSelectionAlg::finalize
virtual StatusCode finalize() final
Definition
EventStatusSelectionAlg.cxx:68
CP::EventStatusSelectionAlg::initialize
virtual StatusCode initialize() final
Definition
EventStatusSelectionAlg.cxx:17
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition
AnaAlgorithm.h:74
EL::AnaAlgorithm::execute
virtual::StatusCode execute()
execute this algorithm
Definition
AnaAlgorithm.cxx:315
FilterReporterParams
a handle for applying algorithm filter decisions
Definition
FilterReporterParams.h:57
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
xAOD::name
name
Definition
TriggerMenuJson_v1.cxx:29
Generated on
for ATLAS Offline Software by
1.17.0