CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DisplayPlugin.h
Go to the documentation of this file.
1 #ifndef Fireworks_Geometry_DisplayPlugin_h
2 #define Fireworks_Geometry_DisplayPlugin_h
3 // -*- C++ -*-
4 //
5 // Package: Geometry
6 // Class : DisplayPlugin
7 //
16 //
17 // Original Author:
18 // Created: Thu Mar 18 04:08:58 CDT 2010
19 //
20 
21 // system include files
22 
23 // user include files
24 
25 // forward declarations
26 namespace edm { class EventSetup; }
27 
28 namespace fireworks {
29  namespace geometry {
31  {
32 
33  public:
34  DisplayPlugin();
35  virtual ~DisplayPlugin();
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40 
41  // ---------- member functions ---------------------------
42  virtual void run(const edm::EventSetup&) = 0;
43 
44  private:
45  DisplayPlugin(const DisplayPlugin&); // stop default
46 
47  const DisplayPlugin& operator=(const DisplayPlugin&); // stop default
48 
49  // ---------- member data --------------------------------
50 
51  };
52  }
53 }
54 
55 #endif
virtual void run(const edm::EventSetup &)=0
ESHandle< TrackerGeometry > geometry
const DisplayPlugin & operator=(const DisplayPlugin &)