ATLAS Offline Software
Classes | Functions
SegmTrack.h File Reference
#include "MuonSegment/MuonSegment.h"
Include dependency graph for SegmTrack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SegmTrack
 

Functions

bool operator== (const SegmTrack &a, const SegmTrack &b)
 

Function Documentation

◆ operator==()

bool operator== ( const SegmTrack a,
const SegmTrack b 
)
inline

Definition at line 93 of file SegmTrack.h.

93  {
94  for(int j=0;j<4;j++){
95  if(a.at(j)!=b.at(j))return false;
96  }
97  return true;
98 }
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10