CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Attributes
TICLGenericTile< T > Class Template Reference

#include <TICLLayerTile.h>

Public Types

using constants_type_t = typename T::value_type::type
 

Public Member Functions

void fill (int index, float eta, float phi, unsigned int objectId)
 
const auto & operator[] (int index) const
 

Private Attributes

T tiles_
 

Detailed Description

template<typename T>
class TICLGenericTile< T >

Definition at line 89 of file TICLLayerTile.h.

Member Typedef Documentation

◆ constants_type_t

template<typename T >
using TICLGenericTile< T >::constants_type_t = typename T::value_type::type

Definition at line 92 of file TICLLayerTile.h.

Member Function Documentation

◆ fill()

template<typename T >
void TICLGenericTile< T >::fill ( int  index,
float  eta,
float  phi,
unsigned int  objectId 
)
inline

◆ operator[]()

template<typename T >
const auto& TICLGenericTile< T >::operator[] ( int  index) const
inline

Member Data Documentation

◆ tiles_

template<typename T >
T TICLGenericTile< T >::tiles_
private