ATLAS Offline Software
VP1CaloClusterSystem.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 VP1CaloClusterSystem //
9 // //
10 // Description: System displaying clusters //
11 // //
12 // Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13 // Initial version: June 2008 //
14 // //
16 
17 #ifndef VP1CALOCLUSTERSYSTEM_H
18 #define VP1CALOCLUSTERSYSTEM_H
19 
21 
23 
24  Q_OBJECT
25 
26  public:
28  virtual ~VP1CaloClusterSystem();
29  void buildEventSceneGraph(StoreGateSvc* sg, SoSeparator *root);
30  void systemerase();
31  void userPickedNode(SoNode* pickedNode, SoPath * pickedPath);
32  virtual QWidget * buildController();
33  QByteArray saveState();
34  void restoreFromState(QByteArray);
35 
36 private:
37  class Imp;
38  Imp * m_d;
39 };
40 
41 #endif
VP1CaloClusterSystem::buildController
virtual QWidget * buildController()
Definition: VP1CaloClusterSystem.cxx:71
IVP13DSystemSimple
Definition: IVP13DSystemSimple.h:24
VP1CaloClusterSystem::saveState
QByteArray saveState()
Definition: VP1CaloClusterSystem.cxx:90
sendEI_SPB.root
root
Definition: sendEI_SPB.py:34
IVP13DSystemSimple.h
VP1CaloClusterSystem
Definition: VP1CaloClusterSystem.h:22
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:125
VP1CaloClusterSystem::userPickedNode
void userPickedNode(SoNode *pickedNode, SoPath *pickedPath)
Definition: VP1CaloClusterSystem.cxx:78
VP1CaloClusterSystem::~VP1CaloClusterSystem
virtual ~VP1CaloClusterSystem()
Definition: VP1CaloClusterSystem.cxx:44
VP1CaloClusterSystem::VP1CaloClusterSystem
VP1CaloClusterSystem()
Definition: VP1CaloClusterSystem.cxx:35
VP1CaloClusterSystem::systemerase
void systemerase()
Definition: VP1CaloClusterSystem.cxx:50
VP1CaloClusterSystem::Imp
Definition: VP1CaloClusterSystem.cxx:27
VP1CaloClusterSystem::m_d
Imp * m_d
Definition: VP1CaloClusterSystem.h:37
VP1CaloClusterSystem::buildEventSceneGraph
void buildEventSceneGraph(StoreGateSvc *sg, SoSeparator *root)
Definition: VP1CaloClusterSystem.cxx:57
VP1CaloClusterSystem::restoreFromState
void restoreFromState(QByteArray)
Definition: VP1CaloClusterSystem.cxx:106