CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
mkfit::UpdateIndices Struct Reference

#include <MkFinder.h>

Public Member Functions

 UpdateIndices (int si, int ci, int hi)
 

Public Attributes

int cand_idx
 
int hit_idx
 
int seed_idx
 

Detailed Description

Definition at line 31 of file MkFinder.h.

Constructor & Destructor Documentation

◆ UpdateIndices()

mkfit::UpdateIndices::UpdateIndices ( int  si,
int  ci,
int  hi 
)
inline

Definition at line 36 of file MkFinder.h.

36 : seed_idx(si), cand_idx(ci), hit_idx(hi) {}
Definition: EPCuts.h:4

Member Data Documentation

◆ cand_idx

int mkfit::UpdateIndices::cand_idx

Definition at line 33 of file MkFinder.h.

◆ hit_idx

int mkfit::UpdateIndices::hit_idx

Definition at line 34 of file MkFinder.h.

◆ seed_idx

int mkfit::UpdateIndices::seed_idx

Definition at line 32 of file MkFinder.h.