ATLAS Offline Software
Classes | Public Member Functions | Public Attributes | Private Member Functions | List of all members
WeightedCoordinate Struct Reference

#include <TrigInDetUtils.h>

Collaboration diagram for WeightedCoordinate:

Classes

struct  Comparator
 

Public Member Functions

 WeightedCoordinate (double x, double w)
 
 WeightedCoordinate (const WeightedCoordinate &wc)
 

Public Attributes

double m_x
 
double m_w
 

Private Member Functions

 WeightedCoordinate ()
 

Detailed Description

Definition at line 23 of file TrigInDetUtils.h.

Constructor & Destructor Documentation

◆ WeightedCoordinate() [1/3]

WeightedCoordinate::WeightedCoordinate ( double  x,
double  w 
)
inline

Definition at line 30 of file TrigInDetUtils.h.

30 : m_x(x), m_w(w) {};

◆ WeightedCoordinate() [2/3]

WeightedCoordinate::WeightedCoordinate ( const WeightedCoordinate wc)
inline

Definition at line 31 of file TrigInDetUtils.h.

31 : m_x(wc.m_x), m_w(wc.m_w) {};

◆ WeightedCoordinate() [3/3]

WeightedCoordinate::WeightedCoordinate ( )
inlineprivate

Definition at line 34 of file TrigInDetUtils.h.

34 : m_x(0.0), m_w(0.0) {};

Member Data Documentation

◆ m_w

double WeightedCoordinate::m_w

Definition at line 32 of file TrigInDetUtils.h.

◆ m_x

double WeightedCoordinate::m_x

Definition at line 32 of file TrigInDetUtils.h.


The documentation for this struct was generated from the following file:
WeightedCoordinate::m_x
double m_x
Definition: TrigInDetUtils.h:31
x
#define x
WeightedCoordinate::m_w
double m_w
Definition: TrigInDetUtils.h:32
python.IoTestsLib.w
def w
Definition: IoTestsLib.py:200