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

#include <SRTPCCluster.h>

Public Member Functions

 SRTPCCluster ()
 

Public Attributes

float x
 
float y
 
float z
 
float sig
 
float rms
 
size_t trkid
 
SRCovMx cov
 

Detailed Description

Definition at line 10 of file SRTPCCluster.h.

Constructor & Destructor Documentation

caf::SRTPCCluster::SRTPCCluster ( )

Definition at line 11 of file SRTPCCluster.cxx.

12  : x(kNaN), y(kNaN), z(kNaN), sig(kNaN), rms(kNaN), trkid(-1)
13  {
14  }
const float kNaN
Definition: SRTPCCluster.cxx:7

Member Data Documentation

SRCovMx caf::SRTPCCluster::cov

Definition at line 19 of file SRTPCCluster.h.

float caf::SRTPCCluster::rms

Definition at line 17 of file SRTPCCluster.h.

float caf::SRTPCCluster::sig

Definition at line 16 of file SRTPCCluster.h.

size_t caf::SRTPCCluster::trkid

Definition at line 18 of file SRTPCCluster.h.

float caf::SRTPCCluster::x

Definition at line 15 of file SRTPCCluster.h.

float caf::SRTPCCluster::y

Definition at line 15 of file SRTPCCluster.h.

float caf::SRTPCCluster::z

Definition at line 15 of file SRTPCCluster.h.


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