Difference between revisions of "Running Art Tutorial"

From Mu2eWiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
== Exercises ==
 
== Exercises ==
NB: these are just suggestions, please add/remove/edit as you see fit. Link these to actual exercises
+
* Art workbook exercise 1: running HelloWorld and basic FHiCL
* run the mu2e executable directly from the release in the tutorial container
+
* Art workbook exercise 4: module configuration with FHiCL
* create a satellite release on top of the tutorial release
+
* Run mu2e executable on (modified) JobConfig/primary/CeEndpoint.fcl, explore mu2e services and sequences
* edit some configuration in your satellite to change the art behavior: debug-config, print, etc
+
* Explore .root and .art output
 +
* Run Print/fcl/count.fcl, dumpDataProducts.fcl
 +
* Create and run primary production job from JobConfig
 +
* Run mixing
 +
* Run reconstruction
 +
* Run TrkDiag
 +
* generate_fcl
 +
* mu2eprodsys --dryrun
 
* Run the event Display
 
* Run the event Display
* Explore the JobConfig scripts for various kinds of mu2e production jobs
 
* Run some simple production jobs
 
** Primary Particle generation and simulation
 
** Mixing
 
** reconstruction
 
* setup and run generateFcl to prepare for grid running
 
* run mu2eProdSys --dryrun
 
  
 
== Reference Materials ==
 
== Reference Materials ==
 
* [https://art.fnal.gov/art-workbook/ art workbook]
 
* [https://art.fnal.gov/art-workbook/ art workbook]
 
* various DocDBs that reference production, satellite release, partial checkout, etc.
 
* various DocDBs that reference production, satellite release, partial checkout, etc.

Revision as of 17:18, 31 May 2019

Tutorial Session Goal

In this Tutorial you will learn how to run the Mu2e 'art' framework executable (mu2e), both interactively and on the grid.

Session Prerequisites and Advance Preparation

Session Introduction

Art is a software framework for processing events with modular code with lots of run-time configurability. Art is controlled by scripts in a dedicated configuration language called fhicl (.fcl suffix). Art uses rootIO to store events.

This tutorial will cover how to build and run several different kinds of art jobs, and how to use the mu2e job tools to divide large projects into many separate jobs, and how to run those jobs in parallel on Fermigrid or the OSG (open science grid).

Exercises

  • Art workbook exercise 1: running HelloWorld and basic FHiCL
  • Art workbook exercise 4: module configuration with FHiCL
  • Run mu2e executable on (modified) JobConfig/primary/CeEndpoint.fcl, explore mu2e services and sequences
  • Explore .root and .art output
  • Run Print/fcl/count.fcl, dumpDataProducts.fcl
  • Create and run primary production job from JobConfig
  • Run mixing
  • Run reconstruction
  • Run TrkDiag
  • generate_fcl
  • mu2eprodsys --dryrun
  • Run the event Display

Reference Materials

  • art workbook
  • various DocDBs that reference production, satellite release, partial checkout, etc.