R3BROOT
R3B analysis software
|
#include <MilleEntry.h>
Public Attributes | |
std::vector< float > | locals |
std::vector< std::pair< int, float > > | globals |
float | measurement = 0. |
float | sigma = 1. |
Definition at line 21 of file MilleEntry.h.
std::vector<std::pair<int, float> > R3B::MilleDataPoint::globals |
Definition at line 24 of file MilleEntry.h.
std::vector<float> R3B::MilleDataPoint::locals |
Definition at line 23 of file MilleEntry.h.
float R3B::MilleDataPoint::measurement = 0. |
Definition at line 25 of file MilleEntry.h.
float R3B::MilleDataPoint::sigma = 1. |
Definition at line 26 of file MilleEntry.h.