Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The grid files can be obtained using the dirac-dms commands, etc.

Other output from the job is also available, including log files. These files can be obtained using this command:

No Format

dirac-repo-retrieve-jobs-output ../repositoryFiles/sidloi3.JM_test_analysis_prodID_1946.prod1946.cfg

Here is an example set of files from one job, not including the analysis output:

No Format

JM_test_analysis_prodID_1946_evW_eeZ_vvZ_semileptonic_m80p20_rec_1946_16062.xml
jobDescription.xml
job_1.lcsim
lcsim_2.8-SNAPSHOT_Step_1.log
localEnv.log
sidloi3_trackingStrategies_default.xml
std.out

In order, these are the following:

  1. Steering file with actual output file names resolved.
  2. XML file in DIRAC's Workflow schema descripting the job.
  3. Steering file with input and output file names resolved.
  4. Log output from the lcsim job.
  5. Local shell environment of the worker node.
  6. Tracking strategies.
  7. All stdout IO including from DIRAC and lcsim.

These files can be useful when debugging any problems that may occur with the job execution.

Combining Output Files

Finally, you will need to combine the job output into a final analysis. This could be specific to your particular analysis. I will provide an example that combines the histograms from multiple AIDA files into one output file. These procedures may change in the future, and this is just an example.

...