9 #ifndef _H_PatternDB_H_
10 #define _H_PatternDB_H_
23 TrackletKey(
const unsigned char st,
const unsigned char x,
const unsigned char u,
const unsigned char v) :
St(st),
X(x),
U(u),
V(v){}
42 << (
unsigned int)key.
St
43 <<
", " << (
unsigned int)key.
X
44 <<
", " << (
unsigned int)key.
U
45 <<
", " << (
unsigned int)key.
V
67 if (
k0<k.
k0)
return true;
68 else if(
k0==k.
k0 and
k1<k.
k1)
return true;
74 <<
"PartTrackKey: " << std::endl
98 if (
k0<k.
k0)
return true;
99 else if(
k0==k.
k0 and
k1<k.
k1)
return true;
106 <<
"GlobTrackKey: " << std::endl
132 virtual void identify(std::ostream& os = std::cout)
const;
142 std::set<TrackletKey>
St1;
143 std::set<TrackletKey>
St2;
144 std::set<TrackletKey>
St3;
bool operator!=(const GlobTrackKey &k) const
bool operator<(const GlobTrackKey &k) const
GlobTrackKey(const TrackletKey &i0, const TrackletKey &i1, const TrackletKey &i2)
bool operator==(const GlobTrackKey &k) const
friend std::ostream & operator<<(std::ostream &out, const GlobTrackKey &key)
ClassDef(GlobTrackKey, 1)
GlobTrackKey(const GlobTrackKey &k)
bool operator==(const PartTrackKey &k) const
ClassDef(PartTrackKey, 1)
friend std::ostream & operator<<(std::ostream &out, const PartTrackKey &key)
PartTrackKey(const PartTrackKey &k)
bool operator!=(const PartTrackKey &k) const
bool operator<(const PartTrackKey &k) const
PartTrackKey(const TrackletKey &i0, const TrackletKey &i1)
PatternDB interface objects.
std::set< TrackletKey > St2
static const TrackletKey ERR_KEY
virtual int isValid() const
isValid returns non zero if object contains vailid data
virtual void Reset()
Clear Event.
std::set< GlobTrackKey > St123
std::set< PartTrackKey > St23
std::set< TrackletKey > St1
virtual PatternDB * Clone() const
std::set< TrackletKey > St3
virtual void identify(std::ostream &os=std::cout) const
bool operator==(const TrackletKey &k) const
friend std::ostream & operator<<(std::ostream &out, const TrackletKey &key)
TrackletKey(const unsigned char st, const unsigned char x, const unsigned char u, const unsigned char v)
bool operator<(const TrackletKey &k) const
TrackletKey(const TrackletKey &k)
bool operator!=(const TrackletKey &k) const