Functions | |
| TB | checkFile (gSystem->Getenv("CWB_ROOTLOGON_FILE")) |
| exit (0) | |
| if (gSystem->Getenv("CWB_DUMP_HIST_FILE_NAME")==NULL) | |
| if (cwb_dump_hist_file_name.Contains(".root")==0) | |
| if (gSystem->Getenv("CWB_DUMP_HIST_MODE")!=NULL) | |
| if (ifile==NULL) | |
| if (ihistory==NULL) | |
| if ((cwb_dump_hist_mode=="view")||(cwb_dump_hist_mode=="dump")) | |
Variables | |
| TString | config |
| TString | config_md5 |
| TString | cwb_dump_hist_file_name |
| TString | cwb_dump_hist_mode ="view" |
| else | |
| TFile * | ifile = TFile::Open(cwb_dump_hist_file_name) |
| CWB::History * | ihistory = (CWB::History*)ifile->Get("history") |
| int | nStages = cwb::GetStageSize() |
| TB checkFile | ( | gSystem-> | Getenv"CWB_ROOTLOGON_FILE" | ) |
| exit | ( | 0 | ) |
| if | ( | gSystem-> | Getenv"CWB_DUMP_HIST_FILE_NAME" = =NULL | ) |
Definition at line 27 of file cwb_dump_config.C.
| if | ( | cwb_dump_hist_file_name. | Contains".root" = =0 | ) |
Definition at line 32 of file cwb_dump_config.C.
| if | ( | gSystem->Getenv("CWB_DUMP_HIST_MODE")! | = NULL | ) |
Definition at line 37 of file cwb_dump_config.C.
| if | ( | ifile | = =NULL | ) |
Definition at line 42 of file cwb_dump_config.C.
| if | ( | ihistory | = =NULL | ) |
Definition at line 45 of file cwb_dump_config.C.
| if | ( | (cwb_dump_hist_mode=="view")||(cwb_dump_hist_mode=="dump") | ) |
Definition at line 72 of file cwb_dump_config.C.
| TString config |
Definition at line 49 of file cwb_dump_config.C.
| TString config_md5 |
Definition at line 50 of file cwb_dump_config.C.
| TString cwb_dump_hist_file_name |
Definition at line 26 of file cwb_dump_config.C.
| TString cwb_dump_hist_mode ="view" |
Definition at line 36 of file cwb_dump_config.C.
| else |
Definition at line 29 of file cwb_dump_config.C.
| TFile* ifile = TFile::Open(cwb_dump_hist_file_name) |
Definition at line 41 of file cwb_dump_config.C.
| CWB::History* ihistory = (CWB::History*)ifile->Get("history") |
Definition at line 44 of file cwb_dump_config.C.
| int nStages = cwb::GetStageSize() |
Definition at line 51 of file cwb_dump_config.C.