L1GtTriggerMaskVetoAlgoTrigRcd

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
#ifndef DataRecord_L1GtTriggerMaskVetoAlgoTrigRcd_h
#define DataRecord_L1GtTriggerMaskVetoAlgoTrigRcd_h

/**
 * \class L1GtTriggerMaskVetoAlgoTrigRcd
 * 
 * 
 * Description: record for L1 GT veto mask for algorithm triggers.  
 *
 * Implementation:
 *    <TODO: enter implementation details>
 *   
 * \author: Vasile Mihai Ghete - HEPHY Vienna
 * 
 * $Date$
 * $Revision$
 *
 */

// system include files
#include "FWCore/Utilities/interface/mplVector.h"

// user include files
//#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"

// forward declarations

// class declaration
// class L1GtTriggerMaskVetoAlgoTrigRcd
//             : public edm::eventsetup::EventSetupRecordImplementation<L1GtTriggerMaskVetoAlgoTrigRcd>
// {

//     // empty

// };
class L1GtTriggerMaskVetoAlgoTrigRcd
    : public edm::eventsetup::DependentRecordImplementation<L1GtTriggerMaskVetoAlgoTrigRcd,
                                                            edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};

#endif