ATLAS Offline Software
|
Utility to convert xml files from TMVA into root TTrees for this package. More...
Public Attributes | |
TString | expression |
TString | label |
TString | varType |
TString | nodeName |
float | min = 0.0F |
float | max = 0.0F |
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
Definition at line 34 of file convertXmlToRootTree.cxx.
TString XmlVariableInfo::expression |
Definition at line 35 of file convertXmlToRootTree.cxx.
TString XmlVariableInfo::label |
Definition at line 36 of file convertXmlToRootTree.cxx.
float XmlVariableInfo::max = 0.0F |
Definition at line 40 of file convertXmlToRootTree.cxx.
float XmlVariableInfo::min = 0.0F |
Definition at line 39 of file convertXmlToRootTree.cxx.
TString XmlVariableInfo::nodeName |
Definition at line 38 of file convertXmlToRootTree.cxx.
TString XmlVariableInfo::varType |
Definition at line 37 of file convertXmlToRootTree.cxx.