Logo ROOT   6.10/09
Reference Guide
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
TFileInfo Class Reference

Class describing a generic file including meta information.

Definition at line 38 of file TFileInfo.h.

Public Types

enum  EStatusBits { kStaged = BIT(15), kCorrupted = BIT(16), kSortWithIndex = BIT(17) }
 
- Public Types inherited from TObject
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 

Public Member Functions

 TFileInfo (const char *url=0, Long64_t size=-1, const char *uuid=0, const char *md5=0, TObject *meta=0)
 Constructor. More...
 
 TFileInfo (const TFileInfo &)
 Copy constructor. More...
 
virtual ~TFileInfo ()
 Destructor. More...
 
Bool_t AddMetaData (TObject *meta)
 Add's a meta data object to the file info object. More...
 
Bool_t AddUrl (const char *url, Bool_t infront=kFALSE)
 Add a new URL. More...
 
Int_t Compare (const TObject *obj) const
 Compare TFileInfo object by their first urls. More...
 
TUrlFindByUrl (const char *url, Bool_t withDeflt=kFALSE)
 Find an element from a URL. Returns 0 if not found. More...
 
TUrlGetCurrentUrl () const
 Return the current url. More...
 
TUrlGetFirstUrl () const
 
Int_t GetIndex () const
 
TMD5GetMD5 () const
 
TFileInfoMetaGetMetaData (const char *meta=0) const
 Get meta data object with specified name. More...
 
TListGetMetaDataList () const
 
Int_t GetNUrls () const
 
Long64_t GetSize () const
 
TUrlGetUrlAt (Int_t i) const
 
TUUIDGetUUID () const
 
Bool_t IsSortable () const
 
TUrlNextUrl ()
 Iterator function, start iteration by calling ResetUrl(). More...
 
void Print (Option_t *options="") const
 Print information about this object. More...
 
Bool_t RemoveMetaData (const char *meta=0)
 Remove the metadata object. More...
 
Bool_t RemoveUrl (const char *url)
 Remove an URL. Returns kTRUE if successful, kFALSE otherwise. More...
 
Bool_t RemoveUrlAt (Int_t i)
 Remove URL at given position. Returns kTRUE on success, kFALSE on error. More...
 
void ResetUrl ()
 
Bool_t SetCurrentUrl (const char *url)
 Set 'url' as current URL, if in the list Return kFALSE if not in the list. More...
 
Bool_t SetCurrentUrl (TUrl *url)
 Set 'url' as current URL, if in the list Return kFALSE if not in the list. More...
 
void SetIndex (Int_t idx)
 
void SetSize (Long64_t size)
 
void SetUUID (const char *uuid)
 Set the UUID to the value associated to the string 'uuid'. More...
 
- Public Member Functions inherited from TNamed
 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TString &name, const TString &title)
 
 TNamed (const TNamed &named)
 TNamed copy ctor. More...
 
virtual ~TNamed ()
 
virtual void Clear (Option_t *option="")
 Set name and title to empty strings (""). More...
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual void Copy (TObject &named) const
 Copy this to obj. More...
 
virtual void FillBuffer (char *&buffer)
 Encode TNamed into output buffer. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
virtual void ls (Option_t *option="") const
 List TNamed name and title. More...
 
TNamedoperator= (const TNamed &rhs)
 TNamed assignment operator. More...
 
virtual void SetName (const char *name)
 Set the name of the TNamed. More...
 
virtual void SetNameTitle (const char *name, const char *title)
 Set all the TNamed parameters (name and title). More...
 
virtual void SetTitle (const char *title="")
 Set the title of the TNamed. More...
 
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 TObject constructor. More...
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad). More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Option_tGetOption () const
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
void InvertBit (UInt_t f)
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, void *vp)
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
void ResetBit (UInt_t f)
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 

Private Member Functions

TFileInfooperator= (const TFileInfo &)
 
void ParseInput (const char *in)
 Parse the input line to extract init information from 'in'; the input string is tokenized on ' '; the tokens can be prefixed by the following keys: More...
 

Private Attributes

TUrlfCurrentUrl
 
Int_t fIndex
 
TMD5fMD5
 
TListfMetaDataList
 
Long64_t fSize
 
TListfUrlList
 current URL to access the file, points to URL More...
 
TUUIDfUUID
 

Additional Inherited Members

- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
void MakeZombie ()
 
- Protected Attributes inherited from TNamed
TString fName
 
TString fTitle
 

#include <TFileInfo.h>

