CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
TICLLayerTiles Class Reference

#include <TICLLayerTile.h>

Public Member Functions

void fill (int layer, double eta, double phi, unsigned int layerClusterId)
 
const TICLLayerTileoperator[] (int layer) const
 

Private Attributes

ticl::Tiles tiles_
 

Detailed Description

Definition at line 49 of file TICLLayerTile.h.

Member Function Documentation

void TICLLayerTiles::fill ( int  layer,
double  eta,
double  phi,
unsigned int  layerClusterId 
)
inline

Definition at line 56 of file TICLLayerTile.h.

56  {
57  tiles_[layer].fill(eta, phi, layerClusterId);
58  }
ticl::Tiles tiles_
Definition: TICLLayerTile.h:61
const TICLLayerTile& TICLLayerTiles::operator[] ( int  layer) const
inline

Definition at line 55 of file TICLLayerTile.h.

55 { return tiles_[layer]; }
ticl::Tiles tiles_
Definition: TICLLayerTile.h:61

Member Data Documentation

ticl::Tiles TICLLayerTiles::tiles_
private

Definition at line 61 of file TICLLayerTile.h.