ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkCore
DerivationFrameworkCore
CommonAugmentation.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DERIVATIONFRAMEWORK_COMMONAUGMENTATION_H
6
#define DERIVATIONFRAMEWORK_COMMONAUGMENTATION_H 1
7
8
#include <string>
9
#include <vector>
10
#include <list>
11
12
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
13
#include "GaudiKernel/ToolHandle.h"
14
#include "GaudiKernel/ServiceHandle.h"
15
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
16
#include "GaudiKernel/IChronoStatSvc.h"
17
18
namespace
DerivationFramework
{
19
21
class
CommonAugmentation
:
public
AthReentrantAlgorithm
{
22
23
public
:
24
CommonAugmentation
(
const
std::string& name, ISvcLocator* pSvcLocator);
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
27
virtual
StatusCode
finalize
()
override
;
28
private
:
29
// Tools etc
30
PublicToolHandleArray<IAugmentationTool>
m_augmentationTools
{
this
,
"AugmentationTools"
, {} };
31
ServiceHandle<IChronoStatSvc>
m_chronoSvc
{
this
,
"ChronoStatSvc"
,
"ChronoStatSvc"
};
32
33
};
34
35
}
// end of namespace
36
#endif
AthReentrantAlgorithm.h
IAugmentationTool.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DerivationFramework::CommonAugmentation::finalize
virtual StatusCode finalize() override
Definition
CommonAugmentation.cxx:77
DerivationFramework::CommonAugmentation::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
CommonAugmentation.cxx:55
DerivationFramework::CommonAugmentation::m_chronoSvc
ServiceHandle< IChronoStatSvc > m_chronoSvc
Definition
CommonAugmentation.h:31
DerivationFramework::CommonAugmentation::CommonAugmentation
CommonAugmentation(const std::string &name, ISvcLocator *pSvcLocator)
Definition
CommonAugmentation.cxx:30
DerivationFramework::CommonAugmentation::initialize
virtual StatusCode initialize() override
Definition
CommonAugmentation.cxx:37
DerivationFramework::CommonAugmentation::m_augmentationTools
PublicToolHandleArray< IAugmentationTool > m_augmentationTools
Definition
CommonAugmentation.h:30
ServiceHandle
Definition
ClusterMakerTool.h:36
DerivationFramework
THE reconstruction tool.
Definition
CascadeTools.h:16
Generated on
for ATLAS Offline Software by
1.17.0