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

#include <ShowerSelectionVars.h>

Public Member Functions

 ShowerTrackFit (double trackLength=-999, double trackWidth=-999, unsigned int numHits=0)
 

Public Attributes

double mTrackLength
 
double mTrackWidth
 
unsigned int mNumHits
 

Detailed Description

Definition at line 17 of file ShowerSelectionVars.h.

Constructor & Destructor Documentation

sbn::ShowerTrackFit::ShowerTrackFit ( double  trackLength = -999,
double  trackWidth = -999,
unsigned int  numHits = 0 
)
inline

Definition at line 20 of file ShowerSelectionVars.h.

20  :
21  mTrackLength(trackLength),
22  mTrackWidth(trackWidth),
23  mNumHits(numHits)
24  {}

Member Data Documentation

unsigned int sbn::ShowerTrackFit::mNumHits

Definition at line 27 of file ShowerSelectionVars.h.

double sbn::ShowerTrackFit::mTrackLength

Definition at line 25 of file ShowerSelectionVars.h.

double sbn::ShowerTrackFit::mTrackWidth

Definition at line 26 of file ShowerSelectionVars.h.


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