82RooChi2Var::RooChi2Var(
const RooChi2Var& 
other, 
const char* 
name) :
 
   97double RooChi2Var::evaluatePartition(std::size_t firstEvent, std::size_t 
lastEvent, std::size_t 
stepSize)
 const 
  117    const double nData = 
hdata->weight() ;
 
  135    if (0. == eInt * eInt && 0. == nData * nData && 0. == 
nPdf * 
nPdf) 
continue ;
 
  138    if (0. == eInt * eInt) {
 
  139      coutE(Eval) << 
"RooChi2Var::RooChi2Var(" << GetName() << 
") INFINITY ERROR: bin " << i
 
  140        << 
" has zero error" << std::endl;
 
  147    double y = 
term - carry;
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
Double_t(* Function)(Double_t)
 
Abstract base class for binned and unbinned datasets.
 
Abstract interface for all probability density functions.
 
Abstract base class for objects that represent a real value and implements functionality common to al...
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
Container class to hold N-dimensional binned data.