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