|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef JETMOMENTTOOLS_JETVERTEXFRACTIONTOOL_H
8 #define JETMOMENTTOOLS_JETVERTEXFRACTIONTOOL_H
76 const std::vector<const xAOD::TrackParticle*>&,
82 const std::vector<float>&)
const;
88 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for input jet container"};
89 Gaudi::Property<std::string>
m_assocTracksName{
this,
"AssociatedTracks",
"",
"Name of associated track container"};
90 Gaudi::Property<float>
m_kcorrJVF{
this,
"K_JVFCorrScale", 0.01,
"Value of k for JVFCorr calculation"};
91 Gaudi::Property<float>
m_PUtrkptcut{
this,
"PUTrkPtCut", 30000.,
"Pileup track pt cut (MeV)"};
92 Gaudi::Property<bool>
m_suppressInputDeps{
this,
"SuppressInputDependence",
false,
"Will SumPtTrk be created in the same algorithm that uses this tool?"};
94 ToolHandle<InDet::IInDetTrackSelectionTool>
m_htsel {
this,
"TrackSelector",
"",
"Track selector tool"};
118 std::pair<float,float>
120 const std::vector<const xAOD::TrackParticle*>&,
124 Gaudi::Property<bool>
m_isTrigger{
this,
"IsTrigger",
false,
"Is this in the trigger?"};
125 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.
ElementLink implementation for ROOT usage.
Class describing a Vertex.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.