I use for the first time and I try to read a TH1F histogram produced with GEANT4
But I got the following issue:
julia> f = ROOTFile("/Users/lebrun/Desktop/dedx2COMET.root")
ROOTFile with 1 entry and 53 streamers.
/Users/lebrun/Desktop/dedx2COMET.root
└─ h1 (TH1D)
julia> f["h1"]
ERROR: UndefVarError: TH1_3 not defined
Did I make a trivial error ?
I use for the first time and I try to read a TH1F histogram produced with GEANT4
But I got the following issue:
julia> f = ROOTFile("/Users/lebrun/Desktop/dedx2COMET.root")
ROOTFile with 1 entry and 53 streamers.
/Users/lebrun/Desktop/dedx2COMET.root
└─ h1 (TH1D)
julia> f["h1"]
ERROR: UndefVarError: TH1_3 not defined
Did I make a trivial error ?