14 #ifndef NTUPLESORTER_H
15 #define NTUPLESORTER_H
57 void rowwiseCopy ( std::vector < std::vector < double > * > & row_copy );
81 NTuple * getNTuple ()
const;
89 void setSorting (
int column );
106 void addRow (
const std::vector < double > & row );
111 virtual void eraseRow (
unsigned int index );
115 unsigned int columns ( )
const;
119 unsigned int rows ( )
const;
123 const std::vector < double > & getRow (
unsigned int index )
const;
129 bool operator () ( std::vector < double > * x,
130 std::vector < double > * y )
const;
136 #endif // NTUPLESORTER_H