Class Reference for E1039 Core & Analysis Software
PartTrackKey Class Reference

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

+ Inheritance diagram for PartTrackKey:
+ Collaboration diagram for PartTrackKey:

Public Member Functions

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

Public Attributes

TrackletKey k0
 
TrackletKey k1
 

Friends

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

Detailed Description

Definition at line 54 of file PatternDB.h.

Constructor & Destructor Documentation

◆ PartTrackKey() [1/3]

PartTrackKey::PartTrackKey ( )
inline

Definition at line 56 of file PatternDB.h.

◆ PartTrackKey() [2/3]

PartTrackKey::PartTrackKey ( const TrackletKey i0,
const TrackletKey i1 
)
inline

Definition at line 57 of file PatternDB.h.

◆ PartTrackKey() [3/3]

PartTrackKey::PartTrackKey ( const PartTrackKey k)
inline

Definition at line 58 of file PatternDB.h.

Member Function Documentation

◆ ClassDef()

PartTrackKey::ClassDef ( PartTrackKey  ,
 
)

◆ operator!=()

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

Definition at line 65 of file PatternDB.h.

References k0, and k1.

◆ operator<()

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

Definition at line 66 of file PatternDB.h.

References k0, and k1.

◆ operator==()

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

Definition at line 64 of file PatternDB.h.

References k0, and k1.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 72 of file PatternDB.h.

Member Data Documentation

◆ k0

TrackletKey PartTrackKey::k0

Definition at line 61 of file PatternDB.h.

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

◆ k1

TrackletKey PartTrackKey::k1

Definition at line 62 of file PatternDB.h.

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


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