Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataRecord_L1GtTriggerMaskTechTrigRcd_h
0002 #define DataRecord_L1GtTriggerMaskTechTrigRcd_h
0003 
0004 /**
0005  * \class L1GtTriggerMaskTechTrigRcd
0006  * 
0007  * 
0008  * Description: record for L1 GT mask for technical triggers.  
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/EventSetupRecordImplementation.h"
0025 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0026 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0027 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0028 
0029 // forward declarations
0030 
0031 // class declaration
0032 // class L1GtTriggerMaskTechTrigRcd
0033 //             : public edm::eventsetup::EventSetupRecordImplementation<L1GtTriggerMaskTechTrigRcd>
0034 // {
0035 
0036 //     // empty
0037 
0038 // };
0039 class L1GtTriggerMaskTechTrigRcd
0040     : public edm::eventsetup::DependentRecordImplementation<L1GtTriggerMaskTechTrigRcd,
0041                                                             edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
0042 
0043 #endif