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

#include <SRShower.h>

Public Member Functions

 SRShowerPlaneInfo ()
 

Public Attributes

float dEdx
 shower calculated dEdx for this plane [MeV/cm] More...
 
float energy
 shower calculated energy for this plane [GeV] More...
 
unsigned int nHits
 Number of hits associated to the shower for this plane. More...
 
float wirePitch
 Wire pitch corrected for the angle of the shower for this plane [cm]. More...
 

Detailed Description

Definition at line 15 of file SRShower.h.

Constructor & Destructor Documentation

caf::SRShowerPlaneInfo::SRShowerPlaneInfo ( )

Definition at line 18 of file SRShower.cxx.

18  :
19  dEdx(kInvalid),
20  energy(kInvalid),
21  nHits(0),
22  wirePitch(kInvalid)
23  {
24  }
float wirePitch
Wire pitch corrected for the angle of the shower for this plane [cm].
Definition: SRShower.h:23
float dEdx
shower calculated dEdx for this plane [MeV/cm]
Definition: SRShower.h:20
unsigned int nHits
Number of hits associated to the shower for this plane.
Definition: SRShower.h:22
float energy
shower calculated energy for this plane [GeV]
Definition: SRShower.h:21

Member Data Documentation

float caf::SRShowerPlaneInfo::dEdx

shower calculated dEdx for this plane [MeV/cm]

Definition at line 20 of file SRShower.h.

float caf::SRShowerPlaneInfo::energy

shower calculated energy for this plane [GeV]

Definition at line 21 of file SRShower.h.

unsigned int caf::SRShowerPlaneInfo::nHits

Number of hits associated to the shower for this plane.

Definition at line 22 of file SRShower.h.

float caf::SRShowerPlaneInfo::wirePitch

Wire pitch corrected for the angle of the shower for this plane [cm].

Definition at line 23 of file SRShower.h.


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