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

#include <SRTPCRecoHit.h>

Public Member Functions

 SRTPCRecoHit ()
 

Public Attributes

float x
 
float y
 
float z
 
float sig
 
float rms
 
unsigned int chan
 

Detailed Description

Definition at line 8 of file SRTPCRecoHit.h.

Constructor & Destructor Documentation

caf::SRTPCRecoHit::SRTPCRecoHit ( )

Definition at line 11 of file SRTPCRecoHit.cxx.

12  : x(kNaN), y(kNaN), z(kNaN), sig(kNaN), rms(kNaN), chan(-1)
13  {
14  }
unsigned int chan
Definition: SRTPCRecoHit.h:16
const float kNaN
Definition: SRTPCRecoHit.cxx:7

Member Data Documentation

unsigned int caf::SRTPCRecoHit::chan

Definition at line 16 of file SRTPCRecoHit.h.

float caf::SRTPCRecoHit::rms

Definition at line 15 of file SRTPCRecoHit.h.

float caf::SRTPCRecoHit::sig

Definition at line 14 of file SRTPCRecoHit.h.

float caf::SRTPCRecoHit::x

Definition at line 13 of file SRTPCRecoHit.h.

float caf::SRTPCRecoHit::y

Definition at line 13 of file SRTPCRecoHit.h.

float caf::SRTPCRecoHit::z

Definition at line 13 of file SRTPCRecoHit.h.


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