#include <TStorageFactorySystem.h>
Public Member Functions | |
virtual Bool_t | AccessPathName (const char *path, EAccessMode mode) |
ClassDef (TStorageFactorySystem, 0) | |
virtual void | FreeDirectory (void *dirp) |
virtual const char * | GetDirEntry (void *dirp) |
virtual Int_t | GetPathInfo (const char *path, FileStat_t &info) |
virtual Int_t | MakeDirectory (const char *name) |
virtual void * | OpenDirectory (const char *name) |
TStorageFactorySystem (const char *, Bool_t) | |
TStorageFactorySystem (void) | |
virtual int | Unlink (const char *name) |
~TStorageFactorySystem (void) | |
Private Member Functions | |
void * | GetDirPt (void) const |
Private Attributes | |
void * | fDirp |
TSystem wrapper around StorageFactory and CMS Storage. This class is a blatant copy of TDCacheSystem.
Definition at line 10 of file TStorageFactorySystem.h.
TStorageFactorySystem::TStorageFactorySystem | ( | const char * | , |
Bool_t | |||
) |
TStorageFactorySystem::TStorageFactorySystem | ( | void | ) |
TStorageFactorySystem::~TStorageFactorySystem | ( | void | ) |
|
virtual |
Definition at line 51 of file TStorageFactorySystem.cc.
References StorageFactory::check(), and StorageFactory::get().
Referenced by GetDirPt().
TStorageFactorySystem::ClassDef | ( | TStorageFactorySystem | , |
0 | |||
) |
Referenced by GetDirPt().
|
virtual |
Definition at line 38 of file TStorageFactorySystem.cc.
Referenced by GetDirPt().
|
virtual |
Definition at line 44 of file TStorageFactorySystem.cc.
Referenced by GetDirPt().
|
inlineprivate |
Definition at line 14 of file TStorageFactorySystem.h.
References AccessPathName(), ClassDef(), fDirp, FreeDirectory(), GetDirEntry(), GetPathInfo(), info(), MakeDirectory(), ALCARECOPromptCalibProdSiPixelAli0T_cff::mode, dataset::name, OpenDirectory(), callgraph::path, TStorageFactorySystem(), Unlink(), and ~TStorageFactorySystem().
|
virtual |
Definition at line 65 of file TStorageFactorySystem.cc.
References trackerTree::check(), and StorageFactory::get().
Referenced by GetDirPt().
|
virtual |
Definition at line 24 of file TStorageFactorySystem.cc.
Referenced by GetDirPt().
|
virtual |
Definition at line 31 of file TStorageFactorySystem.cc.
Referenced by GetDirPt().
|
virtual |
Definition at line 58 of file TStorageFactorySystem.cc.
Referenced by GetDirPt().
|
private |
Definition at line 13 of file TStorageFactorySystem.h.
Referenced by GetDirPt().