![]() |
AliPhysics
64a5cfc (64a5cfc)
|
Public Member Functions | |
AAFPluginRailway (const TUrl &url, Int_t verbose) | |
virtual | ~AAFPluginRailway () |
virtual Bool_t | PreSetup () |
virtual Bool_t | PostSetup () |
virtual UShort_t | Mode () const |
virtual const char * | ModeString () const |
virtual Long64_t | Run (Long64_t nEvents=-1) |
virtual const Char_t * | UrlHelp () const |
virtual const char * | Desc () const |
![]() | |
PluginRailway (const TUrl &url, Int_t verbose) | |
PluginRailway (const PluginRailway &o) | |
PluginRailway & | operator= (const PluginRailway &o) |
virtual | ~PluginRailway () |
void | UsePar (Bool_t &use) |
virtual Bool_t | AddIncludePath (const TString &path) |
virtual Bool_t | LoadLibrary (const TString &name, Bool_t slaves=true, Bool_t forcePar=false) |
virtual Bool_t | LoadSource (const TString &name, bool copy=false) |
virtual Bool_t | LoadAliROOT () |
virtual Bool_t | LoadAliPhysics () |
virtual void | Print (Option_t *option="") const |
![]() | |
Railway (const Railway &o) | |
Railway & | operator= (const Railway &) |
virtual Bool_t | LoadAux (const TString &name, Bool_t copy=false) |
virtual Bool_t | LoadROOT () |
virtual UShort_t | Operation () const |
virtual Bool_t | AddMonitor (const TString &) |
virtual Short_t | InputType () const |
virtual Bool_t | IsMC () const |
virtual TString | OutputPath () const |
virtual TString | OutputLocation () const |
const TUrl & | Url () const |
const OptionList & | Options () const |
virtual void | AuxSave (const TString &, Bool_t) |
Additional Inherited Members | |
![]() | |
enum | EMode { kLocal, kProof, kGrid } |
enum | EOperation { kTest, kOffline, kSubmit, kTerminate, kFull } |
enum | EInput { kESD, kAOD, kUser } |
![]() | |
static Railway * | Create (const TUrl &url, Int_t verbose=0) |
static Railway * | CreateObject (const TString &cl, const TUrl &url, Int_t verbose=0) |
static void | ShowUrlHelp (const TString &cl) |
static void | ShowFullHelp (const TString &cl) |
![]() | |
AliAnalysisAlien * | fHandler |
Bool_t | fUsePars |
Bool_t | fTestBuild |
TList | fExtraLibs |
TList | fExtraPars |
TList | fExtraSrcs |
![]() | |
const TString & | MakeLibraryName (const TString &name) |
virtual Bool_t | AuxFile (TString &name, bool copy=false) |
TChain * | LocalChain () |
Railway (const TUrl &url, Int_t verbose) | |
virtual Bool_t | ParseOptions () |
virtual | ~Railway () |
![]() | |
static UShort_t | DeduceType (const TString &str) |
![]() | |
TUrl | fUrl |
OptionList | fOptions |
Int_t | fVerbose |
Handle analysis on an Alice Analysis Facility (AAF)
This helper is triggered by a URL of the form
where <host> is a known AAF (e.g., alice-caf.cern.ch
), and the <options> contains plugin
esdTree
or aodTree
dsname
[=<output dataset>] storage=<url>
root://lxplus.cern.ch:10930//tmp
. mode=[default,rec,sim,train,custom]
default
is assumed. See also CreateAliROOTPar par
workers=
N[x]
x
is appended, then it's maximum number of workers per slave Definition at line 73 of file AAFPluginRailway.C.
Constructor
url | Url |
verbose | Verbosity level |
Definition at line 81 of file AAFPluginRailway.C.
|
inlinevirtual |
Destructor
Definition at line 94 of file AAFPluginRailway.C.
|
inlinevirtual |
Implements PluginRailway.
Definition at line 193 of file AAFPluginRailway.C.
|
inlinevirtual |
Get the mode identifier
Implements Railway.
Definition at line 162 of file AAFPluginRailway.C.
|
inlinevirtual |
Get the mode string used for AliAnalysisManager::StartAnalysis
Reimplemented from Railway.
Definition at line 166 of file AAFPluginRailway.C.
|
inlinevirtual |
Set-up done after the task set-ups
Reimplemented from PluginRailway.
Definition at line 149 of file AAFPluginRailway.C.
|
inlinevirtual |
Called before setting up
Reimplemented from PluginRailway.
Definition at line 100 of file AAFPluginRailway.C.
Start the analysis
nEvents | Number of events to analyse |
Implements PluginRailway.
Definition at line 174 of file AAFPluginRailway.C.
|
inlinevirtual |