This lesson is still being designed and assembled (Pre-Alpha version)

ATLAS Example Workflow: Glossary

Key Points

Introduction to ATLAS workflow
  • You set up a framework to be able to read objects from a DAOD

  • You make requirements on the objects based on the physics of the process

Adding object kinematic selection modules
  • We can add more than one submodule

Understanding the analysis organization
  • When you write an analysis framework, you want to split your code into different libraries

  • You can integrate different libraries to aid in object selection.

Integrating submodules
  • When we add a new submodule, we need to update cmake.

  • Running over xAODs/DAODs is not that scary

Coffee break!
  • Live life today like there is no coffee tomorrow. - The Little book of Hygge

Analysis selection
  • You can apply a selection on objects to help look for a signal

Cutflow
  • I can see the impact of my selection by making a cutflow

Optional: Using condor
  • HTCondor is really cool

Glossary

FIXME