ATLAS Offline Software
Loading...
Searching...
No Matches
VP1MissingEtCollWidget.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
11
15
16
17void VP1MissingEtCollWidget::sortSections(QList<QString>& sections){
18 //Order: standard -> truth -> ... -> calo
19 ensureFirst("*truth*",sections);
20 ensureFirst("*standard*",sections);
21 ensureLast("*calo*",sections);
22}
23
25
26}
27
VP1CollectionWidget(QWidget *parent=0)
static void ensureFirst(const QString &wildcard, QList< QString > &)
static void ensureLast(const QString &wildcard, QList< QString > &)
VP1MissingEtCollWidget(QWidget *parent=0)
void sortSections(QList< QString > &sections)