ATLAS Offline Software
VP1CaloLegoSystem.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 #ifndef VP1CALOLEGOSYSTEM_H
6 #define VP1CALOLEGOSYSTEM_H
7 
9 
11 {
12  Q_OBJECT
13 
14  public:
15 
16  // Public type definitions:
17 
18  enum POSITION { FRONT, CENTER, BACK };
19 
22 
23  QWidget* buildController();
24 
25  void systemcreate(StoreGateSvc* detstore);
26  void systemuncreate();
27  void systemerase();
28  void buildPermanentSceneGraph(StoreGateSvc* detstore,SoSeparator *root);
29  void buildEventSceneGraph(StoreGateSvc* sg, SoSeparator *root);
30 
31  // In this system it is sometimes necessary to recreate the grid
32  // eta-phi boundaries.
33  void createEtaPhi();
34 
35  void userPickedNode(SoNode* pickedNode, SoPath *pickedPath);
36  QByteArray saveState();
37  void restoreFromState(QByteArray ba);
38 
39  protected Q_SLOTS:
40  void checkboxChanged();
41 
42  private:
43  class Clockwork;
45 
46 
47 };
48 
49 #endif
VP1CaloLegoSystem::checkboxChanged
void checkboxChanged()
Definition: VP1CaloLegoSystem.cxx:457
VP1CaloLegoSystem::buildPermanentSceneGraph
void buildPermanentSceneGraph(StoreGateSvc *detstore, SoSeparator *root)
Definition: VP1CaloLegoSystem.cxx:121
VP1CaloLegoSystem::restoreFromState
void restoreFromState(QByteArray ba)
Definition: VP1CaloLegoSystem.cxx:508
IVP13DSystemSimple
Definition: IVP13DSystemSimple.h:24
VP1CaloLegoSystem::systemerase
void systemerase()
Definition: VP1CaloLegoSystem.cxx:180
VP1CaloLegoSystem::systemcreate
void systemcreate(StoreGateSvc *detstore)
Definition: VP1CaloLegoSystem.cxx:117
VP1CaloLegoSystem::m_clockwork
Clockwork * m_clockwork
Definition: VP1CaloLegoSystem.h:43
VP1CaloLegoSystem::buildEventSceneGraph
void buildEventSceneGraph(StoreGateSvc *sg, SoSeparator *root)
Definition: VP1CaloLegoSystem.cxx:453
VP1CaloLegoSystem::buildController
QWidget * buildController()
Definition: VP1CaloLegoSystem.cxx:82
sendEI_SPB.root
root
Definition: sendEI_SPB.py:34
IVP13DSystemSimple.h
VP1CaloLegoSystem::VP1CaloLegoSystem
VP1CaloLegoSystem()
Definition: VP1CaloLegoSystem.cxx:68
VP1CaloLegoSystem
Definition: VP1CaloLegoSystem.h:11
VP1CaloLegoSystem::userPickedNode
void userPickedNode(SoNode *pickedNode, SoPath *pickedPath)
Definition: VP1CaloLegoSystem.cxx:484
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
VP1CaloLegoSystem::CENTER
@ CENTER
Definition: VP1CaloLegoSystem.h:18
VP1CaloLegoSystem::Clockwork
Definition: VP1CaloLegoSystem.cxx:40
VP1CaloLegoSystem::createEtaPhi
void createEtaPhi()
Definition: VP1CaloLegoSystem.cxx:217
VP1CaloLegoSystem::systemuncreate
void systemuncreate()
Definition: VP1CaloLegoSystem.cxx:191
VP1CaloLegoSystem::POSITION
POSITION
Definition: VP1CaloLegoSystem.h:18
VP1CaloLegoSystem::~VP1CaloLegoSystem
~VP1CaloLegoSystem()
Definition: VP1CaloLegoSystem.cxx:76
VP1CaloLegoSystem::BACK
@ BACK
Definition: VP1CaloLegoSystem.h:18
VP1CaloLegoSystem::FRONT
@ FRONT
Definition: VP1CaloLegoSystem.h:18
VP1CaloLegoSystem::saveState
QByteArray saveState()
Definition: VP1CaloLegoSystem.cxx:488