Skip to content
Snippets Groups Projects
Commit 6a9ddad1 authored by Norbert Herrmann's avatar Norbert Herrmann
Browse files

fix geofile

parent 9bfe1ec4
No related branches found
No related tags found
1 merge request!189insert mTOF in mCBM common production
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
void mcbm_build_and_reco(UInt_t uRunId = 28, void mcbm_build_and_reco(UInt_t uRunId = 831,
Int_t nTimeslices = 300, Int_t nTimeslices = 300,
TString outDir = "data/") { TString outDir = "data/") {
...@@ -29,11 +29,8 @@ void mcbm_build_and_reco(UInt_t uRunId = 28, ...@@ -29,11 +29,8 @@ void mcbm_build_and_reco(UInt_t uRunId = 28,
// ----- In- and output file names ------------------------------------ // ----- In- and output file names ------------------------------------
TString inFile = Form("./data/unp_mcbm_%i.root", uRunId); TString inFile = Form("./data/unp_mcbm_%i.root", uRunId);
TString parFileIn = Form("./data/unp_mcbm_params_%i.root", uRunId); TString parFileIn = Form("./data/unp_mcbm_params_%i.root", uRunId);
TString geoFile = paramDir + "mcbm2020_reco.geo.root"; // Created in sim. run
TString parFileOut = Form("./data/reco_mcbm_evt_win_params_%u.root", uRunId); TString parFileOut = Form("./data/reco_mcbm_evt_win_params_%u.root", uRunId);
TString outFile = Form("./data/reco_mcbm_evt_win_%u.root", uRunId); TString outFile = Form("./data/reco_mcbm_evt_win_%u.root", uRunId);
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
......
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