CMS 3D CMS Logo

LHCInterpolatedOpticalFunctionsSetCollection.h
Go to the documentation of this file.
1 // Original Author: Jan Kašpar
2 
3 #ifndef CondFormats_PPSObjects_LHCInterpolatedOpticalFunctionsSetCollection_h
4 #define CondFormats_PPSObjects_LHCInterpolatedOpticalFunctionsSetCollection_h
5 
7 
8 #include <unordered_map>
9 
11  : public std::unordered_map<unsigned int, LHCInterpolatedOpticalFunctionsSet> {};
12 
13 #endif