CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CondFormats/DataRecord/interface/L1MuDTTFMasksRcd.h

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