Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnanaobj
sbnanaobj
StandardRecord
SRShower.cxx
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file SRShower.cxx
3
// \brief An SRShower is a high level shower object. It knows its
4
// direction and length, but does not own its cell hits.
5
////////////////////////////////////////////////////////////////////////
6
7
#include "
sbnanaobj/StandardRecord/SRShower.h
"
8
9
#include <climits>
10
11
namespace
{
12
constexpr
float
kInvalid = std::numeric_limits<float>::signaling_NaN();
13
}
14
15
namespace
caf
16
{
17
18
SRShowerPlaneInfo::SRShowerPlaneInfo
() :
19
dEdx
(kInvalid),
20
energy(kInvalid),
21
nHits(0),
22
wirePitch(kInvalid)
23
{
24
}
25
26
SRShower::SRShower
():
27
bestplane(-5),
28
bestplane_dEdx(-5.0),
29
bestplane_energy(-5.0),
30
conversion_gap(-5.0),
31
density(-5.0),
32
len(-5.0),
33
open_angle(-5.0),
34
dir
(-5.0, -5.0, -5.0),
35
start(-5.0, -5.0, -5.0),
36
end
(-5.0, -5.0, -5.0),
37
cosmicDist(-5.f)
38
{
39
}
40
41
}
// end namespace caf
42
////////////////////////////////////////////////////////////////////////
caf::SRShower::SRShower
SRShower()
Definition:
SRShower.cxx:26
icarus::ns::util::end
auto end(FixedBins< T, C > const &) noexcept
Definition:
FixedBins.h:585
caf::SRShowerPlaneInfo::SRShowerPlaneInfo
SRShowerPlaneInfo()
Definition:
SRShower.cxx:18
tca::dEdx
float dEdx(detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const TCSlice &slc, TP3D &tp3d)
Definition:
PFPUtils.cxx:2687
dropbox.dir
tuple dir
Definition:
dropbox.py:28
SRShower.h
Generated by
1.8.5