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

Representation of the reco momentum and PID a rb::Track from range. More...

#include <SRTrkRange.h>

Public Member Functions

 SRTrkRange ()
 
virtual ~SRTrkRange ()
 
void setDefault ()
 

Public Attributes

float p_muon
 momentum estimate from trk range (muon hypothesis) More...
 
float p_pion
 momentum estimate from trk range (pion hypothesis) More...
 
float p_proton
 momentum estimate from trk range (proton hypothesis) More...
 

Detailed Description

Representation of the reco momentum and PID a rb::Track from range.

Definition at line 10 of file SRTrkRange.h.

Constructor & Destructor Documentation

caf::SRTrkRange::SRTrkRange ( )

Definition at line 13 of file SRTrkRange.cxx.

13  :
14  p_muon(std::numeric_limits<float>::signaling_NaN()),
15  p_pion(std::numeric_limits<float>::signaling_NaN()),
16  p_proton(std::numeric_limits<float>::signaling_NaN())
17  { }
float p_pion
momentum estimate from trk range (pion hypothesis)
Definition: SRTrkRange.h:18
float p_muon
momentum estimate from trk range (muon hypothesis)
Definition: SRTrkRange.h:17
float p_proton
momentum estimate from trk range (proton hypothesis)
Definition: SRTrkRange.h:19
caf::SRTrkRange::~SRTrkRange ( )
virtual

Definition at line 19 of file SRTrkRange.cxx.

19 { }

Member Function Documentation

void caf::SRTrkRange::setDefault ( )

Definition at line 21 of file SRTrkRange.cxx.

22  {
23  p_muon = -5.0;
24  p_pion = -5.0;
25  p_proton = -5.0;
26  }
float p_pion
momentum estimate from trk range (pion hypothesis)
Definition: SRTrkRange.h:18
float p_muon
momentum estimate from trk range (muon hypothesis)
Definition: SRTrkRange.h:17
float p_proton
momentum estimate from trk range (proton hypothesis)
Definition: SRTrkRange.h:19

Member Data Documentation

float caf::SRTrkRange::p_muon

momentum estimate from trk range (muon hypothesis)

Definition at line 17 of file SRTrkRange.h.

float caf::SRTrkRange::p_pion

momentum estimate from trk range (pion hypothesis)

Definition at line 18 of file SRTrkRange.h.

float caf::SRTrkRange::p_proton

momentum estimate from trk range (proton hypothesis)

Definition at line 19 of file SRTrkRange.h.


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