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

Shower Selection metrics calculated by ShowerSelectionVals. More...

#include <SRShowerSelection.h>

Public Member Functions

 SRShowerSelection ()
 
 ~SRShowerSelection ()
 

Public Attributes

float densityGradient
 Constant in the density gradient fit. More...
 
float densityGradientPower
 Power in the density gradient fit. More...
 
float trackLength
 Lenth of fitted track [cm]. More...
 
float trackWidth
 Width of fitted track (Average redidual) [cm]. More...
 
std::vector< float > showerResiduals
 Vector of residuals, size (sliceShowers-1) [cm]. More...
 

Detailed Description

Shower Selection metrics calculated by ShowerSelectionVals.

Definition at line 12 of file SRShowerSelection.h.

Constructor & Destructor Documentation

caf::SRShowerSelection::SRShowerSelection ( )

Definition at line 9 of file SRShowerSelection.cxx.

9  :
10  densityGradient(-5.0),
12  trackLength(-5.0),
13  trackWidth(-5.0),
14  showerResiduals(std::vector<float>())
15  {
16  }
float densityGradient
Constant in the density gradient fit.
std::vector< float > showerResiduals
Vector of residuals, size (sliceShowers-1) [cm].
float trackWidth
Width of fitted track (Average redidual) [cm].
float trackLength
Lenth of fitted track [cm].
float densityGradientPower
Power in the density gradient fit.
caf::SRShowerSelection::~SRShowerSelection ( )
inline

Definition at line 16 of file SRShowerSelection.h.

16 { }

Member Data Documentation

float caf::SRShowerSelection::densityGradient

Constant in the density gradient fit.

Definition at line 20 of file SRShowerSelection.h.

float caf::SRShowerSelection::densityGradientPower

Power in the density gradient fit.

Definition at line 21 of file SRShowerSelection.h.

std::vector<float> caf::SRShowerSelection::showerResiduals

Vector of residuals, size (sliceShowers-1) [cm].

Definition at line 29 of file SRShowerSelection.h.

float caf::SRShowerSelection::trackLength

Lenth of fitted track [cm].

Definition at line 25 of file SRShowerSelection.h.

float caf::SRShowerSelection::trackWidth

Width of fitted track (Average redidual) [cm].

Definition at line 26 of file SRShowerSelection.h.


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