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

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

#include <SRCRTHitMatch.h>

Public Member Functions

 SRCRTHitMatch ()
 
virtual ~SRCRTHitMatch ()
 

Public Attributes

SRCRTHit hit
 The CRT hit. More...
 
float distance
 Distance from the projected TPC track to the CRT hit [cm]. More...
 

Detailed Description

Matching information between a TPC Track and a CRT Hit.

Definition at line 13 of file SRCRTHitMatch.h.

Constructor & Destructor Documentation

caf::SRCRTHitMatch::SRCRTHitMatch ( )

Definition at line 10 of file SRCRTHitMatch.cxx.

10  :
11  distance(std::numeric_limits<float>::signaling_NaN())
12  {}
float distance
Distance from the projected TPC track to the CRT hit [cm].
Definition: SRCRTHitMatch.h:20
virtual caf::SRCRTHitMatch::~SRCRTHitMatch ( )
inlinevirtual

Definition at line 18 of file SRCRTHitMatch.h.

18 {}

Member Data Documentation

float caf::SRCRTHitMatch::distance

Distance from the projected TPC track to the CRT hit [cm].

Definition at line 20 of file SRCRTHitMatch.h.

SRCRTHit caf::SRCRTHitMatch::hit

The CRT hit.

Definition at line 19 of file SRCRTHitMatch.h.


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