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

#include <SRDigit.h>

Public Member Functions

 SRDigit ()
 

Public Attributes

float x
 
float y
 
float z
 
float t
 
unsigned int adc
 
size_t cellid
 

Detailed Description

Definition at line 8 of file SRDigit.h.

Constructor & Destructor Documentation

caf::SRDigit::SRDigit ( )

Definition at line 11 of file SRDigit.cxx.

12  : x(kNaN), y(kNaN), z(kNaN), t(kNaN), adc(-1), cellid(-1)
13  {
14  }
float y
Definition: SRDigit.h:13
float t
Definition: SRDigit.h:14
float z
Definition: SRDigit.h:13
size_t cellid
Definition: SRDigit.h:16
const float kNaN
Definition: SRDigit.cxx:7
unsigned int adc
Definition: SRDigit.h:15
float x
Definition: SRDigit.h:13

Member Data Documentation

unsigned int caf::SRDigit::adc

Definition at line 15 of file SRDigit.h.

size_t caf::SRDigit::cellid

Definition at line 16 of file SRDigit.h.

float caf::SRDigit::t

Definition at line 14 of file SRDigit.h.

float caf::SRDigit::x

Definition at line 13 of file SRDigit.h.

float caf::SRDigit::y

Definition at line 13 of file SRDigit.h.

float caf::SRDigit::z

Definition at line 13 of file SRDigit.h.


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