Parent Directory | Revision Log | Patch
revision 1.20 by mocchiut, Tue May 15 14:31:22 2012 UTC | revision 1.22 by mocchiut, Wed Aug 27 14:44:35 2014 UTC | |
---|---|---|
# | Line 15 | Line 15 |
15 | // | // |
16 | #include <GLTables.h> | #include <GLTables.h> |
17 | #include <RunInfo.h> | #include <RunInfo.h> |
18 | ClassImp(ProcInfo); | |
19 | ClassImp(SoftInfo); | ClassImp(SoftInfo); |
20 | ClassImp(ItoRunInfo); | ClassImp(ItoRunInfo); |
21 | // | // |
22 | using namespace std; | using namespace std; |
23 | // | // |
24 | ||
25 | ProcInfo::ProcInfo() { | |
26 | Clear(); | |
27 | } | |
28 | ||
29 | void ProcInfo::Clear(Option_t *t){ | |
30 | runID = 0; | |
31 | date = ""; | |
32 | commandLine = ""; | |
33 | outputFilename = ""; | |
34 | localDir = ""; | |
35 | uname = ""; | |
36 | DB = ""; | |
37 | } | |
38 | ||
39 | SoftInfo::SoftInfo() { | SoftInfo::SoftInfo() { |
40 | Clear(); | Clear(); |
41 | } | } |
# | Line 174 void ItoRunInfo::CopyFromTo(GL_RUN *glru | Line 189 void ItoRunInfo::CopyFromTo(GL_RUN *glru |
189 | // | // |
190 | if ( glrun && newrun ){ | if ( glrun && newrun ){ |
191 | // | // |
192 | printf("copy \n"); | // printf("copy \n"); |
193 | // | // |
194 | newrun->ID = glrun->ID ; | newrun->ID = glrun->ID ; |
195 | newrun->ID_RUN_FRAG = glrun-> ID_RUN_FRAG ; | newrun->ID_RUN_FRAG = glrun-> ID_RUN_FRAG ; |
# | Line 232 Int_t ItoRunInfo::Update(UInt_t run, TSt | Line 247 Int_t ItoRunInfo::Update(UInt_t run, TSt |
247 | isreadonly = false; | isreadonly = false; |
248 | idRun = run; | idRun = run; |
249 | // | // |
250 | Bool_t debug = true; | Bool_t debug = false; |
251 | // | // |
252 | // Bool_t ismydir = false; | // Bool_t ismydir = false; |
253 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |