ATLAS Offline Software
Loading...
Searching...
No Matches
VP1RawDataSystem.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 VP1RawDataSystem //
9// //
10// Description: System displaying raw data (RDO's, BCM hits, //
11// LUCID hits, ... //
12// //
13// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14// Initial version: June 2008 (rewritten January 2009) //
15// //
17
18#ifndef VP1RAWDATASYSTEM_H
19#define VP1RAWDATASYSTEM_H
20
22
24
25 Q_OBJECT
26
27 public:
29 virtual ~VP1RawDataSystem();
30 void buildEventSceneGraph(StoreGateSvc* sg, SoSeparator *root);
31 void systemerase();
32 void systemuncreate();
33 void userPickedNode(SoNode* pickedNode, SoPath * pickedPath);
34 virtual QWidget * buildController();
35 QByteArray saveState();
36 void restoreFromState(QByteArray);
37
38private:
39 class Imp;
41};
42
43#endif
IVP13DSystemSimple(const QString &name, const QString &information, const QString &contact_info)
The Athena Transient Store API.
virtual QWidget * buildController()
void buildEventSceneGraph(StoreGateSvc *sg, SoSeparator *root)
void restoreFromState(QByteArray)
void userPickedNode(SoNode *pickedNode, SoPath *pickedPath)