CMS 3D CMS Logo

Public Member Functions | Public Attributes

SimHitInfoForLinks Struct Reference

#include <SimHitInfoForLinks.h>

List of all members.

Public Member Functions

 SimHitInfoForLinks (PSimHit const *hitp)

Public Attributes

EncodedEventId eventId_
std::vector< unsigned int > trackIds_

Detailed Description

Definition at line 10 of file SimHitInfoForLinks.h.


Constructor & Destructor Documentation

SimHitInfoForLinks::SimHitInfoForLinks ( PSimHit const *  hitp) [inline, explicit]

Definition at line 11 of file SimHitInfoForLinks.h.

                                                     : eventId_(hitp->eventId()), trackIds_(1, hitp->trackId()) {
    }

Member Data Documentation

Definition at line 13 of file SimHitInfoForLinks.h.

std::vector<unsigned int> SimHitInfoForLinks::trackIds_

Definition at line 14 of file SimHitInfoForLinks.h.