StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | List of all members
AliHLTArraySize< x, y, z > Class Template Reference

Public Types

enum  {
  Size = y == 0 ? x : ( z == 0 ? x * y : x * y * z ), Dim = y == 0 ? 1 : ( z == 0 ? 2 : 3 ), X = x, Y = y,
  Z = z
}
 

Detailed Description

template<unsigned int x, unsigned int y = 0, unsigned int z = 0>
class AliHLTArraySize< x, y, z >

Definition at line 520 of file AliHLTArray.h.


The documentation for this class was generated from the following file: