CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
DD4hep_XHistogram::position Struct Reference

#include <DD4hep_XHistogram.h>

Public Member Functions

bool operator< (const position &other) const
 
 position ()
 
 position (double f_, double x_, double y_)
 

Public Attributes

double f
 
double x
 
double y
 

Detailed Description

Definition at line 104 of file DD4hep_XHistogram.h.

Constructor & Destructor Documentation

◆ position() [1/2]

DD4hep_XHistogram::position::position ( )
inline

Definition at line 109 of file DD4hep_XHistogram.h.

109 : f(0), x(0), y(0) {}

◆ position() [2/2]

DD4hep_XHistogram::position::position ( double  f_,
double  x_,
double  y_ 
)
inline

Definition at line 111 of file DD4hep_XHistogram.h.

111 : f(f_), x(x_), y(y_) {}

Member Function Documentation

◆ operator<()

bool DD4hep_XHistogram::position::operator< ( const position other) const
inline

Definition at line 113 of file DD4hep_XHistogram.h.

113 { return f < other.f; }

References f, and trackingPlots::other.

Member Data Documentation

◆ f

double DD4hep_XHistogram::position::f

Definition at line 105 of file DD4hep_XHistogram.h.

Referenced by operator<().

◆ x

double DD4hep_XHistogram::position::x

◆ y

double DD4hep_XHistogram::position::y
DD4hep_XHistogram::position::x
double x
Definition: DD4hep_XHistogram.h:106
trackingPlots.other
other
Definition: trackingPlots.py:1465
DD4hep_XHistogram::position::f
double f
Definition: DD4hep_XHistogram.h:105
DD4hep_XHistogram::position::y
double y
Definition: DD4hep_XHistogram.h:107