40 class Jobs :
public TObject {
42 Bool_t fDebugCommands;
45 TString fSubmitCommand;
46 Int_t fStartJob, fEndJob;
47 std::vector<TString> fCommands;
48 std::vector<std::pair<TString, TString>> fParameters;
49 static Int_t GetNVariablesTxt(TString textfile);
50 static Int_t GetNVariablesXML(TString xmlfile);
51 static TString GetParameterTxt(TString textfile, Int_t job, Int_t var);
52 static TString GetParameterXml(TString xmlfile, Int_t job, Int_t var);
56 void DebugCommands() { fDebugCommands = kTRUE; }
88 static TString
GetParameter(TString textfile, Int_t job_no, Int_t var_no);