DAS  3.0
Das Analysis System
TPSVariables::VariableInfo

#include <TPSVariables.h>

Public Member Functions

 VariableInfo (const TString &n, char t, const TString &desc="")
 

Public Attributes

TString name
 
char type
 
TString description
 

Constructor & Destructor Documentation

◆ VariableInfo()

VariableInfo ( const TString &  n,
char  t,
const TString &  desc = "" 
)
inline
23  :
24  name(n), type(t), description(desc) { }

Member Data Documentation

◆ description

TString description

Variable description.

◆ name

TString name

Variable name.

◆ type

char type

Variable type ('F' = float, 'I' = int, 'D' = double)


The documentation for this struct was generated from the following file:
DAS::TPS::TPSVariables::VariableInfo::description
TString description
Variable description.
Definition: TPSVariables.h:22
DAS::TPS::TPSVariables::VariableInfo::type
char type
Variable type ('F' = float, 'I' = int, 'D' = double)
Definition: TPSVariables.h:21
DAS::TPS::TPSVariables::VariableInfo::name
TString name
Variable name.
Definition: TPSVariables.h:20