test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalSeverityLevelAlgoRcd.h
Go to the documentation of this file.
1 #ifndef EcalSeverityLevelAlgoRcd_h
2 #define EcalSeverityLevelAlgoRcd_h
3 
4 
5 #include "boost/mpl/vector.hpp"
8 
9 //
10 // Registration of EcalSeverityLevelAlgo to the EventSetup mechanism
11 //
12 
13 class EcalSeverityLevelAlgoRcd : public edm::eventsetup::DependentRecordImplementation<EcalSeverityLevelAlgoRcd, boost::mpl::vector<EcalChannelStatusRcd> > {};
14 
15 #endif