Public Member Functions | Public Attributes | List of all members
caf::SRTrackPID Class Reference

#include <SRTrackPID.h>

Public Member Functions

 SRTrackPID ()
 

Public Attributes

int id
 
float prob
 

Detailed Description

Definition at line 6 of file SRTrackPID.h.

Constructor & Destructor Documentation

caf::SRTrackPID::SRTrackPID ( )

Definition at line 11 of file SRTrackPID.cxx.

11  :
12  id(-1), prob(kNaN)
13  {
14  }
const float kNaN
Definition: SRTrackPID.cxx:7

Member Data Documentation

int caf::SRTrackPID::id

Definition at line 11 of file SRTrackPID.h.

float caf::SRTrackPID::prob

Definition at line 12 of file SRTrackPID.h.


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