Skip to content
Snippets Groups Projects
Commit 08bfb17a authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

L1: global tracker macro: suppress reading of tof matbudget

parent 82994019
No related branches found
No related tags found
1 merge request!966L1: bugfix in fit
Pipeline #19245 passed
...@@ -386,6 +386,7 @@ void run_reco_L1global(TString input = "", Int_t nTimeSlices = -1, Int_t firstTi ...@@ -386,6 +386,7 @@ void run_reco_L1global(TString input = "", Int_t nTimeSlices = -1, Int_t firstTi
l1->SetTrdMaterialBudgetFileName(parFile.Data()); l1->SetTrdMaterialBudgetFileName(parFile.Data());
} }
/*
TString tofGeoTag; TString tofGeoTag;
if (geo->GetGeoTag(ECbmModuleId::kTof, tofGeoTag)) { if (geo->GetGeoTag(ECbmModuleId::kTof, tofGeoTag)) {
TString parFile = gSystem->Getenv("VMCWORKDIR"); TString parFile = gSystem->Getenv("VMCWORKDIR");
...@@ -393,6 +394,7 @@ void run_reco_L1global(TString input = "", Int_t nTimeSlices = -1, Int_t firstTi ...@@ -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; std::cout << "Using TOF material budget file " << parFile << std::endl;
l1->SetTofMaterialBudgetFileName(parFile.Data()); l1->SetTofMaterialBudgetFileName(parFile.Data());
} }
*/
run->AddTask(l1); run->AddTask(l1);
std::cout << "-I- " << myName << ": Added task " << l1->GetName() << std::endl; std::cout << "-I- " << myName << ": Added task " << l1->GetName() << std::endl;
......
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