Inheritance diagram for TFileInfo:
[legend]

Member Enumeration Documentation

◆ EStatusBits

Enumerator
kStaged 
kCorrupted 
kSortWithIndex 

Definition at line 56 of file TFileInfo.h.

Constructor & Destructor Documentation

◆ TFileInfo() [1/2]

TFileInfo::TFileInfo ( const char *  url = 0,
Long64_t  size = -1,
const char *  uuid = 0,
const char *  md5 = 0,
TObject meta = 0 
)

Constructor.

Definition at line 31 of file TFileInfo.cxx.

◆ TFileInfo() [2/2]

TFileInfo::TFileInfo ( const TFileInfo fi)

Copy constructor.

Definition at line 73 of file TFileInfo.cxx.

◆ ~TFileInfo()

TFileInfo::~TFileInfo ( )
virtual

Destructor.

Definition at line 119 of file TFileInfo.cxx.

Member Function Documentation

◆ AddMetaData()

Bool_t TFileInfo::AddMetaData ( TObject meta)

Add's a meta data object to the file info object.

The object will be adopted by the TFileInfo and should not be deleted by the user. Typically objects of class TFileInfoMeta or derivatives should be added, but any class is accepted. Returns kTRUE if successful, kFALSE otherwise.

Definition at line 384 of file TFileInfo.cxx.

◆ AddUrl()

Bool_t TFileInfo::AddUrl ( const char *  url,
Bool_t  infront = kFALSE 
)

Add a new URL.

If 'infront' is TRUE the new url is pushed at the beginning of the list; otherwise is pushed back. Returns kTRUE if successful, kFALSE otherwise.

Definition at line 295 of file TFileInfo.cxx.

◆ Compare()

Int_t TFileInfo::Compare ( const TObject obj) const
virtual

Compare TFileInfo object by their first urls.

Reimplemented from TNamed.

Definition at line 443 of file TFileInfo.cxx.

◆ FindByUrl()

TUrl * TFileInfo::FindByUrl ( const char *  url,
Bool_t  withDeflt = kFALSE 
)

Find an element from a URL. Returns 0 if not found.

Definition at line 276 of file TFileInfo.cxx.

◆ GetCurrentUrl()

TUrl * TFileInfo::GetCurrentUrl ( ) const

Return the current url.

Definition at line 248 of file TFileInfo.cxx.

◆ GetFirstUrl()

TUrl* TFileInfo::GetFirstUrl ( ) const
inline

Definition at line 71 of file TFileInfo.h.

◆ GetIndex()

Int_t TFileInfo::GetIndex ( ) const
inline

Definition at line 98 of file TFileInfo.h.

◆ GetMD5()

TMD5* TFileInfo::GetMD5 ( ) const
inline

Definition at line 81 of file TFileInfo.h.

◆ GetMetaData()

TFileInfoMeta * TFileInfo::GetMetaData ( const char *  meta = 0) const

Get meta data object with specified name.

If meta is 0 get first meta data object. Returns 0 in case no suitable meta data object is found.

Definition at line 424 of file TFileInfo.cxx.

◆ GetMetaDataList()

TList* TFileInfo::GetMetaDataList ( ) const
inline

Definition at line 82 of file TFileInfo.h.

◆ GetNUrls()

Int_t TFileInfo::GetNUrls ( ) const
inline

Definition at line 74 of file TFileInfo.h.

◆ GetSize()

Long64_t TFileInfo::GetSize ( ) const
inline

Definition at line 79 of file TFileInfo.h.

◆ GetUrlAt()

TUrl* TFileInfo::GetUrlAt ( Int_t  i) const
inline

Definition at line 72 of file TFileInfo.h.

◆ GetUUID()

TUUID* TFileInfo::GetUUID ( ) const
inline

Definition at line 80 of file TFileInfo.h.

◆ IsSortable()

Bool_t TFileInfo::IsSortable ( ) const
inlinevirtual

Reimplemented from TNamed.

Definition at line 95 of file TFileInfo.h.

◆ NextUrl()

TUrl * TFileInfo::NextUrl ( )

Iterator function, start iteration by calling ResetUrl().

The first call to NextUrl() will return the 1st element, the seconde the 2nd element etc. Returns 0 in case no more urls.

Definition at line 260 of file TFileInfo.cxx.

◆ operator=()

TFileInfo& TFileInfo::operator= ( const TFileInfo )
private

◆ ParseInput()

void TFileInfo::ParseInput ( const char *  in)
private

