Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRGenieParticle.h
Go to the documentation of this file.
1
#ifndef CAFSRGENIEPARTICLE_H
2
#define CAFSRGENIEPARTICLE_H
3
4
#include "StandardRecord/SRVector3D.h"
5
6
#include <string>
7
8
namespace
caf
9
{
10
class
SRGenieParticle
11
{
12
public
:
13
SRGenieParticle
();
14
15
int
intidx
;
16
int
idx
;
17
int
pdg
;
18
int
status
;
19
int
firstmom
;
20
int
lastmom
;
21
int
firstdaugh
;
22
int
lastdaugh
;
23
std::string
name
;
24
SRVector3D
p
;
25
float
E
;
26
float
mass
;
27
};
28
}
29
30
#endif
caf::SRGenieParticle::mass
float mass
Definition:
SRGenieParticle.h:26
caf::SRGenieParticle::intidx
int intidx
Definition:
SRGenieParticle.h:15
caf::SRVector3D
A 3-vector with more efficient storage than TVector3.
Definition:
SRVector3D.h:25
string
std::string string
Definition:
nybbler.cc:12
caf::SRGenieParticle::name
std::string name
Definition:
SRGenieParticle.h:23
caf::SRGenieParticle::firstdaugh
int firstdaugh
Definition:
SRGenieParticle.h:21
caf::SRGenieParticle::E
float E
Definition:
SRGenieParticle.h:25
caf::SRGenieParticle::lastdaugh
int lastdaugh
Definition:
SRGenieParticle.h:22
caf::SRGenieParticle
Definition:
SRGenieParticle.h:10
caf::SRGenieParticle::idx
int idx
Definition:
SRGenieParticle.h:16
caf::SRGenieParticle::lastmom
int lastmom
Definition:
SRGenieParticle.h:20
caf::SRGenieParticle::status
int status
Definition:
SRGenieParticle.h:18
caf::SRGenieParticle::p
SRVector3D p
Definition:
SRGenieParticle.h:24
caf::SRGenieParticle::firstmom
int firstmom
Definition:
SRGenieParticle.h:19
caf::SRGenieParticle::pdg
int pdg
Definition:
SRGenieParticle.h:17
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRGenieParticle::SRGenieParticle
SRGenieParticle()
Definition:
SRGenieParticle.cxx:11
Generated by
1.8.11