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

#include <SRVertex.h>

Public Member Functions

 SRVertex ()
 

Public Attributes

size_t id
 
float x
 
float y
 
float z
 
size_t t
 
int ntrks
 
int Q
 

Detailed Description

Definition at line 8 of file SRVertex.h.

Constructor & Destructor Documentation

caf::SRVertex::SRVertex ( )

Definition at line 11 of file SRVertex.cxx.

12  : id(-1), x(kNaN), y(kNaN), z(kNaN), t(-1), ntrks(0), Q(0)
13  {
14  }
size_t id
Definition: SRVertex.h:14
const float kNaN
Definition: SRVertex.cxx:7
size_t t
Definition: SRVertex.h:16

Member Data Documentation

size_t caf::SRVertex::id

Definition at line 14 of file SRVertex.h.

int caf::SRVertex::ntrks

Definition at line 17 of file SRVertex.h.

int caf::SRVertex::Q

Definition at line 18 of file SRVertex.h.

size_t caf::SRVertex::t

Definition at line 16 of file SRVertex.h.

float caf::SRVertex::x

Definition at line 15 of file SRVertex.h.

float caf::SRVertex::y

Definition at line 15 of file SRVertex.h.

float caf::SRVertex::z

Definition at line 15 of file SRVertex.h.


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