CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/FWCore/Framework/src/ESProducer.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:     Framework
00004 // Class  :     ESProducer
00005 // 
00006 // Implementation:
00007 //     <Notes on implementation>
00008 //
00009 // Author:      Chris Jones
00010 // Created:     Sat Apr 16 10:19:37 EDT 2005
00011 // $Id: ESProducer.cc,v 1.4 2005/10/01 21:11:36 chrjones Exp $
00012 //
00013 
00014 // system include files
00015 
00016 // user include files
00017 #include "FWCore/Framework/interface/ESProducer.h"
00018 
00019 
00020 //
00021 // constants, enums and typedefs
00022 //
00023 namespace edm {
00024 //
00025 // static data member definitions
00026 //
00027 
00028 //
00029 // constructors and destructor
00030 //
00031 ESProducer::ESProducer()
00032 {
00033 }
00034 
00035 // ESProducer::ESProducer(const ESProducer& rhs)
00036 // {
00037 //    // do actual copying here;
00038 // }
00039 
00040 ESProducer::~ESProducer()
00041 {
00042 }
00043 
00044 //
00045 // assignment operators
00046 //
00047 // const ESProducer& ESProducer::operator=(const ESProducer& rhs)
00048 // {
00049 //   //An exception safe implementation is
00050 //   ESProducer temp(rhs);
00051 //   swap(rhs);
00052 //
00053 //   return *this;
00054 // }
00055 
00056 //
00057 // member functions
00058 //
00059 
00060 //
00061 // const member functions
00062 //
00063 
00064 //
00065 // static member functions
00066 //
00067 }