66    coutE(InputArguments) << 
"RooUniformBinning::setRange: ERROR low bound > high bound" << std::endl ;
 
 
   87  for(std::size_t i = 0; i < 
n; ++i) {
 
 
  100    coutE(InputArguments) << 
"RooUniformBinning::binCenter ERROR: bin index " << i
 
  101           << 
" is out of range (0," << 
_nbins-1 << 
")" << std::endl ;
 
 
  127    coutE(InputArguments) << 
"RooUniformBinning::binLow ERROR: bin index " << i
 
  128           << 
" is out of range (0," << 
_nbins-1 << 
")" << std::endl ;
 
 
  143    coutE(InputArguments) << 
"RooUniformBinning::fitBinHigh ERROR: bin index " << i
 
  144           << 
" is out of range (0," << 
_nbins-1 << 
")" << std::endl ;
 
 
  161  for (i=0 ; i<=
_nbins ; i++) {
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Common abstract base class for objects that represent a value and a "shape" in RooFit.
Abstract base class for RooRealVar binning definitions.
Int_t numBins() const
Return number of bins.
A class to maintain the context for squashing of RooFit models into code.
std::string buildCall(std::string const &funcname, Args_t const &...args)
Build the code to call the function with name funcname, passing some arguments.