ATLAS Offline Software
Loading...
Searching...
No Matches
TrackStatHelper.cxx File Reference
#include "InDetRecStatistics/TrackStatHelper.h"
#include "AtlasDetDescr/AtlasDetectorID.h"
#include "AtlasHepMC/GenVertex.h"
#include "AtlasHepMC/GenEvent.h"
#include "CLHEP/Geometry/Point3D.h"
#include "InDetIdentifier/PixelID.h"
#include "InDetIdentifier/SCT_ID.h"
#include "TrkCompetingRIOsOnTrack/CompetingRIOsOnTrack.h"
#include "TrkParameters/TrackParameters.h"
#include "TrkRIO_OnTrack/RIO_OnTrack.h"
#include "TrkToolInterfaces/ITrackSummaryTool.h"
#include "TrkTrack/Track.h"
#include "TrkTruthData/TrackTruth.h"
#include "TrkTruthData/TrackTruthCollection.h"
#include <cstring>
#include <iomanip>
#include <sstream>
#include <utility>

Go to the source code of this file.

Classes

class  Trk::RoT_Extractor
 Small utility to cast MeasurementBase (either in a vector or single) into RIO_OnTrack. More...

Namespaces

namespace  Trk
 Ensure that the ATLAS eigen extensions are properly loaded.

Variables

static const std::string track_types_string [InDet::N_TRACKTYPES]

Variable Documentation

◆ track_types_string

const std::string track_types_string[InDet::N_TRACKTYPES]
static
Initial value:
= {"all",
"primary",
"secondary",
"truncated",
"lowPb1",
"lowPb2",
"noLink",
"matched",
"matchedPrimary",
"matchedSecondary",
"multipleMatches"
}

Definition at line 89 of file TrackStatHelper.cxx.

89 {"all",
90 "primary",
91 "secondary",
92 "truncated",
93 "lowPb1",
94 "lowPb2",
95 "noLink",
96 "matched",
97 "matchedPrimary",
98 "matchedSecondary",
99 "multipleMatches"
100 };//LT added 06.21