CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/SimG4Core/Watcher/interface/SimWatcher.h

Go to the documentation of this file.
00001 #ifndef Watcher_SimWatcher_h
00002 #define Watcher_SimWatcher_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Watcher
00006 // Class  :     SimWatcher
00007 // 
00021 //
00022 // Original Author:  
00023 //         Created:  Tue Nov 22 15:35:11 EST 2005
00024 // $Id: SimWatcher.h,v 1.1 2005/11/22 22:02:08 chrjones Exp $
00025 //
00026 
00027 // system include files
00028 
00029 // user include files
00030 
00031 // forward declarations
00032 
00033 class SimWatcher
00034 {
00035 
00036    public:
00037       SimWatcher() {}
00038       virtual ~SimWatcher() {}
00039 
00040       // ---------- const member functions ---------------------
00041 
00042       // ---------- static member functions --------------------
00043 
00044       // ---------- member functions ---------------------------
00045 
00046    private:
00047       SimWatcher(const SimWatcher&); // stop default
00048 
00049       const SimWatcher& operator=(const SimWatcher&); // stop default
00050 
00051       // ---------- member data --------------------------------
00052 
00053 };
00054 
00055 
00056 #endif