#include <TStorageFactorySystem.h>
Public Member Functions | |
Bool_t | AccessPathName (const char *path, EAccessMode mode) override |
ClassDefOverride (TStorageFactorySystem, 0) | |
void | FreeDirectory (void *dirp) override |
const char * | GetDirEntry (void *dirp) override |
Int_t | GetPathInfo (const char *path, FileStat_t &info) override |
Int_t | MakeDirectory (const char *name) override |
void * | OpenDirectory (const char *name) override |
TStorageFactorySystem (const char *, Bool_t) | |
TStorageFactorySystem (void) | |
int | Unlink (const char *name) override |
~TStorageFactorySystem (void) override | |
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 | ) |
|
override |
|
override |
Definition at line 51 of file TStorageFactorySystem.cc.
References StorageFactory::check(), and StorageFactory::get().
Referenced by GetDirPt().
TStorageFactorySystem::ClassDefOverride | ( | TStorageFactorySystem | , |
0 | |||
) |
Referenced by GetDirPt().
|
override |
|
override |
|
inlineprivate |
Definition at line 14 of file TStorageFactorySystem.h.
References AccessPathName(), ClassDefOverride(), fDirp, FreeDirectory(), GetDirEntry(), GetPathInfo(), info(), MakeDirectory(), ALCARECOPromptCalibProdSiPixelAli0T_cff::mode, dataset::name, OpenDirectory(), callgraph::path, TStorageFactorySystem(), Unlink(), and ~TStorageFactorySystem().
|
override |
Definition at line 65 of file TStorageFactorySystem.cc.
References trackerTree::check(), and StorageFactory::get().
Referenced by GetDirPt().
|
override |
|
override |
|
override |
|
private |
Definition at line 13 of file TStorageFactorySystem.h.
Referenced by GetDirPt().