--- DarthVader/RunInfo/src/RunInfo.cpp 2012/05/15 14:31:22 1.20 +++ DarthVader/RunInfo/src/RunInfo.cpp 2014/08/27 14:44:35 1.22 @@ -15,12 +15,27 @@ // #include #include +ClassImp(ProcInfo); ClassImp(SoftInfo); ClassImp(ItoRunInfo); // using namespace std; // +ProcInfo::ProcInfo() { + Clear(); +} + +void ProcInfo::Clear(Option_t *t){ + runID = 0; + date = ""; + commandLine = ""; + outputFilename = ""; + localDir = ""; + uname = ""; + DB = ""; +} + SoftInfo::SoftInfo() { Clear(); } @@ -174,7 +189,7 @@ // if ( glrun && newrun ){ // - printf("copy \n"); +// printf("copy \n"); // newrun->ID = glrun->ID ; newrun->ID_RUN_FRAG = glrun-> ID_RUN_FRAG ; @@ -232,7 +247,7 @@ isreadonly = false; idRun = run; // - Bool_t debug = true; + Bool_t debug = false; // // Bool_t ismydir = false; //