All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRShower Class Reference

#include <SRShower.h>

Public Member Functions

 SRShower ()
 
 ~SRShower ()
 

Public Attributes

int bestplane
 shower best reconstructed plane More...
 
float bestplane_dEdx
 shower dEdx at best plane [MeV/cm] More...
 
float bestplane_energy
 shower energy at best plane [GeV] More...
 
float conversion_gap
 shower start and vertex position difference [cm] More...
 
float density
 shower density [MeV/cm] More...
 
float len
 shower length [cm] More...
 
float open_angle
 shower opening angle [rad] More...
 
SRShowerPlaneInfo plane [3]
 
SRVector3D dir
 direction cosines at the start of the shower More...
 
SRVector3D start
 shower start point in detector coordinates [cm] More...
 
SRVector3D end
 shower end point (start+len*dir) in detector coordinates [cm] More...
 
float cosmicDist
 Distance of closest approach to cosmic ray [cm]. More...
 
SRPFP pfp
 Contains the hierarchy and metadata from Pandora. More...
 
SRShowerRazzle razzle
 Results from the shower PID MVA. More...
 
SRShowerSelection selVars
 
SRTrackTruth truth
 truth information TODO: make seperate showe info class More...
 
unsigned producer
 Index of the producer that produced this object. In ICARUS, this is the same as the cryostat. More...
 

Detailed Description

Representation of a rb::Shower, knows energy and direction, but not a list of hits.

Definition at line 28 of file SRShower.h.

Constructor & Destructor Documentation

caf::SRShower::SRShower ( )

Definition at line 26 of file SRShower.cxx.

26  :
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  }
int bestplane
shower best reconstructed plane
Definition: SRShower.h:33
SRVector3D dir
direction cosines at the start of the shower
Definition: SRShower.h:41
float density
shower density [MeV/cm]
Definition: SRShower.h:37
float bestplane_dEdx
shower dEdx at best plane [MeV/cm]
Definition: SRShower.h:34
float cosmicDist
Distance of closest approach to cosmic ray [cm].
Definition: SRShower.h:44
float open_angle
shower opening angle [rad]
Definition: SRShower.h:39
SRVector3D start
shower start point in detector coordinates [cm]
Definition: SRShower.h:42
SRVector3D end
shower end point (start+len*dir) in detector coordinates [cm]
Definition: SRShower.h:43
float bestplane_energy
shower energy at best plane [GeV]
Definition: SRShower.h:35
float conversion_gap
shower start and vertex position difference [cm]
Definition: SRShower.h:36
float len
shower length [cm]
Definition: SRShower.h:38
caf::SRShower::~SRShower ( )
inline

Definition at line 32 of file SRShower.h.

32 { }

Member Data Documentation

int caf::SRShower::bestplane

shower best reconstructed plane

Definition at line 33 of file SRShower.h.

float caf::SRShower::bestplane_dEdx

shower dEdx at best plane [MeV/cm]

Definition at line 34 of file SRShower.h.

float caf::SRShower::bestplane_energy

shower energy at best plane [GeV]

Definition at line 35 of file SRShower.h.

float caf::SRShower::conversion_gap

shower start and vertex position difference [cm]

Definition at line 36 of file SRShower.h.

float caf::SRShower::cosmicDist

Distance of closest approach to cosmic ray [cm].

Definition at line 44 of file SRShower.h.

float caf::SRShower::density

shower density [MeV/cm]

Definition at line 37 of file SRShower.h.

SRVector3D caf::SRShower::dir

direction cosines at the start of the shower

Definition at line 41 of file SRShower.h.

SRVector3D caf::SRShower::end

shower end point (start+len*dir) in detector coordinates [cm]

Definition at line 43 of file SRShower.h.

float caf::SRShower::len

shower length [cm]

Definition at line 38 of file SRShower.h.

float caf::SRShower::open_angle

shower opening angle [rad]

Definition at line 39 of file SRShower.h.

SRPFP caf::SRShower::pfp

Contains the hierarchy and metadata from Pandora.

Definition at line 46 of file SRShower.h.

SRShowerPlaneInfo caf::SRShower::plane[3]

Definition at line 40 of file SRShower.h.

unsigned caf::SRShower::producer

Index of the producer that produced this object. In ICARUS, this is the same as the cryostat.

Definition at line 52 of file SRShower.h.

SRShowerRazzle caf::SRShower::razzle

Results from the shower PID MVA.

Definition at line 48 of file SRShower.h.

SRShowerSelection caf::SRShower::selVars

Definition at line 49 of file SRShower.h.

SRVector3D caf::SRShower::start

shower start point in detector coordinates [cm]

Definition at line 42 of file SRShower.h.

SRTrackTruth caf::SRShower::truth

truth information TODO: make seperate showe info class

Definition at line 50 of file SRShower.h.


The documentation for this class was generated from the following files: