Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions groot/cmd/root-gen-type/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/root-gen-type
/root-gen-type.exe
2 changes: 1 addition & 1 deletion groot/cmd/root-gen-type/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

//go:generate go run ./gen-data.go -f ../../testdata/streamers.root
//go:generate root-gen-type -p main -t Event,P3 -o ./testdata/streamers.txt ../../testdata/streamers.root
//go:generate go run . -p main -t Event,P3 -o ./testdata/streamers.txt ../../testdata/streamers.root

// Command root-gen-type generates a Go type from the StreamerInfo contained
// in a ROOT file.
Expand Down