Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 18, 2024
1 parent 7ee8b52 commit f8db155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root/storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class StorageManager {
std::unique_ptr<TTree> run_tree;
Event event;

std::string compression_algorithm;
std::string compression_algorithm = "LZMA";

unsigned long long run_number = 0;
unsigned long long run_time_start = 0;
Expand Down

0 comments on commit f8db155

Please sign in to comment.