CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/DataRecord/interface/L1MuDTPtaLutRcd.h

Go to the documentation of this file.
00001 #ifndef L1MuDTPtaLutRCD_H
00002 #define L1MuDTPtaLutRCD_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 L1MuDTPtaLutRcd : public edm::eventsetup::EventSetupRecordImplementation<L1MuDTPtaLutRcd> {};
00012 class L1MuDTPtaLutRcd : public edm::eventsetup::DependentRecordImplementation<L1MuDTPtaLutRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00013 
00014 #endif