]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Added support for copying the outputs of the analysis in an AliEn folder from a
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 May 2009 09:30:03 +0000 (09:30 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 May 2009 09:30:03 +0000 (09:30 +0000)
commitf5e61abdab14932885ea5ac841da7d9b93de599f
tree7a5ece6677a31eb2c34504b34b15f0b8fe93733d
parent22c92c032156e935f3d7b144d555063847d9c32d
Added support for copying the outputs of the analysis in an AliEn folder from a
PROOF job. One has just to supply a valid path to an Alien location to the method:
   AliAnalysisManager->SetSpecialOutputLocation(path); where:
path = "alien:///alice/cern.ch/user/.../myOutput/" has to be prefixed by alien://
and must correspond to the user token that started the proof job. The common
output files (AOD) will be copied to this location as AliAOD_n.root from each
slave (n) while the rest of the outputs (histograms) will be first merged then
copied to the same location.
ANALYSIS/AliAnalysisManager.cxx