ATLAS Offline Software
Example3DSystem2.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 #ifndef EXAMPLE3DSYSTEM2_H
6 #define EXAMPLE3DSYSTEM2_H
7 
9 // //
10 // Header file for class Example3DSystem2 //
11 // //
12 // Author: Thomas Kittelmann <Thomas.Kittelmann@cern.ch> //
13 // //
14 // Initial version: June 2007 //
15 // //
17 
19 
21 
22  Q_OBJECT
23 
24 public:
26  virtual ~Example3DSystem2(){};
27  void buildEventSceneGraph(StoreGateSvc* sg, SoSeparator *root);
28 };
29 
30 #endif
Example3DSystem2::buildEventSceneGraph
void buildEventSceneGraph(StoreGateSvc *sg, SoSeparator *root)
Definition: Example3DSystem2.cxx:37
IVP13DSystemSimple
Definition: IVP13DSystemSimple.h:24
Example3DSystem2::Example3DSystem2
Example3DSystem2()
Definition: Example3DSystem2.cxx:27
sendEI_SPB.root
root
Definition: sendEI_SPB.py:34
IVP13DSystemSimple.h
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
Example3DSystem2::~Example3DSystem2
virtual ~Example3DSystem2()
Definition: Example3DSystem2.h:26
Example3DSystem2
Definition: Example3DSystem2.h:20