Go to the documentation of this file.00001 #ifndef DataRecord_CSCDBL1TPParametersRcd_h
00002
00003 #define DataRecord_CSCDBL1TPParametersRcd_h
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037 #include "boost/mpl/vector.hpp"
00038
00039
00040 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00041 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00042 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00043
00044
00045
00046
00047 class CSCDBL1TPParametersRcd : public edm::eventsetup::DependentRecordImplementation<CSCDBL1TPParametersRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00048
00049
00050
00051 #endif