Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnanaobj
sbnanaobj
StandardRecord
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
();
12
~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
caf::SRTrackDazzle::~SRTrackDazzle
~SRTrackDazzle()
Definition:
SRTrackDazzle.h:12
caf::SRTrackDazzle::muonScore
float muonScore
Definition:
SRTrackDazzle.h:16
caf::SRTrackDazzle::protonScore
float protonScore
Definition:
SRTrackDazzle.h:18
caf::SRTrackDazzle::pionScore
float pionScore
Definition:
SRTrackDazzle.h:17
caf::SRTrackDazzle
Representation of Track MVA PID outputs.
Definition:
SRTrackDazzle.h:9
caf::SRTrackDazzle::bestScore
float bestScore
Definition:
SRTrackDazzle.h:21
caf::SRTrackDazzle::pdg
int pdg
Definition:
SRTrackDazzle.h:14
caf::SRTrackDazzle::otherScore
float otherScore
Definition:
SRTrackDazzle.h:19
caf::SRTrackDazzle::SRTrackDazzle
SRTrackDazzle()
Definition:
SRTrackDazzle.cxx:8
Generated by
1.8.5