Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:03

0001 #ifndef DataRecord_L1GtTriggerMenuRcd_h
0002 #define DataRecord_L1GtTriggerMenuRcd_h
0003 
0004 /**
0005  * \class L1GtTriggerMenuRcd
0006  * 
0007  * 
0008  * Description: record for L1 trigger menu.  
0009  *
0010  * Implementation:
0011  *    <TODO: enter implementation details>
0012  *   
0013  * \author: Vasile Mihai Ghete - HEPHY Vienna
0014  * 
0015  * $Date$
0016  * $Revision$
0017  *
0018  */
0019 
0020 // system include files
0021 #include "FWCore/Utilities/interface/mplVector.h"
0022 
0023 // user include files
0024 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0025 #include "CondFormats/DataRecord/interface/L1GtStableParametersRcd.h"
0026 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0027 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0028 
0029 // forward declarations
0030 
0031 // class declaration - record depends on L1GtStableParametersRcd
0032 class L1GtTriggerMenuRcd : public edm::eventsetup::DependentRecordImplementation<
0033                                L1GtTriggerMenuRcd,
0034                                edm::mpl::Vector<L1GtStableParametersRcd, L1TriggerKeyListRcd, L1TriggerKeyRcd> > {
0035   // empty
0036 };
0037 
0038 #endif