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;
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<<"================================================================="<<endl;
cout<<"-----------------------" << endl;
// storepathRAWLinux = storepathRAWLinux.ReplaceAll("s:","/home/blinnik/garlic/local");
storepathRAWLinux = storepathRAWLinux.ReplaceAll("\\","/");
} else storepathRAWLinux=Form("/d/garlic/pegasus/%d",runnumber); // default empty path, for pegasus
- savepathresults = storepathRAWLinux;
+ savepathresults = storepathOutLinux;
labbook.chipGen = (rowsql->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;
/// 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 = ".";