Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:47:21

0001 // Original Author:  Jan Kašpar
0002 
0003 #ifndef CondFormats_PPSObjects_LHCInterpolatedOpticalFunctionsSetCollection_h
0004 #define CondFormats_PPSObjects_LHCInterpolatedOpticalFunctionsSetCollection_h
0005 
0006 #include "CondFormats/PPSObjects/interface/LHCInterpolatedOpticalFunctionsSet.h"
0007 
0008 #include <unordered_map>
0009 
0010 class LHCInterpolatedOpticalFunctionsSetCollection
0011     : public std::unordered_map<unsigned int, LHCInterpolatedOpticalFunctionsSet> {};
0012 
0013 #endif