add new inline function GetNoOfRgeDataSets().

This commit is contained in:
suter_a 2022-12-21 07:51:40 +01:00
parent 9ce9e9f0a3
commit 22bde27a2c

View File

@ -109,6 +109,7 @@ class PRgeHandler : public TObject
virtual ~PRgeHandler() {}
virtual bool IsValid() { return fValid; }
virtual UInt_t GetNoOfRgeDataSets() { return (UInt_t)fData.size(); }
virtual PRgeDataList GetRgeData() { return fData; }
virtual Double_t GetZmax(const Double_t energy);
virtual Double_t GetZmax(const Int_t idx);