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 // $Id: DisplayPlugin.h,v 1.1 2010/04/01 21:57:59 chrjones Exp $
20 //
21 
22 // system include files
23 
24 // user include files
25 
26 // forward declarations
27 namespace edm { class EventSetup; }
28 
29 namespace fireworks {
30  namespace geometry {
32  {
33 
34  public:
35  DisplayPlugin();
36  virtual ~DisplayPlugin();
37 
38  // ---------- const member functions ---------------------
39 
40  // ---------- static member functions --------------------
41 
42  // ---------- member functions ---------------------------
43  virtual void run(const edm::EventSetup&) = 0;
44 
45  private:
46  DisplayPlugin(const DisplayPlugin&); // stop default
47 
48  const DisplayPlugin& operator=(const DisplayPlugin&); // stop default
49 
50  // ---------- member data --------------------------------
51 
52  };
53  }
54 }
55 
56 #endif
virtual void run(const edm::EventSetup &)=0
ESHandle< TrackerGeometry > geometry
const DisplayPlugin & operator=(const DisplayPlugin &)