ATLAS Offline Software
Public Attributes | List of all members
D3PD::Variable Struct Reference

Structure describing one D3PD variable. More...

#include <Variable.h>

Collaboration diagram for D3PD::Variable:

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...
 

Detailed Description

Structure describing one D3PD variable.

   This structure is used to provide information to the code generator
   functions about a single D3PD variable.
Author
Attila Krasznahorkay Attil.nosp@m.a.Kr.nosp@m.aszna.nosp@m.hork.nosp@m.ay@ce.nosp@m.rn.c.nosp@m.h
Revision
348546
Date
2011-03-01 16:09:56 +0100 (Tue, 01 Mar 2011)

Definition at line 27 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.

Member Data Documentation

◆ doc

std::string D3PD::Variable::doc

Variable documentation string.

Definition at line 31 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.

◆ fullname

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.

◆ name

std::string D3PD::Variable::name
mutable

Variable name without prefix.

Definition at line 32 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.

◆ primitive

bool D3PD::Variable::primitive

Flag showing whether variable is a primitive.

Definition at line 34 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.

◆ type

std::string D3PD::Variable::type

Full type name of the variable.

Definition at line 29 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.

◆ varname

std::string D3PD::Variable::varname
mutable

Variable name without prefix and whitespaces.

Definition at line 33 of file PhysicsAnalysis/D3PDMaker/D3PDMakerReader/src/Variable.h.


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