From 08bfb17a4622ebeb691ce95614754ba80eacd000 Mon Sep 17 00:00:00 2001 From: "se.gorbunov" <se.gorbunov@gsi.de> Date: Mon, 3 Oct 2022 21:36:04 +0000 Subject: [PATCH] L1: global tracker macro: suppress reading of tof matbudget --- macro/L1/run_reco_L1global.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macro/L1/run_reco_L1global.C b/macro/L1/run_reco_L1global.C index 2875f3811c..1a922ffcb4 100644 --- a/macro/L1/run_reco_L1global.C +++ b/macro/L1/run_reco_L1global.C @@ -386,6 +386,7 @@ void run_reco_L1global(TString input = "", Int_t nTimeSlices = -1, Int_t firstTi l1->SetTrdMaterialBudgetFileName(parFile.Data()); } + /* TString tofGeoTag; if (geo->GetGeoTag(ECbmModuleId::kTof, tofGeoTag)) { TString parFile = gSystem->Getenv("VMCWORKDIR"); @@ -393,6 +394,7 @@ void run_reco_L1global(TString input = "", Int_t nTimeSlices = -1, Int_t firstTi std::cout << "Using TOF material budget file " << parFile << std::endl; l1->SetTofMaterialBudgetFileName(parFile.Data()); } +*/ run->AddTask(l1); std::cout << "-I- " << myName << ": Added task " << l1->GetName() << std::endl; -- GitLab