Skip to content
Snippets Groups Projects
Commit 89bf9fff authored by Valentina Akishina's avatar Valentina Akishina Committed by Sergey Gorbunov
Browse files

L1: set tb data mode in macro

parent c7d5a333
No related branches found
No related tags found
1 merge request!478L1 fix interfaces for digi event builder
...@@ -366,7 +366,7 @@ void run_reco(TString input = "", Int_t nTimeSlices = -1, Int_t firstTimeSlice = ...@@ -366,7 +366,7 @@ void run_reco(TString input = "", Int_t nTimeSlices = -1, Int_t firstTimeSlice =
else { else {
l1 = new CbmL1("L1", 0); l1 = new CbmL1("L1", 0);
} }
l1->SetDataMode(!eventBased); l1->SetDataMode(1);
// --- Material budget file names // --- Material budget file names
TString mvdGeoTag; TString mvdGeoTag;
......
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