All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRTrackDazzle Class Reference

Representation of Track MVA PID outputs. More...

#include <SRTrackDazzle.h>

Public Member Functions

 SRTrackDazzle ()
 
 ~SRTrackDazzle ()
 

Public Attributes

int pdg
 
float muonScore
 
float pionScore
 
float protonScore
 
float otherScore
 
float bestScore
 

Detailed Description

Representation of Track MVA PID outputs.

Definition at line 9 of file SRTrackDazzle.h.

Constructor & Destructor Documentation

caf::SRTrackDazzle::SRTrackDazzle ( )

Definition at line 8 of file SRTrackDazzle.cxx.

9  : pdg(-5)
10  , muonScore(-5.f)
11  , pionScore(-5.f)
12  , protonScore(-5.f)
13  , otherScore(-5.f)
14  , bestScore(-5.f)
15 {
16 }
caf::SRTrackDazzle::~SRTrackDazzle ( )
inline

Definition at line 12 of file SRTrackDazzle.h.

12 {}

Member Data Documentation

float caf::SRTrackDazzle::bestScore

Definition at line 21 of file SRTrackDazzle.h.

float caf::SRTrackDazzle::muonScore

Definition at line 16 of file SRTrackDazzle.h.

float caf::SRTrackDazzle::otherScore

Definition at line 19 of file SRTrackDazzle.h.

int caf::SRTrackDazzle::pdg

Definition at line 14 of file SRTrackDazzle.h.

float caf::SRTrackDazzle::pionScore

Definition at line 17 of file SRTrackDazzle.h.

float caf::SRTrackDazzle::protonScore

Definition at line 18 of file SRTrackDazzle.h.


The documentation for this class was generated from the following files: