Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef L1TMTFOverlapFwVersionRcd_L1TMTFOverlapFwVersionRcd_h
0002 #define L1TMTFOverlapFwVersionRcd_L1TMTFOverlapFwVersionRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecord
0006 // Class  :     L1TMuonOverlapFwVersionRcd
0007 //
0008 /**\class L1TMuonOverlapFwVersionRcd L1TMuonOverlapFwVersionRcd.h CondFormats/DataRecord/interface/L1TMuonOverlapFwVersionRcd.h
0009 
0010  Description: [one line class summary]
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:      Michal Szleper
0018 // Created:     Wed, 20 May 2020 13:50:35 GMT
0019 //
0020 
0021 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0022 
0023 class L1TMuonOverlapFwVersionRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TMuonOverlapFwVersionRcd> {
0024 };
0025 
0026 #endif