![]() |
![]() |
#include <SimDataFormats/TrackerDigiSimLink/interface/PixelDigiSimLink.h>
Public Member Functions | |
unsigned int | channel () const |
EncodedEventId | eventId () const |
float | fraction () const |
bool | operator< (const PixelDigiSimLink &other) const |
PixelDigiSimLink () | |
PixelDigiSimLink (unsigned int ch, unsigned int tkId, EncodedEventId e, float a) | |
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] |
EncodedEventId PixelDigiSimLink::eventId | ( | ) | const [inline] |
float PixelDigiSimLink::fraction | ( | ) | const [inline] |
Definition at line 25 of file PixelDigiSimLink.h.
References fract.
Referenced by operator<().
00025 {return fract;};
bool PixelDigiSimLink::operator< | ( | const PixelDigiSimLink & | other | ) | const [inline] |
unsigned int PixelDigiSimLink::SimTrackId | ( | ) | const [inline] |
unsigned int PixelDigiSimLink::chan [private] |
EncodedEventId PixelDigiSimLink::eId [private] |
float PixelDigiSimLink::fract [private] |
unsigned int PixelDigiSimLink::simTkId [private] |
Definition at line 32 of file PixelDigiSimLink.h.
Referenced by PixelDigiSimLink(), and SimTrackId().