LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "DataStructs.h"
Public Attributes | |
unsigned short | nextForecastUpdate {0} |
Revise the forecast when NumPtsWithCharge == nextForecastUpdate. More... | |
float | showerLikeFraction {0} |
fraction of points in the forecast envelope that are shower-like More... | |
float | outlook {-1} |
tracklike ~< 2, showerlike > 2 More... | |
float | chgSlope {0} |
float | chgSlopeErr {0} |
float | chgFitChiDOF {0} |
float | chgRMS {0} |
short | MCSMom {0} |
bool | leavesBeforeEnd {false} |
leaves the forecast envelope before the end More... | |
bool | foundShower {false} |
bool | endBraggPeak {false} |
Definition at line 172 of file DataStructs.h.
float tca::TjForecast::chgFitChiDOF {0} |
Definition at line 178 of file DataStructs.h.
float tca::TjForecast::chgRMS {0} |
Definition at line 179 of file DataStructs.h.
float tca::TjForecast::chgSlope {0} |
Definition at line 176 of file DataStructs.h.
float tca::TjForecast::chgSlopeErr {0} |
Definition at line 177 of file DataStructs.h.
bool tca::TjForecast::endBraggPeak {false} |
Definition at line 183 of file DataStructs.h.
bool tca::TjForecast::foundShower {false} |
Definition at line 182 of file DataStructs.h.
bool tca::TjForecast::leavesBeforeEnd {false} |
leaves the forecast envelope before the end
Definition at line 181 of file DataStructs.h.
short tca::TjForecast::MCSMom {0} |
Definition at line 180 of file DataStructs.h.
unsigned short tca::TjForecast::nextForecastUpdate {0} |
Revise the forecast when NumPtsWithCharge == nextForecastUpdate.
Definition at line 173 of file DataStructs.h.
float tca::TjForecast::outlook {-1} |
tracklike ~< 2, showerlike > 2
Definition at line 175 of file DataStructs.h.
float tca::TjForecast::showerLikeFraction {0} |
fraction of points in the forecast envelope that are shower-like
Definition at line 174 of file DataStructs.h.