You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are other places where > needs to be used, for example inside the globalCut definition, inside TRestAnalysisPlot, the condition value can be something like >10. This could be solved by adding new optional fields greaterThan, lowerThan and equals.
This is done in a similar way inside TRestDataSet.
We also need to fix the command field inside TRestTask so that we can write plot.CombinedCanvas() instead of plot->CombinedCanvas().
The text was updated successfully, but these errors were encountered:
jgalan
changed the title
Fix required to solve few problems that may lead to an invalid XML
Add a fix to solve few problems that may lead to an invalid XML
Jan 12, 2023
jgalan
changed the title
Add a fix to solve few problems that may lead to an invalid XML
Add a fix to solve few problems that may led to an invalid XML
Jan 12, 2023
There are other places where > needs to be used, for example inside the
globalCut
definition, inside TRestAnalysisPlot, the condition value can be something like>10
. This could be solved by adding new optional fieldsgreaterThan
,lowerThan
andequals
.This is done in a similar way inside TRestDataSet.
We also need to fix the
command
field insideTRestTask
so that we can writeplot.CombinedCanvas()
instead ofplot->CombinedCanvas()
.The text was updated successfully, but these errors were encountered: