add new inline function GetNoOfRgeDataSets().
This commit is contained in:
parent
9ce9e9f0a3
commit
22bde27a2c
@ -109,6 +109,7 @@ class PRgeHandler : public TObject
|
|||||||
virtual ~PRgeHandler() {}
|
virtual ~PRgeHandler() {}
|
||||||
|
|
||||||
virtual bool IsValid() { return fValid; }
|
virtual bool IsValid() { return fValid; }
|
||||||
|
virtual UInt_t GetNoOfRgeDataSets() { return (UInt_t)fData.size(); }
|
||||||
virtual PRgeDataList GetRgeData() { return fData; }
|
virtual PRgeDataList GetRgeData() { return fData; }
|
||||||
virtual Double_t GetZmax(const Double_t energy);
|
virtual Double_t GetZmax(const Double_t energy);
|
||||||
virtual Double_t GetZmax(const Int_t idx);
|
virtual Double_t GetZmax(const Int_t idx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user