CMS 3D CMS Logo

SimWatcher.h
Go to the documentation of this file.
1 #ifndef Watcher_SimWatcher_h
2 #define Watcher_SimWatcher_h
3 // -*- C++ -*-
4 //
5 // Package: Watcher
6 // Class : SimWatcher
7 //
21 //
22 // Original Author:
23 // Created: Tue Nov 22 15:35:11 EST 2005
24 //
25 
26 // system include files
27 
28 // user include files
29 
30 // forward declarations
31 
33 {
34 
35  public:
37  virtual ~SimWatcher() {}
38 
39  // ---------- const member functions ---------------------
40 
41  // ---------- static member functions --------------------
42 
43  // ---------- member functions ---------------------------
44 
45  private:
46  SimWatcher(const SimWatcher&); // stop default
47 
48  const SimWatcher& operator=(const SimWatcher&); // stop default
49 
50  // ---------- member data --------------------------------
51 
52 };
53 
54 
55 #endif
virtual ~SimWatcher()
Definition: SimWatcher.h:37
const SimWatcher & operator=(const SimWatcher &)