Skip to content
Snippets Groups Projects
Commit e14bb17a authored by Sergei Zharko's avatar Sergei Zharko Committed by Sergey Gorbunov
Browse files

run_analysis_tree_maker.C: adding the setup tag to the CbmSetup instance

parent 5e412fbd
No related branches found
No related tags found
1 merge request!1952KF: material budget maps caching
......@@ -44,6 +44,7 @@ void run_analysis_tree_maker(TString dataSet = "../../../run/test", TString setu
gROOT->LoadMacro(setupFile);
gROOT->ProcessLine(setupFunct);
CbmSetup* setup = CbmSetup::Instance();
setup->GetProvider()->GetSetup().SetTag(setupName.Data());
// ----- Timer --------------------------------------------------------
TStopwatch timer;
......
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