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>
#include <vector>

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 90 of file TrackStatHelper.cxx.

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