Parse the input line to extract init information from 'in'; the input string is tokenized on ' '; the tokens can be prefixed by the following keys:

  • url:<url1>,<url2>,... URLs for the file; stored in the order given
  • sz:<size> size of the file in bytes
  • md5:<md5_ascii> MD5 sum of the file in ASCII form
  • uuid:<uuid> UUID of the file
  • tree:<name>,<entries>,<first>,<last> meta-information about a tree in the file; the should be in the form "<subdir>/tree-name";'entries' is the number of entries in the tree; 'first' and 'last' define the entry range.
  • obj:<name>,<class>,<entries> meta-information about a generic object in the file; the should be in the form "<subdir>/obj-name"; 'class' is the object class; 'entries' is the number of occurrences for this object.
  • idx:<index> Index of this file if sorting with index

Multiple occurrences of 'tree:' or 'obj:' can be specified. The initializations done via the input string are super-seeded by the ones by other parameters in the constructor, if any. If no key is given, the token is interpreted as URL(s).

Definition at line 156 of file TFileInfo.cxx.

◆ Print()

void TFileInfo::Print ( Option_t option = "") const
virtual

Print information about this object.

If option contains 'L' a long listing will be printed (on multiple lines). Otherwise one line is printed with the following information: current url, default tree name|class|entries, md5; the default tree name is passed via the option ("T:<default_tree>") by the owning TFileCollection.

Reimplemented from TNamed.

Definition at line 477 of file TFileInfo.cxx.

◆ RemoveMetaData()

Bool_t TFileInfo::RemoveMetaData ( const char *  meta = 0)

Remove the metadata object.

If meta is 0 remove all meta data objects. Returns kTRUE if successful, kFALSE otherwise.

Definition at line 401 of file TFileInfo.cxx.

◆ RemoveUrl()

Bool_t TFileInfo::RemoveUrl ( const char *  url)

Remove an URL. Returns kTRUE if successful, kFALSE otherwise.

Definition at line 320 of file TFileInfo.cxx.

◆ RemoveUrlAt()

Bool_t TFileInfo::RemoveUrlAt ( Int_t  i)

Remove URL at given position. Returns kTRUE on success, kFALSE on error.

Definition at line 336 of file TFileInfo.cxx.

◆ ResetUrl()

void TFileInfo::ResetUrl ( )
inline

Definition at line 68 of file TFileInfo.h.

◆ SetCurrentUrl() [1/2]

Bool_t TFileInfo::SetCurrentUrl ( const char *  url)

Set 'url' as current URL, if in the list Return kFALSE if not in the list.

Definition at line 354 of file TFileInfo.cxx.

◆ SetCurrentUrl() [2/2]

Bool_t TFileInfo::SetCurrentUrl ( TUrl url)

Set 'url' as current URL, if in the list Return kFALSE if not in the list.

Definition at line 368 of file TFileInfo.cxx.

◆ SetIndex()

void TFileInfo::SetIndex ( Int_t  idx)
inline

Definition at line 99 of file TFileInfo.h.

◆ SetSize()

void TFileInfo::SetSize ( Long64_t  size)
inline

Definition at line 85 of file TFileInfo.h.

◆ SetUUID()

void TFileInfo::SetUUID ( const char *  uuid)

Set the UUID to the value associated to the string 'uuid'.

This is useful to set the UUID to the one of the ROOT file during verification.

NB: we do not change the name in here, because this would screw up lists of these objects hashed on the name. Those lists need to be rebuild. TFileCollection does that in RemoveDuplicates.

Definition at line 237 of file TFileInfo.cxx.

Member Data Documentation

◆ fCurrentUrl

TUrl* TFileInfo::fCurrentUrl
private

Definition at line 41 of file TFileInfo.h.

◆ fIndex

Int_t TFileInfo::fIndex
private

Definition at line 49 of file TFileInfo.h.

◆ fMD5

TMD5* TFileInfo::fMD5
private

Definition at line 46 of file TFileInfo.h.

◆ fMetaDataList

TList* TFileInfo::fMetaDataList
private

Definition at line 47 of file TFileInfo.h.

◆ fSize

Long64_t TFileInfo::fSize
private

Definition at line 44 of file TFileInfo.h.

◆ fUrlList

TList* TFileInfo::fUrlList
private

current URL to access the file, points to URL

Definition at line 43 of file TFileInfo.h.

◆ fUUID

TUUID* TFileInfo::fUUID
private

Definition at line 45 of file TFileInfo.h.


The documentation for this class was generated from the following files: