Thank you for reporting this bug. I wasn't paying much attention to
consistency here. I'll improve this in cint5.13.88.
Masaharu Goto
----------------------------------------------------------------
include definition is :
class event : public TObject {
// static members used for TOF paddle per paddle adjustment
//
static Float_t t0_i[7][48], sl_i[7][48];
//
public:
...
}
then
root[1] .class event
gives
===========================================================================
class TClasEvent
size=0x60
(tagnum=625,voffset=-1,isabstract=0,parent=-1,gcomp=0,=~cd=0)
List of base class--------------------------------------------------------
0x0 public: TObject //Basic ROOT object
List of member variable---------------------------------------------------
Defined in TClasEvent
...
0x0 private: static Float_t t0_i[]
0x0 private: static Float_t sl_i[]
...
It doesn't hurt anything so far, so it might not be a real problem
except for consistency.