Class Reference for E1039 Core & Analysis Software
TrackletKey Class Reference

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

+ Inheritance diagram for TrackletKey:
+ Collaboration diagram for TrackletKey:

Public Member Functions

 TrackletKey ()
 
 TrackletKey (const unsigned char st, const unsigned char x, const unsigned char u, const unsigned char v)
 
 TrackletKey (const TrackletKey &k)
 
bool operator== (const TrackletKey &k) const
 
bool operator!= (const TrackletKey &k) const
 
bool operator< (const TrackletKey &k) const
 
 ClassDef (TrackletKey, 1)
 

Public Attributes

unsigned char St
 
unsigned char X
 
unsigned char U
 
unsigned char V
 

Friends

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

Detailed Description

Definition at line 20 of file PatternDB.h.

Constructor & Destructor Documentation

◆ TrackletKey() [1/3]

TrackletKey::TrackletKey ( )
inline

Definition at line 22 of file PatternDB.h.

◆ TrackletKey() [2/3]

TrackletKey::TrackletKey ( const unsigned char  st,
const unsigned char  x,
const unsigned char  u,
const unsigned char  v 
)
inline

Definition at line 23 of file PatternDB.h.

◆ TrackletKey() [3/3]

TrackletKey::TrackletKey ( const TrackletKey k)
inline

Definition at line 24 of file PatternDB.h.

Member Function Documentation

◆ ClassDef()

TrackletKey::ClassDef ( TrackletKey  ,
 
)

◆ operator!=()

bool TrackletKey::operator!= ( const TrackletKey k) const

Definition at line 52 of file PatternDB.cxx.

◆ operator<()

bool TrackletKey::operator< ( const TrackletKey k) const

Definition at line 57 of file PatternDB.cxx.

References St, U, V, and X.

◆ operator==()

bool TrackletKey::operator== ( const TrackletKey k) const

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 38 of file PatternDB.h.

Member Data Documentation

◆ St

unsigned char TrackletKey::St

Definition at line 27 of file PatternDB.h.

Referenced by operator<().

◆ U

unsigned char TrackletKey::U

Definition at line 29 of file PatternDB.h.

Referenced by operator<().

◆ V

unsigned char TrackletKey::V

Definition at line 30 of file PatternDB.h.

Referenced by operator<().

◆ X

unsigned char TrackletKey::X

Definition at line 28 of file PatternDB.h.

Referenced by operator<().


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