![]() |
AliPhysics
96866e8 (96866e8)
|
Static Public Member Functions | |
static Bool_t | RegisterDataset (const TString &dsname) |
static TString | RegisteredDataset () |
static Int_t | FindPort () |
static Bool_t | StartXrootd (TString &url) |
static Bool_t | StopXrootd () |
static Bool_t | RegisterStorage (const TString &url) |
Special output handling - data sets and remote storage
Definition at line 42 of file OutputUtilities.C.
|
inlinestatic |
Definition at line 126 of file OutputUtilities.C.
Referenced by StartXrootd().
Register output data set
dsname | Data set name |
Definition at line 51 of file OutputUtilities.C.
Referenced by AAFPluginRailway::PostSetup(), and ProofRailway::PostSetup().
|
inlinestatic |
Get the name of the registered data set
Definition at line 97 of file OutputUtilities.C.
Referenced by ProofRailway::OutputPath().
Register special putput storage
url | Url (root://host/full_path) |
Definition at line 235 of file OutputUtilities.C.
Referenced by PluginRailway::PostSetup(), and ProofRailway::PostSetup().
Start a unique XRootd server and return it's access URL
url | On return, the access url |
Definition at line 174 of file OutputUtilities.C.
Referenced by RegisterStorage().
|
inlinestatic |
Stop a previously started Xrootd server
Definition at line 214 of file OutputUtilities.C.
Referenced by ProofRailway::Run().