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