ATLAS Offline Software
Loading...
Searching...
No Matches
SegmTrack.h File Reference
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}
static Double_t a