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