ATLAS Offline Software
Static Public Member Functions | Static Public Attributes | List of all members
TrackCollWidget::Imp Class Reference
Collaboration diagram for TrackCollWidget::Imp:

Static Public Member Functions

static bool sectionSorting (const QString &s1, const QString &s2)
 

Static Public Attributes

static TrackCollWidgettheclass = nullptr
 

Detailed Description

Definition at line 19 of file TrackCollWidget.cxx.

Member Function Documentation

◆ sectionSorting()

static bool TrackCollWidget::Imp::sectionSorting ( const QString &  s1,
const QString &  s2 
)
inlinestatic

Definition at line 22 of file TrackCollWidget.cxx.

23  {
24  //We sort by the order of the types in the enum.
25  bool ok1, ok2;
28  if (!ok1&&theclass)
29  theclass->message("Could not decode section header to type: '"+s1+"'");
30  if (!ok2&&theclass)
31  theclass->message("Could not decode section header to type: '"+s2+"'");
32  return static_cast<int>(type1) < static_cast<int>(type2);
33  }

Member Data Documentation

◆ theclass

TrackCollWidget * TrackCollWidget::Imp::theclass = nullptr
static

Definition at line 21 of file TrackCollWidget.cxx.


The documentation for this class was generated from the following file:
ReadCellNoiseFromCoolCompare.s1
s1
Definition: ReadCellNoiseFromCoolCompare.py:378
TrackType::sectionHeaderToType
static Type sectionHeaderToType(const QString &, bool &status)
Definition: TrackTypes.cxx:108
TrackType::Type
Type
Definition: TrackTypes.h:13
ReadCellNoiseFromCoolCompare.s2
s2
Definition: ReadCellNoiseFromCoolCompare.py:379
VP1HelperClassBase::message
void message(const QString &) const
Definition: VP1HelperClassBase.cxx:49
TrackCollWidget::Imp::theclass
static TrackCollWidget * theclass
Definition: TrackCollWidget.cxx:21