ATLAS Offline Software
VP1MissingEtCollWidget.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 // //
8 // Header file for class VP1MissingEtCollWidget //
9 // //
10 // Description: Collection widget. Specialisation which //
11 // imposes desired section ordering. //
12 // //
13 // Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14 // Initial version: July 2008 //
15 // //
17 
18 #ifndef VP1MISSINGETCOLLWIDGET_H
19 #define VP1MISSINGETCOLLWIDGET_H
20 
22 
24 public:
25 
26  VP1MissingEtCollWidget(QWidget *parent = 0);// : VP1CollectionWidget(parent) {}
27  virtual ~VP1MissingEtCollWidget();//{}
28 
29 protected:
30 
31  void sortSections(QList<QString>& sections);/* {
32  //Order: standard -> truth -> ... -> calo
33  ensureFirst("*truth*",sections);
34  ensureFirst("*standard*",sections);
35  ensureLast("*calo*",sections);
36  }*/
37 
38 private Q_SLOTS:
39  void setShape(bool);
40 
41 };
42 
43 
44 #endif
VP1MissingEtCollWidget
Definition: VP1MissingEtCollWidget.h:23
VP1MissingEtCollWidget::sortSections
void sortSections(QList< QString > &sections)
Definition: VP1MissingEtCollWidget.cxx:17
VP1MissingEtCollWidget::setShape
void setShape(bool)
Definition: VP1MissingEtCollWidget.cxx:24
VP1CollectionWidget.h
VP1MissingEtCollWidget::~VP1MissingEtCollWidget
virtual ~VP1MissingEtCollWidget()
Definition: VP1MissingEtCollWidget.cxx:12
VP1MissingEtCollWidget::VP1MissingEtCollWidget
VP1MissingEtCollWidget(QWidget *parent=0)
Definition: VP1MissingEtCollWidget.cxx:7
test_pyathena.parent
parent
Definition: test_pyathena.py:15
VP1CollectionWidget
Definition: VP1CollectionWidget.h:32