ROOT  6.06/09
Reference Guide
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 50 of file TFileInfo.h.

Public Types

enum  EStatusBits { kStaged = BIT(15), kCorrupted = BIT(16), kSortWithIndex = BIT(17) }
 
- Public Types inherited from TObject
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)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 

Public Member Functions

 TFileInfo (const char *url=0, Long64_t size=-1, const char *uuid=0, const char *md5=0, TObject *meta=0)
 
 TFileInfo (const TFileInfo &)
 Copy constructor. More...
 
virtual ~TFileInfo ()
 Destructor. More...
 
void ResetUrl ()
 
TUrlNextUrl ()
 Iterator function, start iteration by calling ResetUrl(). More...
 
TUrlGetCurrentUrl () const
 Return the current url. More...
 
TUrlGetFirstUrl () const
 
TUrlGetUrlAt (Int_t i) const
 
Bool_t RemoveUrlAt (Int_t i)
 Remove URL at given position. Returns kTRUE on success, kFALSE on error. More...
 
Int_t GetNUrls () const
 
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...
 
Long64_t GetSize () const
 
TUUIDGetUUID () const
 
TMD5GetMD5 () const
 
TListGetMetaDataList () const
 
TFileInfoMetaGetMetaData (const char *meta=0) const
 Get meta data object with specified name. More...
 
void SetSize (Long64_t size)
 
void SetUUID (const char *uuid)
 Set the UUID to the value associated to the string 'uuid'. More...
 
TUrlFindByUrl (const char *url, Bool_t withDeflt=kFALSE)
 Find an element from a URL. Returns 0 if not found. More...
 
Bool_t AddUrl (const char *url, Bool_t infront=kFALSE)
 Add a new URL. More...
 
Bool_t RemoveUrl (const char *url)
 Remove an URL. Returns kTRUE if successful, kFALSE otherwise. More...
 
Bool_t AddMetaData (TObject *meta)
 Add's a meta data object to the file info object. More...
 
Bool_t RemoveMetaData (const char *meta=0)
 Remove the metadata object. More...
 
Bool_t IsSortable () const
 
Int_t Compare (const TObject *obj) const
 Compare TFileInfo object by their first urls. More...
 
Int_t GetIndex () const
 
void SetIndex (Int_t idx)
 
void Print (Option_t *options="") const
 Print information about this object. 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)
 
TNamedoperator= (const TNamed &rhs)
 TNamed assignment operator. 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 SetName (const char *name)
 Change (i.e. More...
 
virtual void SetNameTitle (const char *name, const char *title)
 Change (i.e. set) all the TNamed parameters (name and title). More...
 
virtual void SetTitle (const char *title="")
 Change (i.e. set) the title of the TNamed. More...
 
virtual void ls (Option_t *option="") const
 List TNamed name and title. More...
 
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. 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 pad. More...
 
virtual void Dump () const
 Dump contents of object on stdout. 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 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 UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual Option_tGetOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. 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...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. 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...
 
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...
 
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 UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. 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...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. 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)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. 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...
 
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...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 

Private Member Functions

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...
 
TFileInfooperator= (const TFileInfo &)
 

Private Attributes

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

Additional Inherited Members

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

#include <TFileInfo.h>

+ Inheritance diagram for TFileInfo:
+ Collaboration diagram for TFileInfo:

Member Enumeration Documentation

Enumerator
kStaged 
kCorrupted 
kSortWithIndex 

Definition at line 68 of file TFileInfo.h.

Constructor & Destructor Documentation

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

Copy constructor.

Definition at line 71 of file TFileInfo.cxx.

TFileInfo::~TFileInfo ( )
virtual

Destructor.

Definition at line 117 of file TFileInfo.cxx.

Member Function Documentation

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 382 of file TFileInfo.cxx.

Referenced by TDSet::ExportFileList(), TDataSetManager::FillMetaData(), TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), and ParseInput().

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 293 of file TFileInfo.cxx.

Referenced by TDataSetManager::CheckStagedStatus(), TDataSetManagerAliEn::GetDataSet(), TNetXNGFileStager::LocateCollection(), TXNetFileStager::LocateCollection(), TFileStager::LocateCollection(), TProofOutputFile::Merge(), ParseInput(), and TDataSetManager::ScanFile().

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

Compare TFileInfo object by their first urls.

Reimplemented from TNamed.

Definition at line 441 of file TFileInfo.cxx.

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

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

Definition at line 274 of file TFileInfo.cxx.

Referenced by AddUrl(), TDataSetManagerAliEn::GetDataSet(), TFileCollection::GetFilesOnServer(), RemoveUrl(), and SetCurrentUrl().

TUrl * TFileInfo::GetCurrentUrl ( ) const
TUrl* TFileInfo::GetFirstUrl ( ) const
inline
Int_t TFileInfo::GetIndex ( ) const
inline
TMD5* TFileInfo::GetMD5 ( ) const
inline
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 422 of file TFileInfo.cxx.

Referenced by TDSet::Add(), TDataSetManager::FillMetaData(), TFileCollection::PrintDetailed(), and TProof::ShowMissingFiles().

TList* TFileInfo::GetMetaDataList ( ) const
inline
Int_t TFileInfo::GetNUrls ( ) const
inline
Long64_t TFileInfo::GetSize ( ) const
inline
TUrl* TFileInfo::GetUrlAt ( Int_t  i) const
inline

Definition at line 84 of file TFileInfo.h.

TUUID* TFileInfo::GetUUID ( ) const
inline
Bool_t TFileInfo::IsSortable ( ) const
inlinevirtual

Reimplemented from TNamed.

Definition at line 107 of file TFileInfo.h.

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 258 of file TFileInfo.cxx.

Referenced by TProof::ClearData(), TFileCollection::GetFilesPerServer(), TFileCollection::PrintDetailed(), and TFileCollection::SetAnchor().

TFileInfo& TFileInfo::operator= ( const TFileInfo )
private
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 154 of file TFileInfo.cxx.

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 475 of file TFileInfo.cxx.

Referenced by TPacketizerFile::GetNextPacket(), TProofOutputFile::Merge(), TProofPerfAnalysis::PrintWrkInfo(), and TSelVerifyDataSet::Process().

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 399 of file TFileInfo.cxx.

Referenced by ParseInput(), and TFileCollection::RemoveMetaData().

Bool_t TFileInfo::RemoveUrl ( const char *  url)

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

Definition at line 318 of file TFileInfo.cxx.

Referenced by TDataSetManager::CheckStagedStatus(), and TDataSetManagerAliEn::GetDataSet().

Bool_t TFileInfo::RemoveUrlAt ( Int_t  i)

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

Definition at line 334 of file TFileInfo.cxx.

Referenced by TDataSetManagerAliEn::GetDataSet().

void TFileInfo::ResetUrl ( )
inline
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 352 of file TFileInfo.cxx.

Referenced by TFileCollection::GetFilesPerServer().

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 366 of file TFileInfo.cxx.

void TFileInfo::SetIndex ( Int_t  idx)
inline
void TFileInfo::SetSize ( Long64_t  size)
inline

Definition at line 97 of file TFileInfo.h.

Referenced by TDataSetManager::ScanFile().

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 235 of file TFileInfo.cxx.

Referenced by TDataSetManager::ScanFile().

Member Data Documentation

TUrl* TFileInfo::fCurrentUrl
private

Definition at line 53 of file TFileInfo.h.

Referenced by AddUrl(), GetCurrentUrl(), NextUrl(), RemoveUrl(), RemoveUrlAt(), and SetCurrentUrl().

Int_t TFileInfo::fIndex
private

Definition at line 61 of file TFileInfo.h.

Referenced by Compare(), GetIndex(), and ParseInput().

TMD5* TFileInfo::fMD5
private

Definition at line 58 of file TFileInfo.h.

Referenced by GetMD5(), ParseInput(), TFileInfo(), and ~TFileInfo().

TList* TFileInfo::fMetaDataList
private
Long64_t TFileInfo::fSize
private

Definition at line 56 of file TFileInfo.h.

Referenced by GetSize(), ParseInput(), and TFileInfo().

TList* TFileInfo::fUrlList
private

current URL to access the file, points to URL

Definition at line 55 of file TFileInfo.h.

Referenced by AddUrl(), FindByUrl(), NextUrl(), Print(), RemoveUrl(), RemoveUrlAt(), SetCurrentUrl(), TFileInfo(), and ~TFileInfo().

TUUID* TFileInfo::fUUID
private

Definition at line 57 of file TFileInfo.h.

Referenced by GetUUID(), ParseInput(), SetUUID(), TFileInfo(), and ~TFileInfo().


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