CMS 3D CMS Logo

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