ATLAS Offline Software
Loading...
Searching...
No Matches
LArSamples::GraphPoint Struct Reference

#include <GraphShape.h>

Collaboration diagram for LArSamples::GraphPoint:

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
GraphPointoperator= (const GraphPoint &other)=default
GraphPointoperator= (GraphPoint &&other)=default

Public Attributes

double time
double value
double error

Detailed Description

Definition at line 21 of file GraphShape.h.

Constructor & Destructor Documentation

◆ GraphPoint() [1/3]

LArSamples::GraphPoint::GraphPoint ( double t,
double v,
double e )
inline

Definition at line 23 of file GraphShape.h.

◆ GraphPoint() [2/3]

LArSamples::GraphPoint::GraphPoint ( const GraphPoint & other)
default

◆ GraphPoint() [3/3]

LArSamples::GraphPoint::GraphPoint ( GraphPoint && other)
default

Member Function Documentation

◆ operator<()

bool LArSamples::GraphPoint::operator< ( const GraphPoint & other) const
inline

Definition at line 24 of file GraphShape.h.

24{ return time < other.time; }

◆ operator=() [1/2]

GraphPoint & LArSamples::GraphPoint::operator= ( const GraphPoint & other)
default

◆ operator=() [2/2]

GraphPoint & LArSamples::GraphPoint::operator= ( GraphPoint && other)
default

Member Data Documentation

◆ error

double LArSamples::GraphPoint::error

Definition at line 29 of file GraphShape.h.

◆ time

double LArSamples::GraphPoint::time

Definition at line 29 of file GraphShape.h.

◆ value

double LArSamples::GraphPoint::value

Definition at line 29 of file GraphShape.h.


The documentation for this struct was generated from the following file: