From: Dennis Doering Date: Tue, 16 Jun 2015 13:16:05 +0000 (+0200) Subject: storepathOutLinux added to save files hardcoded in /d/garlic/Mi34/rootFiles X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fb4cfff8dfcd766fc09fdfb46104a41715e54069;p=radhard.git storepathOutLinux added to save files hardcoded in /d/garlic/Mi34/rootFiles to avoid the permission problem of folders under linux --- diff --git a/MABS_run_analyzer/MAPS.c b/MABS_run_analyzer/MAPS.c index 495bda4..b3a5cb0 100644 --- a/MABS_run_analyzer/MAPS.c +++ b/MABS_run_analyzer/MAPS.c @@ -192,7 +192,7 @@ void MAPS::save() { Bool_t MAPS::initMapsRun( ) { // fInDir=run->storepathRAWLinux; - fOutDir = run->storepathRAWLinux; // default ouput directory is input directory + fOutDir = run->storepathOutLinux; // default ouput directory is input directory fRunNumber = run->labbook.runnumber; fRows = run->sensorinfocur.rows; @@ -201,7 +201,7 @@ Bool_t MAPS::initMapsRun( ) { fMatrix = run->labbook.matrix; fSystem = run->labbook.system; fConfigFile = fInDir+Form("/RUN_%i_i.rz",fRunNumber); - fRootFile = fInDir+Form("/RUN_%i_i.root",fRunNumber); + fRootFile = fOutDir+Form("/RUN_%i_i.root",fRunNumber); cout<<"================================================================="<GetField(9) != NULL)?std::string(rowsql->GetField(9)):""; labbook.posVetoDB = (rowsql->GetField(10) != NULL)?atoi(rowsql->GetField(10)):-1; labbook.posSeedDB = (rowsql->GetField(11) != NULL)?atoi(rowsql->GetField(11)):-1; diff --git a/MABS_run_analyzer/Run.h b/MABS_run_analyzer/Run.h index 9b17c74..3428647 100644 --- a/MABS_run_analyzer/Run.h +++ b/MABS_run_analyzer/Run.h @@ -403,7 +403,7 @@ public: /// path to the RAW files on LINUX systems TString storepathRAWLinux = ""; - + TString storepathOutLinux = "/d/garlic/Mi34/rootFiles"; /// path to the RAW files on LINUX systems TString savepathresults = ".";