CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
StripCompactDigiSimLinks::TrackRecord Struct Reference

#include <StripCompactDigiSimLinks.h>

Public Member Functions

bool operator< (const TrackRecord &other) const
 
bool operator< (const key_type &otherKey) const
 
bool operator== (const key_type &otherKey) const
 
 TrackRecord ()
 
 TrackRecord (key_type k, unsigned int offset)
 

Public Attributes

key_type key
 
unsigned int start
 

Detailed Description

Definition at line 59 of file StripCompactDigiSimLinks.h.

Constructor & Destructor Documentation

StripCompactDigiSimLinks::TrackRecord::TrackRecord ( )
inline

Definition at line 60 of file StripCompactDigiSimLinks.h.

60 {}
StripCompactDigiSimLinks::TrackRecord::TrackRecord ( key_type  k,
unsigned int  offset 
)
inline

Member Function Documentation

bool StripCompactDigiSimLinks::TrackRecord::operator< ( const TrackRecord other) const
inline

Definition at line 65 of file StripCompactDigiSimLinks.h.

References key.

bool StripCompactDigiSimLinks::TrackRecord::operator< ( const key_type otherKey) const
inline

Definition at line 66 of file StripCompactDigiSimLinks.h.

66 { return key < otherKey; }
bool StripCompactDigiSimLinks::TrackRecord::operator== ( const key_type otherKey) const
inline

Definition at line 67 of file StripCompactDigiSimLinks.h.

67 { return key == otherKey; }

Member Data Documentation

key_type StripCompactDigiSimLinks::TrackRecord::key
unsigned int StripCompactDigiSimLinks::TrackRecord::start