CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/CondFormats/DataRecord/interface/L1MuDTEtaPatternLutRcd.h

Go to the documentation of this file.
00001 #ifndef L1MuDTEtaPatternLutRCD_H
00002 #define L1MuDTEtaPatternLutRCD_H
00003 
00004 #include "boost/mpl/vector.hpp"
00005 
00006 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00007 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00008 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00009 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00010 
00011 //class L1MuDTEtaPatternLutRcd : public edm::eventsetup::EventSetupRecordImplementation<L1MuDTEtaPatternLutRcd> {};
00012 class L1MuDTEtaPatternLutRcd : public edm::eventsetup::DependentRecordImplementation<L1MuDTEtaPatternLutRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00013 
00014 #endif