GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
combinations Class Reference

Definition at line 4 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
 

#include <combinations.h>

+ Collaboration diagram for combinations:

Constructor & Destructor Documentation

◆ combinations()

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

Definition at line 68 of file combinations.h.

Member Function Documentation

◆ begin()

iterator combinations::begin ( ) const
inline

Definition at line 70 of file combinations.h.

References fN, and fPoints.

◆ end()

iterator combinations::end ( ) const
inline

Definition at line 72 of file combinations.h.

References fN, and fPoints.

Member Data Documentation

◆ fN

size_t combinations::fN
private

Definition at line 76 of file combinations.h.

Referenced by begin(), and end().

◆ fPoints

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

Definition at line 75 of file combinations.h.

Referenced by begin(), and end().