#include <DTDigiSimLink.h>
Classes | |
struct | ChannelPacking |
Public Types | |
typedef uint32_t | ChannelType |
Public Member Functions | |
ChannelType | channel () const |
uint32_t | countsTDC () const |
DTDigiSimLink (int wireNr, int digiNr, int nTDC, unsigned int trackId, EncodedEventId evId) | |
DTDigiSimLink (int wireNr, int digiNr, double tdrift, unsigned int trackId, EncodedEventId evId) | |
DTDigiSimLink () | |
EncodedEventId | eventId () const |
int | number () const |
unsigned int | SimTrackId () const |
double | time () const |
int | wire () const |
Private Attributes | |
uint32_t | theCounts |
uint16_t | theDigiNumber |
EncodedEventId | theEventId |
uint32_t | theSimTrackId |
uint16_t | theWire |
Static Private Attributes | |
static const double | reso = 25./32. |
Definition at line 7 of file DTDigiSimLink.h.
typedef uint32_t DTDigiSimLink::ChannelType |
Definition at line 10 of file DTDigiSimLink.h.
|
explicit |
Definition at line 6 of file DTDigiSimLink.cc.
|
explicit |
Definition at line 14 of file DTDigiSimLink.cc.
DTDigiSimLink::DTDigiSimLink | ( | ) |
Definition at line 22 of file DTDigiSimLink.cc.
DTDigiSimLink::ChannelType DTDigiSimLink::channel | ( | ) | const |
Definition at line 30 of file DTDigiSimLink.cc.
References DTDigiSimLink::ChannelPacking::num, mps_fire::result, theDigiNumber, theWire, and DTDigiSimLink::ChannelPacking::wi.
uint32_t DTDigiSimLink::countsTDC | ( | ) | const |
EncodedEventId DTDigiSimLink::eventId | ( | ) | const |
Definition at line 48 of file DTDigiSimLink.cc.
References theEventId.
Referenced by ntupleDataFormat.Event::eventIdStr(), and operator<<().
int DTDigiSimLink::number | ( | ) | const |
Definition at line 40 of file DTDigiSimLink.cc.
References theDigiNumber.
Referenced by operator<<().
unsigned int DTDigiSimLink::SimTrackId | ( | ) | const |
Definition at line 46 of file DTDigiSimLink.cc.
References theSimTrackId.
Referenced by operator<<().
double DTDigiSimLink::time | ( | ) | const |
Definition at line 44 of file DTDigiSimLink.cc.
References reso, and theCounts.
Referenced by operator<<().
int DTDigiSimLink::wire | ( | ) | const |
|
staticprivate |
Definition at line 53 of file DTDigiSimLink.h.
Referenced by time().
|
private |
Definition at line 58 of file DTDigiSimLink.h.
Referenced by countsTDC(), and time().
|
private |
Definition at line 57 of file DTDigiSimLink.h.
|
private |
Definition at line 60 of file DTDigiSimLink.h.
Referenced by eventId().
|
private |
Definition at line 59 of file DTDigiSimLink.h.
Referenced by SimTrackId().
|
private |
Definition at line 56 of file DTDigiSimLink.h.