CMS 3D CMS Logo

L1MuDTPhiLutRcd.h
Go to the documentation of this file.
1 #ifndef L1MuDTPhiLutRCD_H
2 #define L1MuDTPhiLutRCD_H
3 
4 #include "boost/mpl/vector.hpp"
5 
6 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
10 
11 //class L1MuDTPhiLutRcd : public edm::eventsetup::EventSetupRecordImplementation<L1MuDTPhiLutRcd> {};
12 class L1MuDTPhiLutRcd : public edm::eventsetup::DependentRecordImplementation<L1MuDTPhiLutRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
13 
14 #endif