CMS 3D CMS Logo

TH1AddDirectorySentry.h

Go to the documentation of this file.
00001 #ifndef PhysicsTools_UtilAlgos_TH1AddDirectorySentry_h
00002 #define PhysicsTools_UtilAlgos_TH1AddDirectorySentry_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     UtilAlgos
00006 // Class  :     TH1AddDirectorySentry
00007 // 
00018 //
00019 // Original Author:  Chris Jones
00020 //         Created:  Thu Nov  8 12:16:13 EST 2007
00021 // $Id: TH1AddDirectorySentry.h,v 1.1 2007/11/08 17:58:37 chrjones Exp $
00022 //
00023 
00024 // system include files
00025 
00026 // user include files
00027 
00028 // forward declarations
00029 
00030 class TH1AddDirectorySentry
00031 {
00032 
00033    public:
00034       TH1AddDirectorySentry();
00035       ~TH1AddDirectorySentry();
00036 
00037 
00038    private:
00039       TH1AddDirectorySentry(const TH1AddDirectorySentry&);
00040       TH1AddDirectorySentry& operator=(const TH1AddDirectorySentry&);
00041       bool status_;
00042 };
00043 
00044 
00045 #endif

Generated on Tue Jun 9 17:42:41 2009 for CMSSW by  doxygen 1.5.4