CMS 3D CMS Logo

XHistogram::position Struct Reference

#include <SimTracker/TrackerMaterialAnalysis/plugins/XHistogram.h>

List of all members.

Public Member Functions

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

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.

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

XHistogram::position::position ( double  f_,
double  x_,
double  y_ 
) [inline]

Definition at line 124 of file XHistogram.h.

00124 : 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.

00126                                                 {
00127       return f < other.f;
00128     }


Member Data Documentation

double XHistogram::position::f

Definition at line 118 of file XHistogram.h.

Referenced by operator<().

double XHistogram::position::x

Definition at line 119 of file XHistogram.h.

double XHistogram::position::y

Definition at line 120 of file XHistogram.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:35:54 2009 for CMSSW by  doxygen 1.5.4