ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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.

23 : time(t), value(v), error(e) { }

◆ 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:
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
LArSamples::GraphPoint::time
double time
Definition: GraphShape.h:29
LArSamples::GraphPoint::value
double value
Definition: GraphShape.h:29
LArSamples::GraphPoint::error
double error
Definition: GraphShape.h:29
python.PyAthena.v
v
Definition: PyAthena.py:157
DiTauMassTools::MaxHistStrategyV2::e
e
Definition: PhysicsAnalysis/TauID/DiTauMassTools/DiTauMassTools/HelperFunctions.h:26
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16