CMS 3D CMS Logo

Public Member Functions | Public Attributes

StripCompactDigiSimLinks::RevLink Struct Reference

#include <StripCompactDigiSimLinks.h>

List of all members.

Public Member Functions

 RevLink (const TrackRecord &track, const HitRecord &hit)

Public Attributes

EncodedEventId eventId
uint16_t firstStrip
uint16_t lastStrip
unsigned int simTrackId

Detailed Description

Definition at line 70 of file StripCompactDigiSimLinks.h.


Constructor & Destructor Documentation

StripCompactDigiSimLinks::RevLink::RevLink ( const TrackRecord track,
const HitRecord hit 
) [inline]

Definition at line 71 of file StripCompactDigiSimLinks.h.

                                                                    : 
                eventId(track.key.first), simTrackId(track.key.second), 
                firstStrip(hit.firstStrip), lastStrip(hit.firstStrip+hit.nStrips-1) {}

Member Data Documentation

Definition at line 74 of file StripCompactDigiSimLinks.h.

Definition at line 76 of file StripCompactDigiSimLinks.h.

Definition at line 77 of file StripCompactDigiSimLinks.h.

Definition at line 75 of file StripCompactDigiSimLinks.h.