CMS 3D CMS Logo

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

#include <SteeringParams.h>

Public Member Functions

 LayerControl ()
 
 LayerControl (int lay)
 

Public Attributes

int m_layer
 

Detailed Description

Definition at line 13 of file SteeringParams.h.

Constructor & Destructor Documentation

mkfit::LayerControl::LayerControl ( )
inline

Definition at line 26 of file SteeringParams.h.

26 : m_layer(-1) {}
mkfit::LayerControl::LayerControl ( int  lay)
inline

Definition at line 27 of file SteeringParams.h.

27 : m_layer(lay) {}

Member Data Documentation

int mkfit::LayerControl::m_layer

Definition at line 14 of file SteeringParams.h.

Referenced by mkfit::SteeringParams::iterator::layer().