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
This is very interesting project. I was trying to compile and run, but unfortunately I could not open a root file with histograms with RootFileReader.java. Does it support histograms? Here are the errors:
[java] Exception in thread "main" java.lang.NullPointerException
[java] at java.util.Properties$LineReader.readLine(Properties.java:434)
[java] at java.util.Properties.load0(Properties.java:353)
[java] at java.util.Properties.load(Properties.java:341)
[java] at org.dianahep.root4j.core.DefaultClassFactory.<init>(DefaultClassFactory.java:39)
[java] at org.dianahep.root4j.RootFileReader.init(RootFileReader.java:217)
[java] at org.dianahep.root4j.RootFileReader.<init>(RootFileReader.java:183)
The text was updated successfully, but these errors were encountered:
Hello,
This is very interesting project. I was trying to compile and run, but unfortunately I could not open a root file with histograms with RootFileReader.java. Does it support histograms? Here are the errors:
The text was updated successfully, but these errors were encountered: