#include "MuonCondData/NswErrorCalibData.h"
#include <sstream>
#include "GeoModelHelpers/throwExcept.h"
Go to the source code of this file.
◆ errorParametrizer
◆ Input
◆ operator<() [1/2]
Definition at line 53 of file NswErrorCalibData.cxx.
54 if (
a.author() !=
b.clusAlgAuthor)
return a.author() <
b.clusAlgAuthor;
55 return a.maxStrip() <
b.strip;
◆ operator<() [2/2]
Definition at line 57 of file NswErrorCalibData.cxx.
58 if (
a.clusAlgAuthor !=
b.author())
return a.clusAlgAuthor <
b.author();
59 return a.strip <
b.minStrip();