CMS 3D CMS Logo

L1GtTriggerMenuRcd.h
Go to the documentation of this file.
1 #ifndef DataRecord_L1GtTriggerMenuRcd_h
2 #define DataRecord_L1GtTriggerMenuRcd_h
3 
20 // system include files
21 #include "boost/mpl/vector.hpp"
22 
23 // user include files
28 
29 // forward declarations
30 
31 // class declaration - record depends on L1GtStableParametersRcd
33  L1GtTriggerMenuRcd,
34  boost::mpl::vector<L1GtStableParametersRcd, L1TriggerKeyListRcd, L1TriggerKeyRcd> > {
35  // empty
36 };
37 
38 #endif