Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRParticle.cxx
Go to the documentation of this file.
1
#include "
StandardRecord/SRParticle.h
"
2
3
#include <limits>
4
5
// This value will cause an error as soon as it is used, which should help find
6
// uninitialized variables.
7
const
float
kNaN
= std::numeric_limits<float>::signaling_NaN();
8
9
namespace
caf
10
{
11
SRParticle::SRParticle
() :
12
trkid(-1),
pdg
(0), momidx(-1), momtrkid(-1), mompdg(-1),
13
time
(
kNaN
), vtxidx(-1), ntraj(0)
14
{
15
}
16
}
SRParticle.h
time
kNaN
const float kNaN
Definition:
SRParticle.cxx:7
run_cnn_1class.pdg
pdg
Definition:
run_cnn_1class.py:54
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRParticle::SRParticle
SRParticle()
Definition:
SRParticle.cxx:11
Generated by
1.8.11