Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EvtPdfMax< Point > Class Template Reference

#include <EvtPdfMax.hh>

List of all members.

Public Member Functions

 EvtPdfMax (const EvtPdfMax &other)
 EvtPdfMax (Point p, double value)
 EvtPdfMax (double value)
 EvtPdfMax ()
Point loc () const
bool locKnown () const
double value () const
bool valueKnown () const
 ~EvtPdfMax ()

Private Attributes

Point _loc
bool _locKnown
double _value
bool _valueKnown

template<class Point>
class EvtPdfMax< Point >


Constructor & Destructor Documentation

template<class Point>
EvtPdfMax< Point >::EvtPdfMax  )  [inline]
 

00025     : _value(-1),_valueKnown(false),  _locKnown(false) 
00026   {}

template<class Point>
EvtPdfMax< Point >::EvtPdfMax double  value  )  [inline]
 

00028     : _value(value),_valueKnown(true),  _locKnown(false) 
00029   {}

template<class Point>
EvtPdfMax< Point >::EvtPdfMax Point  p,
double  value
[inline]
 

00031     : _value(value), _valueKnown(true),  _locKnown(true), _loc(p) 
00032   {}

template<class Point>
EvtPdfMax< Point >::EvtPdfMax const EvtPdfMax< Point > &  other  )  [inline]
 

00034     : COPY_MEM(_value), COPY_MEM(_valueKnown),  COPY_MEM(_locKnown), COPY_MEM(_loc)
00035   {}

template<class Point>
EvtPdfMax< Point >::~EvtPdfMax  )  [inline]
 

00036 {}


Member Function Documentation

template<class Point>
Point EvtPdfMax< Point >::loc  )  const [inline]
 

00041 { assert(_locKnown); return _loc; }

template<class Point>
bool EvtPdfMax< Point >::locKnown  )  const [inline]
 

00040 { return _locKnown; }

template<class Point>
double EvtPdfMax< Point >::value  )  const [inline]
 

00039 { assert(_valueKnown); return _value; }

template<class Point>
bool EvtPdfMax< Point >::valueKnown  )  const [inline]
 

00038 { return _valueKnown; }


Member Data Documentation

template<class Point>
Point EvtPdfMax< Point >::_loc [private]
 

template<class Point>
bool EvtPdfMax< Point >::_locKnown [private]
 

template<class Point>
double EvtPdfMax< Point >::_value [private]
 

template<class Point>
bool EvtPdfMax< Point >::_valueKnown [private]
 


The documentation for this class was generated from the following file:
Generated on Wed Feb 2 16:08:17 2011 for BOSS6.5.5 by  doxygen 1.3.9.1