Skip to content

Commit

Permalink
groot{,rdict,rvers}: first stab at TProcessUUID
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Feb 21, 2020
1 parent 84a6e03 commit 4b94d19
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion groot/gen.rboot.go
Expand Up @@ -33,7 +33,7 @@ var (
"TAttAxis", "TAttFill", "TAttLine", "TAttMarker",
"TNamed",
"TObject", "TObjString",
"TProcessID", "TRef", "TUUID",
"TProcessID", "TProcessUUID", "TRef", "TUUID",

// rcont
"TArray", "TArrayC", "TArrayS", "TArrayI", "TArrayL", "TArrayL64", "TArrayF", "TArrayD",
Expand Down
41 changes: 41 additions & 0 deletions groot/rdict/cxx_root_streamers_gen.go
Expand Up @@ -380,6 +380,47 @@ func init() {
Factor: 0.000000,
}.New(), 1),
}))
StreamerInfos.Add(NewCxxStreamerInfo("TProcessUUID", 1, 0x9af3ae11, []rbytes.StreamerElement{
NewStreamerBase(Element{
Name: *rbase.NewNamed("TProcessID", "Process Unique Identifier in time and space"),
Type: rmeta.Base,
Size: 0,
ArrLen: 0,
ArrDim: 0,
MaxIdx: [5]int32{0, 729740665, 0, 0, 0},
Offset: 0,
EName: "BASE",
XMin: 0.000000,
XMax: 0.000000,
Factor: 0.000000,
}.New(), 1),
&StreamerObjectPointer{StreamerElement: Element{
Name: *rbase.NewNamed("fUUIDs", "Global list of TUUIDs"),
Type: rmeta.ObjectP,
Size: 8,
ArrLen: 0,
ArrDim: 0,
MaxIdx: [5]int32{0, 0, 0, 0, 0},
Offset: 0,
EName: "TList*",
XMin: 0.000000,
XMax: 0.000000,
Factor: 0.000000,
}.New()},
&StreamerObjectPointer{StreamerElement: Element{
Name: *rbase.NewNamed("fActive", "Table of active UUIDs"),
Type: rmeta.ObjectP,
Size: 8,
ArrLen: 0,
ArrDim: 0,
MaxIdx: [5]int32{0, 0, 0, 0, 0},
Offset: 0,
EName: "TBits*",
XMin: 0.000000,
XMax: 0.000000,
Factor: 0.000000,
}.New()},
}))
StreamerInfos.Add(NewCxxStreamerInfo("TRef", 1, 0x91757901, []rbytes.StreamerElement{
NewStreamerBase(Element{
Name: *rbase.NewNamed("TObject", "Basic ROOT object"),
Expand Down
1 change: 1 addition & 0 deletions groot/rvers/versions_gen.go
Expand Up @@ -19,6 +19,7 @@ const (
Object = 1 // ROOT version for TObject
ObjString = 1 // ROOT version for TObjString
ProcessID = 1 // ROOT version for TProcessID
ProcessUUID = 1 // ROOT version for TProcessUUID
Ref = 1 // ROOT version for TRef
UUID = 1 // ROOT version for TUUID
Array = 1 // ROOT version for TArray
Expand Down

0 comments on commit 4b94d19

Please sign in to comment.