CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/CondFormats/CastorObjects/interface/CastorGains.h

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