FairRoot/PandaRoot
Public Types | List of all members
PndFTSArraySize< x, y, z > Class Template Reference

#include <PndFTSArray.h>

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 PndFTSArraySize< x, y, z >

Definition at line 513 of file PndFTSArray.h.

Member Enumeration Documentation

template<unsigned int x, unsigned int y = 0, unsigned int z = 0>
anonymous enum
Enumerator
Size 
Dim 

Definition at line 516 of file PndFTSArray.h.

516  {
517  Size = y == 0 ? x : ( z == 0 ? x * y : x * y * z ),
518  Dim = y == 0 ? 1 : ( z == 0 ? 2 : 3 ),
519  X = x, Y = y, Z = z
520  };
Double_t z
Double_t x
Double_t y

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