*****************************************************************************/
#include "RooFit.h"
#include "RooDouble.h"
#include "RooDouble.h"
ClassImp(RooDouble)
;
Int_t RooDouble::Compare(const TObject* other) const
{
const RooDouble* otherD = dynamic_cast<const RooDouble*>(other) ;
if (!other) return 0 ;
return (_value>otherD->_value) ? 1 : -1 ;
}
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.