ATLAS Offline Software
Public Types | Public Attributes | List of all members
Primitive Struct Reference

#include <Primitive.h>

Collaboration diagram for Primitive:

Public Types

enum  Type {
  Type::PRECISION_CUSTOM, Type::CUSTOM, Type::UCHAR, Type::CHAR,
  Type::USHORT, Type::SHORT, Type::UINT, Type::INT,
  Type::ULONG, Type::LONG, Type::ULL, Type::LL,
  Type::HALF, Type::FLOAT, Type::DOUBLE, Type::UINT2UCHAR,
  Type::INT2CHAR, Type::UINT2USHORT, Type::INT2SHORT, Type::UL2ULL
}
 

Public Attributes

Type type {}
 
std::string source
 
std::string target
 

Detailed Description

Definition at line 10 of file Primitive.h.

Member Enumeration Documentation

◆ Type

enum Primitive::Type
strong
Enumerator
PRECISION_CUSTOM 
CUSTOM 
UCHAR 
CHAR 
USHORT 
SHORT 
UINT 
INT 
ULONG 
LONG 
ULL 
LL 
HALF 
FLOAT 
DOUBLE 
UINT2UCHAR 
INT2CHAR 
UINT2USHORT 
INT2SHORT 
UL2ULL 

Definition at line 11 of file Primitive.h.

11  {
12  PRECISION_CUSTOM,
13  CUSTOM,
14  UCHAR,
15  CHAR,
16  USHORT,
17  SHORT,
18  UINT,
19  INT,
20  ULONG,
21  LONG,
22  ULL,
23  LL,
24  HALF,
25  FLOAT,
26  DOUBLE,
27  UINT2UCHAR,
28  INT2CHAR,
29  UINT2USHORT,
30  INT2SHORT,
31  UL2ULL,
32  };

Member Data Documentation

◆ source

std::string Primitive::source

Definition at line 34 of file Primitive.h.

◆ target

std::string Primitive::target

Definition at line 35 of file Primitive.h.

◆ type

Type Primitive::type {}

Definition at line 33 of file Primitive.h.


The documentation for this struct was generated from the following file:
InDetGNNHardScatterSelection::ConstituentsEDMType::CHAR
@ CHAR
InDetGNNHardScatterSelection::ConstituentsEDMType::UCHAR
@ UCHAR
InDetGNNHardScatterSelection::ConstituentsEDMType::INT
@ INT
InDetDD::PixelDiodeType::LONG
@ LONG
InDetGNNHardScatterSelection::ConstituentsEDMType::FLOAT
@ FLOAT
InDetGNNHardScatterSelection::ConstituentsEDMType::DOUBLE
@ DOUBLE