Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef L1TBMTFKalmanParamsRcd_L1TBMTFKalmanParamsRcd_h
0002 #define L1TBMTFKalmanParamsRcd_L1TBMTFKalmanParamsRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Class  :     L1TMuonBarrelKalmanParamsRcd
0006 //
0007 // Author:      Panos Katsoulis
0008 // Created:
0009 //
0010 
0011 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0012 
0013 class L1TMuonBarrelKalmanParamsRcd
0014     : public edm::eventsetup::EventSetupRecordImplementation<L1TMuonBarrelKalmanParamsRcd> {};
0015 
0016 #endif