![]() |
ATLAS Offline Software
|
#include <GraphShape.h>
Public Member Functions | |
| GraphPoint (double t, double v, double e) | |
| bool | operator< (const GraphPoint &other) const |
| GraphPoint (const GraphPoint &other)=default | |
| GraphPoint (GraphPoint &&other)=default | |
| GraphPoint & | operator= (const GraphPoint &other)=default |
| GraphPoint & | operator= (GraphPoint &&other)=default |
Public Attributes | |
| double | time |
| double | value |
| double | error |
Definition at line 21 of file GraphShape.h.
|
inline |
Definition at line 23 of file GraphShape.h.
|
default |
|
default |
|
inline |
Definition at line 24 of file GraphShape.h.
|
default |
|
default |
| double LArSamples::GraphPoint::error |
Definition at line 29 of file GraphShape.h.
| double LArSamples::GraphPoint::time |
Definition at line 29 of file GraphShape.h.
| double LArSamples::GraphPoint::value |
Definition at line 29 of file GraphShape.h.