CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
SimHitInfoForLinks Struct Reference

#include <SimHitInfoForLinks.h>

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)
inlineexplicit

Definition at line 11 of file SimHitInfoForLinks.h.

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

Member Data Documentation

EncodedEventId SimHitInfoForLinks::eventId_

Definition at line 13 of file SimHitInfoForLinks.h.

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

Definition at line 14 of file SimHitInfoForLinks.h.