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

#include <SRSimHit.h>

Public Member Functions

 SRSimHit ()
 

Public Attributes

float x
 
float y
 
float z
 
float t
 
float E
 
int trkid
 
size_t cellid
 

Detailed Description

Definition at line 8 of file SRSimHit.h.

Constructor & Destructor Documentation

caf::SRSimHit::SRSimHit ( )

Definition at line 11 of file SRSimHit.cxx.

11  :
12  x(kNaN), y(kNaN), z(kNaN), t(kNaN), E(kNaN), trkid(-1), cellid(-1)
13  {
14  }
const float kNaN
Definition: SRSimHit.cxx:7
size_t cellid
Definition: SRSimHit.h:17

Member Data Documentation

size_t caf::SRSimHit::cellid

Definition at line 17 of file SRSimHit.h.

float caf::SRSimHit::E

Definition at line 15 of file SRSimHit.h.

float caf::SRSimHit::t

Definition at line 14 of file SRSimHit.h.

int caf::SRSimHit::trkid

Definition at line 16 of file SRSimHit.h.

float caf::SRSimHit::x

Definition at line 13 of file SRSimHit.h.

float caf::SRSimHit::y

Definition at line 13 of file SRSimHit.h.

float caf::SRSimHit::z

Definition at line 13 of file SRSimHit.h.


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