CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CondFormats/CastorObjects/interface/CastorGainWidths.h

Go to the documentation of this file.
00001 #ifndef CastorGainWidths_h
00002 #define CastorGainWidths_h
00003 
00011 #include "CondFormats/CastorObjects/interface/CastorCondObjectContainer.h"
00012 #include "CondFormats/CastorObjects/interface/CastorGainWidth.h"
00013 
00014 //typedef CastorCondObjectContainer<CastorGainWidth> CastorGainWidths;
00015 
00016 class CastorGainWidths: public CastorCondObjectContainer<CastorGainWidth>
00017 {
00018  public:
00019   CastorGainWidths():CastorCondObjectContainer<CastorGainWidth>() {}
00020 
00021   std::string myname() const {return (std::string)"CastorGainWidths";}
00022 
00023  private:
00024 };
00025 
00026 #endif