CMS 3D CMS Logo

Public Member Functions | Public Attributes

XHistogram::position Struct Reference

#include <XHistogram.h>

List of all members.

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 117 of file XHistogram.h.


Constructor & Destructor Documentation

XHistogram::position::position ( void  ) [inline]

Definition at line 122 of file XHistogram.h.

: f(0), x(0), y(0) { }
XHistogram::position::position ( double  f_,
double  x_,
double  y_ 
) [inline]

Definition at line 124 of file XHistogram.h.

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

Member Function Documentation

bool XHistogram::position::operator< ( const position other) const [inline]

Definition at line 126 of file XHistogram.h.

References f.

                                                {
      return f < other.f;
    }

Member Data Documentation

Definition at line 118 of file XHistogram.h.

Referenced by operator<().

Definition at line 119 of file XHistogram.h.

Definition at line 120 of file XHistogram.h.