Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRDigit.h
Go to the documentation of this file.
1
#ifndef CAFSRDIGIT_H
2
#define CAFSRDIGIT_H
3
4
#include <cstddef>
5
6
namespace
caf
7
{
8
class
SRDigit
9
{
10
public
:
11
SRDigit
();
12
13
float
x
,
y
,
z
;
14
float
t
;
15
unsigned
int
adc
;
16
size_t
cellid
;
17
};
18
}
19
20
#endif
caf::SRDigit::SRDigit
SRDigit()
Definition:
SRDigit.cxx:11
caf::SRDigit::y
float y
Definition:
SRDigit.h:13
caf::SRDigit::t
float t
Definition:
SRDigit.h:14
caf::SRDigit::z
float z
Definition:
SRDigit.h:13
caf::SRDigit
Definition:
SRDigit.h:8
caf::SRDigit::cellid
size_t cellid
Definition:
SRDigit.h:16
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRDigit::adc
unsigned int adc
Definition:
SRDigit.h:15
caf::SRDigit::x
float x
Definition:
SRDigit.h:13
Generated by
1.8.11