|
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Interface for adding a decoration to a jet container.
Property holding a SG store/key/clid from which a ReadHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class to hold N-to-one aassociations between tracks and vertices.
Class describing a Vertex.