diff --git a/macro/run/run_reco.C b/macro/run/run_reco.C index 721c4b6262f3d4c06b7a84d61c8c92d0620f5eca..241582a77213e6471f009baa682e8202d5dcd967 100644 --- a/macro/run/run_reco.C +++ b/macro/run/run_reco.C @@ -290,7 +290,7 @@ void run_reco(TString input = "", Int_t nTimeSlices = -1, Int_t firstTimeSlice = // --- Parameter file name TString geoTag; geo->GetGeoTag(ECbmModuleId::kMuch, geoTag); - Int_t muchFlag = (geoTag.Contains("mcbm") ? 0 : 1); + Int_t muchFlag = (geoTag.Contains("mcbm") ? 1 : 0); TString parFile = gSystem->Getenv("VMCWORKDIR"); parFile += "/parameters/much/much_" + geoTag(0, 4) + "_digi_sector.root"; std::cout << "Using parameter file " << parFile << std::endl;