Skip to content
Snippets Groups Projects
Commit 9f034fdc authored by Sergey Linev's avatar Sergey Linev Committed by Axel Naumann
Browse files

v7 tests: TFile -> RFile

parent 6bac684c
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ TEST(IOTest, OneD) ...@@ -20,7 +20,7 @@ TEST(IOTest, OneD)
RAxisConfig xaxis{10, 0., 1.}; RAxisConfig xaxis{10, 0., 1.};
RH1D h(xaxis); RH1D h(xaxis);
auto file = TFile::Recreate("IOTestOneD.root"); auto file = RFile::Recreate("IOTestOneD.root");
file->Write("h", h); file->Write("h", h);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment