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

Matching information between a TPC Track and a CRT Track. More...

#include <SRCRTTrackMatch.h>

Public Member Functions

 SRCRTTrackMatch ()
 
virtual ~SRCRTTrackMatch ()
 

Public Attributes

float time
 Time of the CRT Track [us]. More...
 
float angle
 Relative angle between the TPC track and CRT track [rad]. More...
 

Detailed Description

Matching information between a TPC Track and a CRT Track.

Definition at line 10 of file SRCRTTrackMatch.h.

Constructor & Destructor Documentation

caf::SRCRTTrackMatch::SRCRTTrackMatch ( )

Definition at line 12 of file SRCRTTrackMatch.cxx.

12  :
13  time(std::numeric_limits<float>::signaling_NaN()),
14  angle(std::numeric_limits<float>::signaling_NaN())
15  {}
float angle
Relative angle between the TPC track and CRT track [rad].
float time
Time of the CRT Track [us].
virtual caf::SRCRTTrackMatch::~SRCRTTrackMatch ( )
inlinevirtual

Definition at line 15 of file SRCRTTrackMatch.h.

15 {}

Member Data Documentation

float caf::SRCRTTrackMatch::angle

Relative angle between the TPC track and CRT track [rad].

Definition at line 17 of file SRCRTTrackMatch.h.

float caf::SRCRTTrackMatch::time

Time of the CRT Track [us].

Definition at line 16 of file SRCRTTrackMatch.h.


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