ATLAS Offline Software
|
Structure describing one D3PD variable. More...
#include <Variable.h>
Public Attributes | |
std::string | type |
Full type name of the variable. More... | |
std::string | fullname |
Full name of the variable in the D3PD. More... | |
std::string | doc |
Variable documentation string. More... | |
std::string | name |
Variable name without prefix. More... | |
std::string | varname |
Variable name without prefix and whitespaces. More... | |
bool | primitive |
Flag showing whether variable is a primitive. More... | |
Structure describing one D3PD variable.
This structure is used to provide information to the code generator functions about a single D3PD variable.
Definition at line 27 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.
std::string D3PD::Variable::doc |
Variable documentation string.
Definition at line 31 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.
std::string D3PD::Variable::fullname |
Full name of the variable in the D3PD.
Definition at line 30 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.
|
mutable |
Variable name without prefix.
Definition at line 32 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.
bool D3PD::Variable::primitive |
Flag showing whether variable is a primitive.
Definition at line 34 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.
std::string D3PD::Variable::type |
Full type name of the variable.
Definition at line 29 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.
|
mutable |
Variable name without prefix and whitespaces.
Definition at line 33 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.