|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef SiZvertexMaker_xk_H
14 #define SiZvertexMaker_xk_H
23 #include "GaudiKernel/ToolHandle.h"
37 class SiSpacePointsSeedMakerEventData;
75 const std::vector<IdentifierHash>&,
76 const std::vector<IdentifierHash>&)
const override;
78 const std::vector<IdentifierHash>&,
79 const std::vector<IdentifierHash>&,
87 virtual MsgStream&
dump(MsgStream&
out)
const override;
99 {
this,
"SeedMakerTool",
"InDet::SiSpacePointsSeedMaker_ATLxk"};
107 DoubleProperty
m_zmin{
this,
"Zmin", -250.};
108 DoubleProperty
m_zmax{
this,
"Zmax", +250.};
109 DoubleProperty
m_ratio{
this,
"minRatio", 0.25};
116 std::list<Trk::Vertex>
production(
const EventContext& ctx, SiSpacePointsSeedMakerEventData&
data)
const;
121 #endif // SiZvertexMaker_xk_H
char data[hepevt_bytes_allocation_ATLAS]
virtual MsgStream & dump(MsgStream &out) const override
Vertex_v1 Vertex
Define the latest version of the vertex class.
std::list< Trk::Vertex > production(const EventContext &ctx, SiSpacePointsSeedMakerEventData &data) const
virtual ~SiZvertexMaker_xk()=default
MsgStream & dumpConditions(MsgStream &out) const
::StatusCode StatusCode
StatusCode definition for legacy code.
Describes the API of the Region of Ineterest geometry.
virtual std::list< Trk::Vertex > newEvent(const EventContext &ctx, SiSpacePointsSeedMakerEventData &data) const override
Ensure that the ATLAS eigen extensions are properly loaded.
ToolHandle< InDet::ISiSpacePointsSeedMaker > m_seedsgenerator
virtual StatusCode initialize() override
IntegerProperty m_nspoint
virtual StatusCode finalize() override
IntegerProperty m_mincontent
virtual std::list< Trk::Vertex > newRegion(const EventContext &ctx, SiSpacePointsSeedMakerEventData &data, const std::vector< IdentifierHash > &, const std::vector< IdentifierHash > &) const override
IntegerProperty m_histsize
SiZvertexMaker_xk(const std::string &, const std::string &, const IInterface *)