CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
MkFitHitIndexMap::MkFitHit Class Reference

#include <MkFitHitIndexMap.h>

Public Member Functions

int index () const
 
int layer () const
 
 MkFitHit ()=default
 
 MkFitHit (int i, int l)
 

Private Attributes

int index_ = -1
 
int layer_ = -1
 

Detailed Description

Definition at line 19 of file MkFitHitIndexMap.h.

Constructor & Destructor Documentation

◆ MkFitHit() [1/2]

MkFitHitIndexMap::MkFitHit::MkFitHit ( )
default

◆ MkFitHit() [2/2]

MkFitHitIndexMap::MkFitHit::MkFitHit ( int  i,
int  l 
)
inlineexplicit

Definition at line 22 of file MkFitHitIndexMap.h.

22 : index_{i}, layer_{l} {}

References mps_fire::i.

Member Function Documentation

◆ index()

int MkFitHitIndexMap::MkFitHit::index ( ) const
inline

Definition at line 24 of file MkFitHitIndexMap.h.

24 { return index_; }

References index_.

Referenced by MkFitOutputConverter::convertCandidates(), and BeautifulSoup.PageElement::insert().

◆ layer()

int MkFitHitIndexMap::MkFitHit::layer ( ) const
inline

Definition at line 25 of file MkFitHitIndexMap.h.

25 { return layer_; }

References layer_.

Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().

Member Data Documentation

◆ index_

int MkFitHitIndexMap::MkFitHit::index_ = -1
private

Definition at line 28 of file MkFitHitIndexMap.h.

Referenced by index().

◆ layer_

int MkFitHitIndexMap::MkFitHit::layer_ = -1
private

Definition at line 29 of file MkFitHitIndexMap.h.

Referenced by layer().

mps_fire.i
i
Definition: mps_fire.py:428
MkFitHitIndexMap::MkFitHit::index_
int index_
Definition: MkFitHitIndexMap.h:28
cmsLHEtoEOSManager.l
l
Definition: cmsLHEtoEOSManager.py:204
MkFitHitIndexMap::MkFitHit::layer_
int layer_
Definition: MkFitHitIndexMap.h:29