ATLAS Offline Software
Loading...
Searching...
No Matches
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)
 WeightedCoordinate (double x, double w)
 WeightedCoordinate (const WeightedCoordinate &wc)

Public Attributes

double m_x
double m_w

Private Member Functions

 WeightedCoordinate ()
 WeightedCoordinate ()

Detailed Description

Definition at line 23 of file TrigInDetUtils.h.

Constructor & Destructor Documentation

◆ WeightedCoordinate() [1/6]

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

Definition at line 30 of file TrigInDetUtils.h.

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

◆ WeightedCoordinate() [2/6]

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/6]

WeightedCoordinate::WeightedCoordinate ( )
inlineprivate

Definition at line 34 of file TrigInDetUtils.h.

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

◆ WeightedCoordinate() [4/6]

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

Definition at line 30 of file TrigInDetR3Utils.h.

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

◆ WeightedCoordinate() [5/6]

WeightedCoordinate::WeightedCoordinate ( const WeightedCoordinate & wc)
inline

Definition at line 31 of file TrigInDetR3Utils.h.

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

◆ WeightedCoordinate() [6/6]

WeightedCoordinate::WeightedCoordinate ( )
inlineprivate

Definition at line 34 of file TrigInDetR3Utils.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 files: