Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:46:44

0001 #ifndef L1TTwinMuxParamsRcd_h
0002 #define L1TTwinMuxParamsRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Class  :     L1TwinMuxParamsRcd
0006 //
0007 // Author:      Giannis Flouris
0008 // Created:
0009 // mod g karathanasis
0010 //
0011 
0012 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0013 
0014 class L1TTwinMuxParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TTwinMuxParamsRcd> {};
0015 
0016 #endif