CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/FWCore/Framework/interface/eventSetupGetImplementation.h

Go to the documentation of this file.
00001 #ifndef Framework_eventSetupGetImplementation_h
00002 #define Framework_eventSetupGetImplementation_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Framework
00006 // Class  :     eventSetupGetImplementation
00007 // 
00016 //
00017 // Author:      Chris Jones
00018 // Created:     Fri Mar 25 16:31:17 EST 2005
00019 //
00020 
00021 // system include files
00022 
00023 // user include files
00024 
00025 // forward declarations
00026 namespace edm {
00027    class EventSetup;
00028    namespace eventsetup {
00029       
00030       template< class T>
00031          void eventSetupGetImplementation(EventSetup const &,
00032                                        T const *&);
00033    }
00034 }
00035 #endif