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
root [1] _file0->GetStreamerInfoList()->ls()
[...]
StreamerInfo for class: TAxis, version=10, checksum=0x5a496e70
TNamed BASE offset= 0 type=67 The basis for a named object (name, title)
TAttAxis BASE offset= 0 type= 0 Axis attributes
int fNbins offset= 0 type= 3 Number of bins
double fXmin offset= 0 type= 8 Low edge of first bin
double fXmax offset= 0 type= 8 Upper edge of last bin
TArrayD fXbins offset= 0 type=62 Bin edges array in X
int fFirst offset= 0 type= 3 First bin to display
int fLast offset= 0 type= 3 Last bin to display
unsigned short fBits2 offset= 0 type=12 Second bit status word
bool fTimeDisplay offset= 0 type=18 On/off displaying time values instead of numerics
TString fTimeFormat offset= 0 type=65 Date&time format, ex: 09/12/99 12:34:00
THashList* fLabels offset= 0 type=64 List of labels
TList* fModLabs offset= 0 type=64 List of modified labels
The text was updated successfully, but these errors were encountered:
I can't parse correctly some
TH2F
histograms like the one in this file:th2f.root.gz
However, if I check the streamer
TAxis
version via UnROOT it says that it is v4. . .. . . while ROOT says it's v10
The text was updated successfully, but these errors were encountered: