*****************************************************************************/
#include "RooFit.h"
#include "RooInt.h"
#include "RooInt.h"
ClassImp(RooInt)
;
Int_t RooInt::Compare(const TObject* other) const
{
const RooInt* otherD = dynamic_cast<const RooInt*>(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.