Jpp  15.0.5
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
gui::run_number_comparator Class Reference

Public Member Functions

 run_number_comparator (bool reverse)
 
bool operator() (mon_channel const &first, mon_channel const &second)
 

Private Attributes

bool m_reverse
 

Detailed Description

Definition at line 856 of file gui.cpp.

Constructor & Destructor Documentation

gui::run_number_comparator::run_number_comparator ( bool  reverse)
inlineexplicit

Definition at line 863 of file gui.cpp.

864  :
865  m_reverse(reverse)
866  {}

Member Function Documentation

bool gui::run_number_comparator::operator() ( mon_channel const &  first,
mon_channel const &  second 
)
inline

Definition at line 868 of file gui.cpp.

869  {
870  return m_reverse
871  ? first.run_number() < second.run_number()
872  : first.run_number() > second.run_number();
873  }
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first

Member Data Documentation

bool gui::run_number_comparator::m_reverse
private

Definition at line 858 of file gui.cpp.


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