ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
BeamEffects
src
MatchingBkgVertexPositioner.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef BEAMEFFECTS_MATCHINGBKGVERTEXPOSITIONER_H
6
#define BEAMEFFECTS_MATCHINGBKGVERTEXPOSITIONER_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
HepMC_Interfaces/ILorentzVectorGenerator.h
"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
xAODTracking/VertexContainer.h
"
12
13
// STL includes
14
#include <string>
15
16
namespace
Simulation
{
17
23
24
class
MatchingBkgVertexPositioner
25
:
public
extends<AthAlgTool, ILorentzVectorGenerator> {
26
27
public
:
28
MatchingBkgVertexPositioner
(
const
std::string &t,
const
std::string &n,
29
const
IInterface *p);
30
virtual
~MatchingBkgVertexPositioner
() =
default
;
31
32
StatusCode
initialize
() override final;
33
34
CLHEP
::HepLorentzVector *
generate
(
35
const
EventContext &ctx)
const
override final;
36
37
private
:
38
SG
::ReadHandleKey<
xAOD
::VertexContainer>
m_vertexContainerKey
{
39
this
,
"PrimaryVertexContainerName"
,
"PrimaryVertices"
};
40
};
41
42
}
// namespace Simulation
43
44
#endif
AthAlgTool.h
ILorentzVectorGenerator.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
VertexContainer.h
Simulation::MatchingBkgVertexPositioner::MatchingBkgVertexPositioner
MatchingBkgVertexPositioner(const std::string &t, const std::string &n, const IInterface *p)
Definition
MatchingBkgVertexPositioner.cxx:12
Simulation::MatchingBkgVertexPositioner::m_vertexContainerKey
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainerKey
Definition
MatchingBkgVertexPositioner.h:38
Simulation::MatchingBkgVertexPositioner::initialize
StatusCode initialize() override final
Definition
MatchingBkgVertexPositioner.cxx:17
Simulation::MatchingBkgVertexPositioner::~MatchingBkgVertexPositioner
virtual ~MatchingBkgVertexPositioner()=default
const
CLHEP
STD'S.
Definition
CaloNoiseCompCondAlg.h:58
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
Simulation
Definition
BeamEffectsAlg.cxx:21
generate
Definition
generate.cxx:28
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
private
#define private
Definition
xAODTruthCnvAlg.h:20
Generated on
for ATLAS Offline Software by
1.14.0