ATLAS Offline Software
Loading...
Searching...
No Matches
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
24public:
25
26 VP1MissingEtCollWidget(QWidget *parent = 0);// : VP1CollectionWidget(parent) {}
27 virtual ~VP1MissingEtCollWidget();//{}
28
29protected:
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
38private Q_SLOTS:
39 void setShape(bool);
40
41};
42
43
44#endif
VP1CollectionWidget(QWidget *parent=0)
VP1MissingEtCollWidget(QWidget *parent=0)
void sortSections(QList< QString > &sections)