ATLAS Offline Software
Typedefs | Functions
NswErrorCalibData.cxx File Reference
#include "MuonCondData/NswErrorCalibData.h"
#include <sstream>
Include dependency graph for NswErrorCalibData.cxx:

Go to the source code of this file.

Typedefs

using errorParametrizer = NswErrorCalibData::errorParametrizer
 
using Input = NswErrorCalibData::Input
 

Functions

bool operator< (const NswErrorCalibData::ErrorConstants &a, const NswErrorCalibData::ErrorIdentifier &b)
 
bool operator< (const NswErrorCalibData::ErrorIdentifier &a, const NswErrorCalibData::ErrorConstants &b)
 

Typedef Documentation

◆ errorParametrizer

Definition at line 4 of file NswErrorCalibData.cxx.

◆ Input

Definition at line 5 of file NswErrorCalibData.cxx.

Function Documentation

◆ operator<() [1/2]

Definition at line 52 of file NswErrorCalibData.cxx.

52  {
53  if (a.author() != b.clusAlgAuthor) return a.author() < b.clusAlgAuthor;
54  return a.maxStrip() < b.strip;
55 }

◆ operator<() [2/2]

Definition at line 56 of file NswErrorCalibData.cxx.

56  {
57  if (a.clusAlgAuthor != b.author()) return a.clusAlgAuthor < b.author();
58  return a.strip < b.minStrip();
59 }
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10