'ROOT file not getting executed
I am learning ROOT for ONNX-CERN project. While running the TMVAClassifier file in root terminal.
I followed the steps mentioned in the tutorial and wrote the following line:
root -l ./TMVAClassification.C\(\"Fisher,Likelihood\"\)
But, the file is not getting executed and the line prompt is changed to below:
root (cont'ed, cancel with .@)
Here is the link for the TMVAClassification file. Requesting help, in executing the classification file in ROOT.
Solution 1:[1]
The following might work:
root -l './TMVAClassification.C("Fisher,Likelihood")'
If it does not, please let us know you ROOT version. The correct syntax is different for different ROOT versions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Yury |
