Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:43

0001 #ifndef L1Trigger_TrackerTFP_KalmanFilterFormatsRcd_h
0002 #define L1Trigger_TrackerTFP_KalmanFilterFormatsRcd_h
0003 
0004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0005 #include "L1Trigger/TrackerTFP/interface/DataFormatsRcd.h"
0006 #include "FWCore/Utilities/interface/mplVector.h"
0007 
0008 namespace trackerTFP {
0009 
0010   typedef edm::mpl::Vector<DataFormatsRcd> RcdsKalmanFilterFormats;
0011 
0012   class KalmanFilterFormatsRcd
0013       : public edm::eventsetup::DependentRecordImplementation<KalmanFilterFormatsRcd, RcdsKalmanFilterFormats> {};
0014 
0015 }  // namespace trackerTFP
0016 
0017 #endif