Go to the documentation of this file.00001 #ifndef EcalSeverityLevelAlgoRcd_h
00002 #define EcalSeverityLevelAlgoRcd_h
00003
00004
00005 #include "boost/mpl/vector.hpp"
00006 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00007 #include "CondFormats/DataRecord/interface/EcalChannelStatusRcd.h"
00008
00009
00010
00011
00012
00013 class EcalSeverityLevelAlgoRcd : public edm::eventsetup::DependentRecordImplementation<EcalSeverityLevelAlgoRcd, boost::mpl::vector<EcalChannelStatusRcd> > {};
00014
00015 #endif