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

CA mcbm macro: write TOF hits, working path to the alignment

parent 188deb0d
No related branches found
No related tags found
1 merge request!1687TOF initilization macro for the mcbm beamtime2022: some recent changes from Norbert
Pipeline #27586 passed
......@@ -57,7 +57,7 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId = 2570,
/// Initial pattern
TString inFile = sInpDir + sRunId + ".digi";
TString cFileId = sRunId;
TString cFileId = sRunId + ".5.000";
//TString parFileIn = sInpDir + "/unp_mcbm_params_" + sRunId;
TString parFileOut = sOutDir + "/reco_event_mcbm_test_params_" + sRunId;
......@@ -555,13 +555,14 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId = 2570,
Int_t RefSel = 0;
Double_t dDeadtime = 50.;
Int_t iSel2 = 500;
Bool_t bOut = kFALSE;
Bool_t bOut = kTRUE;
// ------------------------------------------------------------------------
gROOT->LoadMacro(srcDir + "/macro/beamtime/mcbm2022/ini_tof_clusterizer.C");
Char_t* cCmd =
Form("ini_tof_clusterizer(%d,%d,%d,%d,\"%s\",%d,%d,%d,%f,\"%s\",\"%s\")", calMode, calSel, calSm, RefSel,
cFileId.Data(), iCalSet, (Int_t) bOut, iSel2, dDeadtime, cCalId.Data(), parPath.Data());
cout << "<I> " << cCmd << endl;
gInterpreter->ProcessLine(cCmd);
// disable histogramming
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment