CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelAlgoRcd.h

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 // Registration of EcalSeverityLevelAlgo to the EventSetup mechanism
00011 //
00012 
00013 class EcalSeverityLevelAlgoRcd : public edm::eventsetup::DependentRecordImplementation<EcalSeverityLevelAlgoRcd, boost::mpl::vector<EcalChannelStatusRcd> > {};
00014 
00015 #endif