ATLAS Offline Software
Loading...
Searching...
No Matches
TruthClassificationDefs.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// TruthClassificationDefs.h, (c) ATLAS Detector software
8
9#ifndef TRKVALEVENT_TRUTHCLASSIFICATIONDEFS_H
10#define TRKVALEVENT_TRUTHCLASSIFICATIONDEFS_H
11
12namespace Trk {
14
17
21
30
38
48
54 {
56
57 names.push_back("outofclassification");
58 names.push_back("primary");
59 names.push_back("secondary");
60 names.push_back("truncated");
61 }
62
64 std::vector<std::string> names;
65
66 };
67
73 {
75
76 names.push_back("outofclassification");
77 names.push_back("prompt");
78 names.push_back("heavyflavourdecay");
79 }
80
82 std::vector<std::string> names;
83
84 };
85
91 {
93
94 names.push_back("outofclassification");
95 names.push_back("noTauAtAll");
96 names.push_back("tau1p");
97 names.push_back("tau3p");
98 names.push_back("tauKaon");
99 }
100
102 std::vector<std::string> names;
103
104 };
105
106
107 }
108}
109#endif
HeavyFlavourClassifiers
classification for type of ID track according to heavy flavour content
@ OutsideClassification
providing some well-defined error condition
PrimaryClassifiers
classification for type of ID track according to appearance in detector
Ensure that the ATLAS eigen extensions are properly loaded.