L1TMuonBarrelParamsO2ORcd

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef L1TBMTFParamsRcd_L1TBMTFParamsO2ORcd_h
#define L1TBMTFParamsRcd_L1TBMTFParamsO2ORcd_h
// -*- C++ -*-
//
// Class  :     L1TMuonBarrelParamsRcd
//
// Author:      Giannis Flouris
// Created:
//

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyListExtRcd.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyExtRcd.h"
#include "CondFormats/DataRecord/interface/L1TMuonBarrelParamsRcd.h"
class L1TMuonBarrelParamsO2ORcd
    : public edm::eventsetup::DependentRecordImplementation<
          L1TMuonBarrelParamsO2ORcd,
          edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TMuonBarrelParamsRcd> > {};

#endif