Class Reference for E1039 Core & Analysis Software
GlobTrackKey Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/patterndb/PatternDB.h>

+ Inheritance diagram for GlobTrackKey:
+ Collaboration diagram for GlobTrackKey:

Public Member Functions

 GlobTrackKey ()
 
 GlobTrackKey (const TrackletKey &i0, const TrackletKey &i1, const TrackletKey &i2)
 
 GlobTrackKey (const GlobTrackKey &k)
 
bool operator== (const GlobTrackKey &k) const
 
bool operator!= (const GlobTrackKey &k) const
 
bool operator< (const GlobTrackKey &k) const
 
 ClassDef (GlobTrackKey, 1)
 

Public Attributes

TrackletKey k0
 
TrackletKey k1
 
TrackletKey k2
 

Friends

std::ostream & operator<< (std::ostream &out, const GlobTrackKey &key)
 

Detailed Description

Definition at line 84 of file PatternDB.h.

Constructor & Destructor Documentation

◆ GlobTrackKey() [1/3]

GlobTrackKey::GlobTrackKey ( )
inline

Definition at line 86 of file PatternDB.h.

◆ GlobTrackKey() [2/3]

GlobTrackKey::GlobTrackKey ( const TrackletKey i0,
const TrackletKey i1,
const TrackletKey i2 
)
inline

Definition at line 87 of file PatternDB.h.

◆ GlobTrackKey() [3/3]

GlobTrackKey::GlobTrackKey ( const GlobTrackKey k)
inline

Definition at line 88 of file PatternDB.h.

Member Function Documentation

◆ ClassDef()

GlobTrackKey::ClassDef ( GlobTrackKey  ,
 
)

◆ operator!=()

bool GlobTrackKey::operator!= ( const GlobTrackKey k) const
inline

Definition at line 96 of file PatternDB.h.

References k0, k1, and k2.

◆ operator<()

bool GlobTrackKey::operator< ( const GlobTrackKey k) const
inline

Definition at line 97 of file PatternDB.h.

References k0, k1, and k2.

◆ operator==()

bool GlobTrackKey::operator== ( const GlobTrackKey k) const
inline

Definition at line 95 of file PatternDB.h.

References k0, k1, and k2.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const GlobTrackKey key 
)
friend

Definition at line 104 of file PatternDB.h.

Member Data Documentation

◆ k0

TrackletKey GlobTrackKey::k0

Definition at line 91 of file PatternDB.h.

Referenced by operator!=(), operator<(), and operator==().

◆ k1

TrackletKey GlobTrackKey::k1

Definition at line 92 of file PatternDB.h.

Referenced by operator!=(), operator<(), and operator==().

◆ k2

TrackletKey GlobTrackKey::k2

Definition at line 93 of file PatternDB.h.

Referenced by operator!=(), operator<(), and operator==().


The documentation for this class was generated from the following file: