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

Utility to convert xml files from TMVA into root TTrees for this package. More...

Collaboration diagram for XmlVariableInfo:

Public Attributes

TString expression
 
TString label
 
TString varType
 
TString nodeName
 
float min = 0.0F
 
float max = 0.0F
 

Detailed Description

Utility to convert xml files from TMVA into root TTrees for this package.

Usage: convertXmlToRootTree <inFile(xml)> [outFile(root)]

If outFile is not given, then it is named based on the input name

Author
J Griffith

Definition at line 34 of file convertXmlToRootTree.cxx.

Member Data Documentation

◆ expression

TString XmlVariableInfo::expression

Definition at line 35 of file convertXmlToRootTree.cxx.

◆ label

TString XmlVariableInfo::label

Definition at line 36 of file convertXmlToRootTree.cxx.

◆ max

float XmlVariableInfo::max = 0.0F

Definition at line 40 of file convertXmlToRootTree.cxx.

◆ min

float XmlVariableInfo::min = 0.0F

Definition at line 39 of file convertXmlToRootTree.cxx.

◆ nodeName

TString XmlVariableInfo::nodeName

Definition at line 38 of file convertXmlToRootTree.cxx.

◆ varType

TString XmlVariableInfo::varType

Definition at line 37 of file convertXmlToRootTree.cxx.


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