35 virtual void Print(Option_t* opt =
"")
const;
36 void SetParameter(Int_t par_id, Double_t min, Double_t max, Int_t points, TString name);
37 static Bool_t TestMapFile(Int_t jobId);
38 Int_t GetNJobs()
const;
39 Int_t GetNParams()
const {
return fSize; }
40 Int_t GetNSteps(Int_t par_id)
const {
return fNpoints.
Get(par_id) - 1; };
41 Int_t GetNPoints(Int_t par_id)
const {
return fNpoints.
Get(par_id); };
42 Int_t GetParId(TString name)
const;
43 Double_t GetMin(Int_t par_id)
const {
return fMin.
Get(par_id); };
44 Double_t GetMax(Int_t par_id)
const {
return fMax.
Get(par_id); };
45 Double_t GetStepSize(Int_t par_id)
const;
46 std::vector<int> GetDimensions()
const;
47 TString GetParName(Int_t par_id)
const {
return fNames[par_id]; };