7#ifndef JETMOMENTTOOLS_JETTRACKSUMMOMENTSTOOL_H
8#define JETMOMENTTOOLS_JETTRACKSUMMOMENTSTOOL_H
59 std::pair<float,float>
61 const std::vector<const xAOD::TrackParticle*>&,
69 Gaudi::Property<std::string>
m_assocTracksName{
this,
"AssociatedTracks",
"",
"SG key for associated tracks container"};
70 Gaudi::Property<bool>
m_requireTrackPV{
this,
"RequireTrackPV",
true,
"Require track to be from the primary vertex?"};
71 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for the input jet container"};
72 ToolHandle<InDet::IInDetTrackSelectionTool>
m_htsel{
this,
"TrackSelector",
"",
"Track selector"};
73 Gaudi::Property<bool>
m_useOriginVertex = {
this,
"UseOriginVertex",
false,
"use origin vertex for each jet"};
Interface for adding a decoration to a jet container.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Class to hold N-to-one aassociations between tracks and vertices.
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".
Vertex_v1 Vertex
Define the latest version of the vertex class.
JetContainer_v1 JetContainer
Definition of the current "jet container version".