ROOT
6.07/01
Reference Guide
|
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 () |
TUrl * | NextUrl () |
Iterator function, start iteration by calling ResetUrl(). More... | |
TUrl * | GetCurrentUrl () const |
Return the current url. More... | |
TUrl * | GetFirstUrl () const |
TUrl * | GetUrlAt (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 |
TUUID * | GetUUID () const |
TMD5 * | GetMD5 () const |
TList * | GetMetaDataList () const |
TFileInfoMeta * | GetMetaData (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... | |
TUrl * | FindByUrl (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) | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual | ~TNamed () |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual TObject * | Clone (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... | |
TObject & | operator= (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 TObject * | DrawClone (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 TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () 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_t * | GetOption () 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... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator 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... | |
TFileInfo & | operator= (const TFileInfo &) |
Private Attributes | |
TUrl * | fCurrentUrl |
TList * | fUrlList |
current URL to access the file, points to URL More... | |
Long64_t | fSize |
TUUID * | fUUID |
TMD5 * | fMD5 |
TList * | fMetaDataList |
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>
Enumerator | |
---|---|
kStaged | |
kCorrupted | |
kSortWithIndex |
Definition at line 68 of file TFileInfo.h.
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.
|
virtual |
Destructor.
Definition at line 117 of file TFileInfo.cxx.
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().
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().
Compare TFileInfo object by their first urls.
Reimplemented from TNamed.
Definition at line 441 of file TFileInfo.cxx.
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 |
Return the current url.
Definition at line 246 of file TFileInfo.cxx.
Referenced by TFileCollection::Add(), TChain::AddFileInfoList(), TDataSetManager::CheckStagedStatus(), TProof::ClearData(), TProofBench::CopyDataSet(), do_anadist_ds(), TDataSetManagerAliEn::GetDataSet(), TFileCollection::GetFilesPerServer(), TPacketizerFile::GetNextPacket(), TFileStager::GetPathName(), TProofPlayerRemote::InitPacketizer(), TNetXNGFileStager::LocateCollection(), TXNetFileStager::LocateCollection(), TFileStager::LocateCollection(), Print(), TFileCollection::PrintDetailed(), TDataSetManager::ProcessFile(), TDataSetManager::ScanDataSet(), TDataSetManager::ScanFile(), TProofMonSenderML::SendDataSetInfo(), TProofMonSenderSQL::SendDataSetInfo(), TProofMonSenderML::SendFileInfo(), TProofMonSenderSQL::SendFileInfo(), and TProof::ShowMissingFiles().
|
inline |
Definition at line 83 of file TFileInfo.h.
Referenced by TDSet::Add(), TDataSetManager::CheckStagedStatus(), Compare(), TProofOutputFile::Merge(), TSelVerifyDataSet::Process(), TSessionFrame::UpdateListOfDataSets(), and TProofMgr::UploadFiles().
|
inline |
Definition at line 110 of file TFileInfo.h.
Referenced by TFileCollection::Add(), TFileCollection::AddFromFile(), Print(), and TSelVerifyDataSet::Process().
|
inline |
Definition at line 93 of file TFileInfo.h.
Referenced by TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), and Print().
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().
|
inline |
Definition at line 94 of file TFileInfo.h.
Referenced by TDSet::Add(), TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), and TFileCollection::Update().
|
inline |
Definition at line 86 of file TFileInfo.h.
Referenced by TDataSetManager::CheckStagedStatus(), TProof::ClearData(), and TDataSetManagerAliEn::GetDataSet().
|
inline |
Definition at line 91 of file TFileInfo.h.
Referenced by do_anadist_ds(), TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), Print(), TFileCollection::PrintDetailed(), and TFileCollection::Update().
Definition at line 84 of file TFileInfo.h.
|
inline |
Definition at line 92 of file TFileInfo.h.
Referenced by TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), Print(), and TFileCollection::RemoveDuplicates().
|
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().
|
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 givensz:<size>
size of the file in bytesmd5:<md5_ascii>
MD5 sum of the file in ASCII formuuid:<uuid>
UUID of the filetree:<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 indexMultiple 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.
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().
Remove URL at given position. Returns kTRUE on success, kFALSE on error.
Definition at line 334 of file TFileInfo.cxx.
Referenced by TDataSetManagerAliEn::GetDataSet().
|
inline |
Definition at line 80 of file TFileInfo.h.
Referenced by TDataSetManager::CheckStagedStatus(), TProof::ClearData(), GetCurrentUrl(), TDataSetManagerAliEn::GetDataSet(), TFileCollection::GetFilesPerServer(), TFileStager::LocateCollection(), TFileCollection::PrintDetailed(), RemoveUrl(), RemoveUrlAt(), TFileCollection::SetAnchor(), and TFileInfo().
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().
Set 'url' as current URL, if in the list Return kFALSE if not in the list.
Definition at line 366 of file TFileInfo.cxx.
Definition at line 111 of file TFileInfo.h.
Referenced by TFileCollection::Add(), TFileCollection::AddFromFile(), and TSelVerifyDataSet::Process().
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().
|
private |
Definition at line 53 of file TFileInfo.h.
Referenced by AddUrl(), GetCurrentUrl(), NextUrl(), RemoveUrl(), RemoveUrlAt(), ResetUrl(), and SetCurrentUrl().
|
private |
Definition at line 61 of file TFileInfo.h.
Referenced by Compare(), GetIndex(), ParseInput(), and SetIndex().
|
private |
Definition at line 58 of file TFileInfo.h.
Referenced by GetMD5(), ParseInput(), TFileInfo(), and ~TFileInfo().
|
private |
Definition at line 59 of file TFileInfo.h.
Referenced by AddMetaData(), GetMetaData(), GetMetaDataList(), Print(), RemoveMetaData(), TFileInfo(), and ~TFileInfo().
|
private |
Definition at line 56 of file TFileInfo.h.
Referenced by GetSize(), ParseInput(), SetSize(), and TFileInfo().
|
private |
current URL to access the file, points to URL
Definition at line 55 of file TFileInfo.h.
Referenced by AddUrl(), FindByUrl(), GetFirstUrl(), GetNUrls(), GetUrlAt(), NextUrl(), Print(), RemoveUrl(), RemoveUrlAt(), ResetUrl(), SetCurrentUrl(), TFileInfo(), and ~TFileInfo().
|
private |
Definition at line 57 of file TFileInfo.h.
Referenced by GetUUID(), ParseInput(), SetUUID(), TFileInfo(), and ~TFileInfo().