All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRTrackDazzle.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRTrackDazzle.h
3 ////////////////////////////////////////////////////////////////////////
4 #ifndef SRTRACKDAZZLE_H
5 #define SRTRACKDAZZLE_H
6 
7 namespace caf {
8 /// Representation of Track MVA PID outputs
9 class SRTrackDazzle {
10  public:
11  SRTrackDazzle();
13 
14  int pdg;
15 
16  float muonScore;
17  float pionScore;
18  float protonScore;
19  float otherScore;
20 
21  float bestScore;
22 
23 };
24 
25 } // end namespace
26 
27 #endif // SRTrackDAZZLE_H
28 //////////////////////////////////////////////////////////////////////////////
29 
Representation of Track MVA PID outputs.
Definition: SRTrackDazzle.h:9