size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h offset
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t UChar_t len
Option_t Option_t TPoint TPoint const char mode
A ROOT file is composed of a header, followed by consecutive data records (TKey instances) with a wel...
Read and write data via the underlying Grid access mechanism.
Long64_t SysSeek(Int_t fd, Long64_t offset, Int_t whence) override
Interface to system lseek.
Int_t SysClose(Int_t fd) override
Interface to system close. All arguments like in POSIX close.
Int_t SysOpen(const char *pathname, Int_t flags, UInt_t mode) override
Interface to system open. All arguments like in POSIX open.
Int_t SysSync(Int_t) override
Interface to system fsync. All arguments like in POSIX fsync().
Int_t SysStat(Int_t fd, Long_t *id, Long64_t *size, Long_t *flags, Long_t *modtime) override
Interface to TSystem:GetPathInfo().
Bool_t ReadBuffer(char *buf, Int_t len) override
Read specified byte range from remote file via GFAL.
struct stat64 fStatBuffer
! (transient) Cached file status buffer (for performance)
Int_t SysWrite(Int_t fd, const void *buf, Int_t len) override
Interface to system write. All arguments like in POSIX write.
~TGFALFile() override
GFAL file dtor. Close and flush directory structure.
Bool_t WriteBuffer(const char *buf, Int_t len) override
Write specified byte range to remote file via GFAL.
Int_t SysRead(Int_t fd, void *buf, Int_t len) override
Interface to system read. All arguments like in POSIX read.
Bool_t fStatCached
! (transient) is file status cached?
Directory handler for GFAL.
void * GetDirPtr() const override
Bool_t AccessPathName(const char *path, EAccessMode mode) override
Returns FALSE if one can access a file using the specified access mode.
void * OpenDirectory(const char *name) override
Open a directory via GFAL.
void FreeDirectory(void *dirp) override
Free directory via GFAL.
const char * GetDirEntry(void *dirp) override
Get directory entry via GFAL. Returns 0 in case no more entries.
TGFALSystem()
Create helper class that allows directory access via GFAL.
Int_t GetPathInfo(const char *path, FileStat_t &buf) override
Get info about a file.
Int_t MakeDirectory(const char *name) override
Make a directory via GFAL.
Abstract base class defining a generic interface to the underlying Operating System.
@ kUseCompiledDefault
Use the compile-time default setting.