Skip to content

Commit

Permalink
Bulk API should be able to read Long64_t/ULong64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxuanyuan committed Jan 20, 2019
1 parent 8e7a6a7 commit 40e12a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tree/tree/inc/TLeafL.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class TLeafL : public TLeaf {

virtual void Export(TClonesArray *list, Int_t n);
virtual void FillBasket(TBuffer &b);
virtual DeserializeType GetDeserializeType() const { return kInPlace; }
const char *GetTypeName() const;
virtual Int_t GetMaximum() const { return (Int_t)fMaximum; }
virtual Int_t GetMinimum() const { return (Int_t)fMinimum; }
Expand Down

0 comments on commit 40e12a1

Please sign in to comment.