5#ifndef InDetTrackSelectorTool_InDetCosmicTrackSelectorTool_H
6#define InDetTrackSelectorTool_InDetCosmicTrackSelectorTool_H
9#include "GaudiKernel/ToolHandle.h"
10#include "GaudiKernel/ServiceHandle.h"
54 DoubleProperty
m_maxZ0{
this,
"maxZ0", 150.,
"Maximum z0 of tracks"};
55 DoubleProperty
m_maxD0{
this,
"maxD0", 2.5,
"Maximum d0 of tracks"};
56 DoubleProperty
m_minPt{
this,
"minPt", 0.,
"Minimum pT of tracks"};
58 {
this,
"numberOfPixelHits", 0,
"Minimum number of Pixel hits"};
60 {
this,
"numberOfSCTHits", 0,
"Minimum number of SCT hits"};
62 {
this,
"numberOfTRTHits", 15,
"Minimum number of TRT hits"};
64 {
this,
"numberOfSiliconHits", 8,
"Minimum number of Silicon hits"};
68 ToolHandle<Trk::ITrackSummaryTool>
m_trackSumTool{
this,
"TrackSummaryTool",
""};
#define ATH_MSG_WARNING(x)
This class is a simplest representation of a vertex candidate.
Ensure that the ATLAS eigen extensions are properly loaded.
ParticleHypothesis
Enumeration for Particle hypothesis respecting the interaction with material.
ParametersBase< TrackParametersDim, Charged > TrackParameters
TrackParticle_v1 TrackParticle
Reference the current persistent version:
Vertex_v1 Vertex
Define the latest version of the vertex class.