CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TkLayerMap::XYbin Struct Reference

#include <TkDetMap.h>

Public Member Functions

 XYbin (int16_t _ix=-999, int16_t _iy=-999, float _x=-999., float _y=-999.)
 

Public Attributes

int16_t ix
 
int16_t iy
 
float x
 
float y
 

Detailed Description

Definition at line 13 of file TkDetMap.h.

Constructor & Destructor Documentation

TkLayerMap::XYbin::XYbin ( int16_t  _ix = -999,
int16_t  _iy = -999,
float  _x = -999.,
float  _y = -999. 
)
inline

Definition at line 14 of file TkDetMap.h.

15  : ix(_ix), iy(_iy), x(_x), y(_y) {}

Member Data Documentation

int16_t TkLayerMap::XYbin::ix
int16_t TkLayerMap::XYbin::iy
float TkLayerMap::XYbin::x
float TkLayerMap::XYbin::y