Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
duneanaobj
duneanaobj
StandardRecord
SRShower.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
/// \file SRShower.h
3
/// \brief Reconstructed shower object
4
/// \author J. Wolcott <jwolcott@fnal.gov>
5
/// \date Sept. 2021
6
////////////////////////////////////////////////////////////////////////
7
8
#ifndef DUNEANAOBJ_SRSHOWER_H
9
#define DUNEANAOBJ_SRSHOWER_H
10
11
#include "
duneanaobj/StandardRecord/SRVector3D.h
"
12
#include "
duneanaobj/StandardRecord/SRParticleTruth.h
"
13
14
namespace
caf
15
{
16
class
SRShower
17
{
18
public
:
19
SRVector3D
start
;
///< Shower 3D start point
20
SRVector3D
direction
;
///< Shower 3D end point
21
float
Evis
= -999.;
///< Visible energy in voxels corresponding to this shower
22
23
SRParticleTruth
truth
;
///< Best-match GEANT truth particle for this track
24
};
25
26
}
27
28
#endif //DUNEANAOBJ_SRSHOWER_H
caf::SRVector3D
A 3-vector with more efficient storage than TVector3.
Definition:
SRVector3D.h:25
caf::SRShower::truth
SRParticleTruth truth
Best-match GEANT truth particle for this track.
Definition:
SRShower.h:23
caf::SRShower::Evis
float Evis
Visible energy in voxels corresponding to this shower.
Definition:
SRShower.h:21
caf::SRParticleTruth
Definition:
SRParticleTruth.h:16
SRVector3D.h
caf::SRShower
Definition:
SRShower.h:16
caf::SRShower::start
SRVector3D start
Shower 3D start point.
Definition:
SRShower.h:19
SRParticleTruth.h
Truth information for a true particle.
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRShower::direction
SRVector3D direction
Shower 3D end point.
Definition:
SRShower.h:20
Generated by
1.8.11