Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-simulations-using-ddsim-and-geant4/config.yaml is written in an unsupported language. File is not indexed.

0001 #------------------------------------------------------------
0002 # Values for this lesson.
0003 #------------------------------------------------------------
0004 
0005 # Which carpentry is this (swc, dc, lc, or cp)?
0006 # swc: Software Carpentry
0007 # dc: Data Carpentry
0008 # lc: Library Carpentry
0009 # cp: Carpentries (to use for instructor training for instance)
0010 # incubator: The Carpentries Incubator
0011 #
0012 # This option supports custom types so lessons can be branded
0013 # and themed with your own logo and alt-text (see `carpentry_description`)
0014 # See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo
0015 carpentry: 'incubator'
0016 
0017 # Alt-text description of the lesson.
0018 carpentry_description: 'EIC Tutorials'
0019 
0020 # Overall title for pages.
0021 title: 'Simulations using npsim and Geant4'
0022 
0023 # Date the lesson was created (YYYY-MM-DD, this is empty by default)
0024 created: 2022-01-01
0025 
0026 # Comma-separated list of keywords for the lesson
0027 keywords: 'EIC, ePIC, ddsim, npsim, Geant4, DD4hep, simulation, EDM4hep, HepMC3, Pythia8'
0028 
0029 # Life cycle stage of the lesson
0030 # possible values: pre-alpha, alpha, beta, stable
0031 life_cycle: 'stable'
0032 
0033 # License of the lesson
0034 license: 'CC-BY 4.0'
0035 
0036 # Link to the source repository for this lesson
0037 source: 'https://github.com/eic/tutorial-simulations-using-npsim-and-geant4'
0038 
0039 # Default branch of your lesson
0040 branch: 'main'
0041 
0042 # Who to contact if there are any issues
0043 contact: 'wouter.deconinck@umanitoba.ca'
0044 
0045 # Navigation ------------------------------------------------
0046 #
0047 # Use the following menu items to specify the order of
0048 # individual pages in each dropdown section. Leave blank to
0049 # include all pages in the folder.
0050 
0051 # Order of episodes in your lesson
0052 episodes:
0053 - 01-single-particle-simulations.md
0054 - 02-physics-event-simulations.md
0055 
0056 # Information for Learners
0057 learners:
0058 - setup.md
0059 - reference.md
0060 - discuss.md
0061 
0062 # Information for Instructors
0063 instructors:
0064 - instructor-notes.md
0065 
0066 # Learner Profiles
0067 profiles:
0068 - learner-profiles.md
0069 
0070 # Customisation ---------------------------------------------
0071 #
0072 # This space below is where custom yaml items (e.g. pinning
0073 # sandpaper and varnish versions) should live