GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
combinations Class Reference

Detailed Description

Definition at line 6 of file combinations.h.

Classes

class  iterator
 

Public Member Functions

 combinations (std::vector< double > &points, size_t n)
 
iterator begin () const
 
iterator end () const
 

Private Attributes

size_t fN
 
std::vector< double > & fPoints
 
+ Collaboration diagram for combinations:

Constructor & Destructor Documentation

◆ combinations()

combinations::combinations ( std::vector< double > & points,
size_t n )
inline

Definition at line 70 of file combinations.h.

Member Function Documentation

◆ begin()

iterator combinations::begin ( ) const
inline

Definition at line 72 of file combinations.h.

References fN, and fPoints.

◆ end()

iterator combinations::end ( ) const
inline

Definition at line 74 of file combinations.h.

References fN, and fPoints.

Member Data Documentation

◆ fN

size_t combinations::fN
private

Definition at line 78 of file combinations.h.

Referenced by begin(), and end().

◆ fPoints

std::vector<double>& combinations::fPoints
private

Definition at line 77 of file combinations.h.

Referenced by begin(), and end().