Skip to content
Snippets Groups Projects

L1: bugfix in fit

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:test into master
3 files
+ 6
21
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -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;
Loading