Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef JETMOMENTTOOLS_JETTRACKMOMENTSTOOL_H
8 #define JETMOMENTTOOLS_JETTRACKMOMENTSTOOL_H
59 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for input jet container"};
60 Gaudi::Property<std::string>
m_assocTracksName{
this,
"AssociatedTracks",
"",
"Name of associated tracks collection"};
61 Gaudi::Property<std::string>
m_suffix{
this,
"MomentSuffix",
"",
"Suffix for track moment decorations"};
62 Gaudi::Property<std::vector<float> >
m_minTrackPt{
this,
"TrackMinPtCuts", {},
"Vector of track pt cuts"};
63 Gaudi::Property<bool>
m_doPFlowMoments{
this,
"DoPFlowMoments",
false,
"Calculate PFlow Object track moments?"};
65 ToolHandle<InDet::IInDetTrackSelectionTool>
m_htsel{
this,
"TrackSelector",
"",
"track selection tool"};
82 const std::vector<TrackMomentStruct>
84 const float minTrackPt,
const std::vector<const xAOD::TrackParticle*>& tracks,
90 const std::vector<const xAOD::TrackParticle*>& tracks,
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.