Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-developing-benchmarks/index.md is written in an unsupported language. File is not indexed.

0001 ---
0002 layout: lesson
0003 root: .  # Is the only page that doesn't follow the pattern /:path/index.html
0004 permalink: index.html  # Is the only page that doesn't follow the pattern /:path/index.html
0005 ---
0006 
0007 Benchmarks are scripts that run detector simulations and analyze the resulting data to extract quantities related to the detector performance.
0008 
0009 > ## Prerequisites
0010 >
0011 > The following tutorial assumes basic knowledge of shell. It may be practical to use eic-shell for benchmark development, as it is the environment that will closely match the one during benchmark execution. It also assumes that you are a member of the [EIC organization](https://github.com/eic/) on GitHub and belong to the "epic-devs" team. You also need to have your local ssh key added to GitHub so that you can push.
0012 >
0013 > This tutorial follows other tutorials in the EIC series:
0014 > - [Setting Up Your Environment](https://eic.github.io/tutorial-setting-up-environment/)
0015 >
0016 > Further information is included in other tutorials:
0017 >
0018 > - [Geometry Development with DD4hep](https://eic.github.io/tutorial-geometry-development-using-dd4hep/)
0019 > - [Simulations Using DDsim and Geant4](https://eic.github.io/tutorial-simulations-using-ddsim-and-geant4/)
0020 > - [Reconstruction Algorithms in JANA2](https://eic.github.io/tutorial-jana2)
0021 > - [Making an Analysis](https://eic.github.io/tutorial-analysis/)
0022 {: .prereq}
0023 
0024 {% include links.md %}