CMS 3D CMS Logo

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