Skip to content
Snippets Groups Projects

adding sts reco with abs and rel path

Merged Alberica Toia requested to merge a.toia/cbmroot:sts-reco into master
1 unresolved thread
Files
4
@@ -24,8 +24,11 @@ void build_event_win_kronos(UInt_t uRunIdx = 0,
@@ -24,8 +24,11 @@ void build_event_win_kronos(UInt_t uRunIdx = 0,
*/
*/
};
};
if (vuListRunId.size() <= uRunIdx) return kFALSE;
if (vuListRunId.size() <= uRunIdx) return kFALSE;
uRunId = vuListRunId[uRunIdx];
uRunId = vuListRunId[uRunIdx];
fileName = Form("data/unp_mcbm_%03u.root", uRunId);
//fileName = Form("data/unp_mcbm_%03u.root", uRunId);
 
fileName = Form("/lustre/cbm/users/ploizeau/mcbm2020/"
 
"unp_evt_data_7f229b3f_20201103/unp_mcbm_%i.root",
 
uRunId);
} // if( 99999 != uRunIdx )
} // if( 99999 != uRunIdx )
if (uRunId < 692 && 0 != uRunId) return kFALSE;
if (uRunId < 692 && 0 != uRunId) return kFALSE;
@@ -103,14 +106,6 @@ void build_event_win_kronos(UInt_t uRunIdx = 0,
@@ -103,14 +106,6 @@ void build_event_win_kronos(UInt_t uRunIdx = 0,
fRun->AddTask(eventBuilder);
fRun->AddTask(eventBuilder);
// ----- Parameter database --------------------------------------------
// FairRuntimeDb* rtdb = fRun->GetRuntimeDb();
// FairParRootFileIo* parIo1 = new FairParRootFileIo();
// parIo1->open(parFile.Data(),"UPDATE");
// rtdb->setFirstInput(parIo1);
// ------------------------------------------------------------------------
// ----- Intialise and run --------------------------------------------
// ----- Intialise and run --------------------------------------------
fRun->Init();
fRun->Init();
Loading