Skip to content
Snippets Groups Projects
Commit 4f6acb6d authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[treereader][NFC] Format fixes to a test

parent 3b80d3c9
No related branches found
No related tags found
No related merge requests found
...@@ -218,10 +218,11 @@ struct Event { ...@@ -218,10 +218,11 @@ struct Event {
int truth_type = 1; int truth_type = 1;
}; };
TEST(TTreeReaderLeafs, MultipleReaders) { TEST(TTreeReaderLeafs, MultipleReaders)
TTree t("t","t"); {
TTree t("t", "t");
Event event; Event event;
t.Branch ("event", &event, "bla/F:truth_type/I"); t.Branch("event", &event, "bla/F:truth_type/I");
t.Fill(); t.Fill();
TTreeReader r(&t); TTreeReader r(&t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment