L1TMuonOverlapFwVersionRcd

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
#ifndef L1TMTFOverlapFwVersionRcd_L1TMTFOverlapFwVersionRcd_h
#define L1TMTFOverlapFwVersionRcd_L1TMTFOverlapFwVersionRcd_h
// -*- C++ -*-
//
// Package:     CondFormats/DataRecord
// Class  :     L1TMuonOverlapFwVersionRcd
//
/**\class L1TMuonOverlapFwVersionRcd L1TMuonOverlapFwVersionRcd.h CondFormats/DataRecord/interface/L1TMuonOverlapFwVersionRcd.h

 Description: [one line class summary]

 Usage:
    <usage>

*/
//
// Author:      Michal Szleper
// Created:     Wed, 20 May 2020 13:50:35 GMT
//

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"

class L1TMuonOverlapFwVersionRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TMuonOverlapFwVersionRcd> {
};

#endif