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