Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRParticle.h
Go to the documentation of this file.
1
#ifndef CAFSRPARTICLE_H
2
#define CAFSRPARTICLE_H
3
4
#include "StandardRecord/SRVector3D.h"
5
#include "
StandardRecord/SRParticleTrajectoryPoint.h
"
6
7
#include <string>
8
#include <vector>
9
10
namespace
caf
11
{
12
class
SRParticle
13
{
14
public
:
15
SRParticle
();
16
17
int
trkid
;
18
int
pdg
;
19
int
momidx
;
20
int
momtrkid
;
21
int
mompdg
;
22
SRVector3D
start
;
23
float
time
;
24
SRVector3D
startp
;
25
SRVector3D
end
;
26
SRVector3D
endp
;
27
std::string
proc
;
28
std::string
endproc
;
29
int
vtxidx
;
30
31
unsigned
int
ntraj
;
32
std::vector<SRParticleTrajectoryPoint>
traj
;
33
};
34
}
35
36
#endif
caf::SRParticle
Definition:
SRParticle.h:12
caf::SRVector3D
A 3-vector with more efficient storage than TVector3.
Definition:
SRVector3D.h:25
caf::SRParticle::trkid
int trkid
Definition:
SRParticle.h:17
caf::SRParticle::time
float time
Definition:
SRParticle.h:23
caf::SRParticle::ntraj
unsigned int ntraj
Definition:
SRParticle.h:31
string
std::string string
Definition:
nybbler.cc:12
caf::SRParticle::vtxidx
int vtxidx
Definition:
SRParticle.h:29
caf::SRParticle::proc
std::string proc
Definition:
SRParticle.h:27
caf::SRParticle::start
SRVector3D start
Definition:
SRParticle.h:22
caf::SRParticle::end
SRVector3D end
Definition:
SRParticle.h:25
caf::SRParticle::traj
std::vector< SRParticleTrajectoryPoint > traj
Definition:
SRParticle.h:32
caf::SRParticle::momidx
int momidx
Definition:
SRParticle.h:19
SRParticleTrajectoryPoint.h
caf::SRParticle::startp
SRVector3D startp
Definition:
SRParticle.h:24
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRParticle::endproc
std::string endproc
Definition:
SRParticle.h:28
caf::SRParticle::SRParticle
SRParticle()
Definition:
SRParticle.cxx:11
caf::SRParticle::mompdg
int mompdg
Definition:
SRParticle.h:21
caf::SRParticle::endp
SRVector3D endp
Definition:
SRParticle.h:26
caf::SRParticle::pdg
int pdg
Definition:
SRParticle.h:18
caf::SRParticle::momtrkid
int momtrkid
Definition:
SRParticle.h:20
Generated by
1.8.11