# | Line 105 | Line 105 | namespace mithep | |
---|---|---|
105 | const char *GetBaseURL() const | |
106 | { return fBaseURL.IsNull()?".":fBaseURL; } | |
107 | Int_t GetCompressLevel() const { return fCompressLevel; } | |
108 | + | Int_t GetDefaultBrSize() const { return fDefBrSize; } |
109 | + | Int_t GetDefaultSL() const { return fDefSL; } |
110 | Bool_t GetDoObjNumReset() const { return fDoObjNumReset; } | |
111 | Bool_t GetDoBranchRef() const { return fDoBranchRef; } | |
112 | Long64_t GetEntries(const char *tn=0) const; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |