#include <DataStructs.h>
Public Attributes | |
| unsigned short | nextForecastUpdate |
| Revise the forecast when NumPtsWithCharge == nextForecastUpdate. More... | |
| float | showerLikeFraction |
| 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 221 of file DataStructs.h.
| float tca::TjForecast::chgFitChiDOF {0} |
Definition at line 229 of file DataStructs.h.
| float tca::TjForecast::chgRMS {0} |
Definition at line 230 of file DataStructs.h.
| float tca::TjForecast::chgSlope {0} |
Definition at line 227 of file DataStructs.h.
| float tca::TjForecast::chgSlopeErr {0} |
Definition at line 228 of file DataStructs.h.
| bool tca::TjForecast::endBraggPeak {false} |
Definition at line 234 of file DataStructs.h.
| bool tca::TjForecast::foundShower {false} |
Definition at line 233 of file DataStructs.h.
| bool tca::TjForecast::leavesBeforeEnd {false} |
leaves the forecast envelope before the end
Definition at line 232 of file DataStructs.h.
| short tca::TjForecast::MCSMom {0} |
Definition at line 231 of file DataStructs.h.
| unsigned short tca::TjForecast::nextForecastUpdate |
Revise the forecast when NumPtsWithCharge == nextForecastUpdate.
Definition at line 222 of file DataStructs.h.
| float tca::TjForecast::outlook {-1} |
tracklike ~< 2, showerlike > 2
Definition at line 226 of file DataStructs.h.
| float tca::TjForecast::showerLikeFraction |
fraction of points in the forecast envelope that are shower-like
Definition at line 224 of file DataStructs.h.
1.8.11