#include <PixelDigiSimLink.h>
Public Member Functions | |
unsigned int | channel () const |
EncodedEventId | eventId () const |
float | fraction () const |
bool | operator< (const PixelDigiSimLink &other) const |
PixelDigiSimLink (unsigned int ch, unsigned int tkId, EncodedEventId e, float a) | |
PixelDigiSimLink () | |
unsigned int | SimTrackId () const |
~PixelDigiSimLink () | |
Private Attributes | |
unsigned int | chan |
EncodedEventId | eId |
float | fract |
unsigned int | simTkId |
Definition at line 8 of file PixelDigiSimLink.h.
PixelDigiSimLink::PixelDigiSimLink | ( | unsigned int | ch, |
unsigned int | tkId, | ||
EncodedEventId | e, | ||
float | a | ||
) | [inline] |
PixelDigiSimLink::PixelDigiSimLink | ( | ) | [inline] |
PixelDigiSimLink::~PixelDigiSimLink | ( | ) | [inline] |
Definition at line 21 of file PixelDigiSimLink.h.
{};
unsigned int PixelDigiSimLink::channel | ( | ) | const [inline] |
EncodedEventId PixelDigiSimLink::eventId | ( | ) | const [inline] |
float PixelDigiSimLink::fraction | ( | ) | const [inline] |
Definition at line 25 of file PixelDigiSimLink.h.
References fract.
Referenced by operator<().
{return fract;};
bool PixelDigiSimLink::operator< | ( | const PixelDigiSimLink & | other | ) | const [inline] |
Definition at line 28 of file PixelDigiSimLink.h.
References fraction().
unsigned int PixelDigiSimLink::SimTrackId | ( | ) | const [inline] |
unsigned int PixelDigiSimLink::chan [private] |
Definition at line 31 of file PixelDigiSimLink.h.
Referenced by channel(), and PixelDigiSimLink().
EncodedEventId PixelDigiSimLink::eId [private] |
Definition at line 33 of file PixelDigiSimLink.h.
Referenced by eventId(), and PixelDigiSimLink().
float PixelDigiSimLink::fract [private] |
Definition at line 34 of file PixelDigiSimLink.h.
Referenced by fraction(), and PixelDigiSimLink().
unsigned int PixelDigiSimLink::simTkId [private] |
Definition at line 32 of file PixelDigiSimLink.h.
Referenced by PixelDigiSimLink(), and SimTrackId().