CMS 3D CMS Logo

EcalNextToDeadChannelRcd.h
Go to the documentation of this file.
1 #ifndef EcalNextToDeadChannelRcd_h
2 #define EcalNextToDeadChannelRcd_h
3 
4 #include "boost/mpl/vector.hpp"
7 
8 //
9 // Registration of to the EventSetup mechanism
10 //
11 
13  : public edm::eventsetup::DependentRecordImplementation<EcalNextToDeadChannelRcd,
14  boost::mpl::vector<EcalChannelStatusRcd> > {};
15 
16 #endif