|
R3BROOT
R3B analysis software
|
#include <MilleEntry.h>
Public Member Functions | |
| void | clear () |
| ClassDefNV (MilleDataPoint, 1) | |
Public Attributes | |
| std::vector< float > | locals |
| std::vector< std::pair< int, float > > | globals |
| float | measurement = 0. |
| float | sigma = 1. |
Definition at line 24 of file MilleEntry.h.
| R3B::MilleDataPoint::ClassDefNV | ( | MilleDataPoint | , |
| 1 | ) |
|
inline |
Definition at line 30 of file MilleEntry.h.
| std::vector<std::pair<int, float> > R3B::MilleDataPoint::globals |
Definition at line 27 of file MilleEntry.h.
| std::vector<float> R3B::MilleDataPoint::locals |
Definition at line 26 of file MilleEntry.h.
| float R3B::MilleDataPoint::measurement = 0. |
Definition at line 28 of file MilleEntry.h.
| float R3B::MilleDataPoint::sigma = 1. |
Definition at line 29 of file MilleEntry.h.