Skip to content
Snippets Groups Projects
Commit b6794462 authored by Vikas Singhal's avatar Vikas Singhal Committed by Pierre-Alain Loizeau
Browse files

[mMUCH] Use proper parameter file for runs 2060 to 2062 in main unpack macro

parent 35bba1cd
No related branches found
No related tags found
1 merge request!815Changes to the unpacking and MQ macros from mCBM march 2022 runs
...@@ -212,6 +212,10 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid ...@@ -212,6 +212,10 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid
muchconfig->SetDoWriteOptOutA("MuchDigiPulser"); muchconfig->SetDoWriteOptOutA("MuchDigiPulser");
std::string parfilesbasepathMuch = Form("%s/macro/beamtime/mcbm2022/", srcDir.Data()); std::string parfilesbasepathMuch = Form("%s/macro/beamtime/mcbm2022/", srcDir.Data());
muchconfig->SetParFilesBasePath(parfilesbasepathMuch); muchconfig->SetParFilesBasePath(parfilesbasepathMuch);
if (2060 <= runid && runid <= 2162) {
/// Starting to use CRI Based MUCH setup with 2GEM and 1 RPC since 09/03/2022 Carbon run
muchconfig->SetParFileName("mMuchParUpto26032022.par");
}
/// Enable duplicates rejection, Ignores the ADC for duplicates check /// Enable duplicates rejection, Ignores the ADC for duplicates check
muchconfig->SetDuplicatesRejection(true, true); muchconfig->SetDuplicatesRejection(true, true);
/// Enable Monitor plots /// Enable Monitor plots
......
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