ATLAS Offline Software
Loading...
Searching...
No Matches
VP1MissingEtSystem.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5
7// //
8// Header file for class VP1MissingEtSystem //
9// //
10// Description: VP1 system displaying missing Et. //
11// //
12// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13// Initial version: May 2007, rewritten July 2008 //
14// //
16
17#ifndef VP1MISSINGETSYSTEM_H
18#define VP1MISSINGETSYSTEM_H
19
21
23
24 Q_OBJECT
25
26public:
28 virtual ~VP1MissingEtSystem();
29 void systemerase();
30 void buildEventSceneGraph(StoreGateSvc* sg, SoSeparator *root);
31 void userPickedNode(SoNode* pickedNode, SoPath * pickedPath);
32 QWidget * buildController();
33 QByteArray saveState();
34 void restoreFromState(QByteArray ba);
35
36private:
37 class Imp;
39
40};
41
42#endif
IVP13DSystemSimple(const QString &name, const QString &information, const QString &contact_info)
The Athena Transient Store API.
void restoreFromState(QByteArray ba)
void userPickedNode(SoNode *pickedNode, SoPath *pickedPath)
void buildEventSceneGraph(StoreGateSvc *sg, SoSeparator *root)