Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooFit::TestStatistics::RooAbsL::Section Struct Reference

A part of some range delimited by two fractional points between 0 and 1 (inclusive).

Definition at line 65 of file RooAbsL.h.

Public Member Functions

 Section (double begin, double end)
 
std::size_t begin (std::size_t N_total) const
 
std::size_t end (std::size_t N_total) const
 

Public Attributes

double begin_fraction
 
double end_fraction
 

Friends

bool operator== (const Section &lhs, const Section &rhs)
 

#include <RooFit/TestStatistics/RooAbsL.h>

Constructor & Destructor Documentation

◆ Section()

RooFit::TestStatistics::RooAbsL::Section::Section ( double  begin,
double  end 
)
inline

Definition at line 66 of file RooAbsL.h.

Member Function Documentation

◆ begin()

std::size_t RooFit::TestStatistics::RooAbsL::Section::begin ( std::size_t  N_total) const
inline

Definition at line 73 of file RooAbsL.h.

◆ end()

std::size_t RooFit::TestStatistics::RooAbsL::Section::end ( std::size_t  N_total) const
inline

Definition at line 75 of file RooAbsL.h.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const Section lhs,
const Section rhs 
)
friend

Definition at line 84 of file RooAbsL.h.

Member Data Documentation

◆ begin_fraction

double RooFit::TestStatistics::RooAbsL::Section::begin_fraction

Definition at line 89 of file RooAbsL.h.

◆ end_fraction

double RooFit::TestStatistics::RooAbsL::Section::end_fraction

Definition at line 90 of file RooAbsL.h.

Collaboration diagram for RooFit::TestStatistics::RooAbsL::Section:
[legend]

The documentation for this struct was generated from the following file: