Skip to content
Snippets Groups Projects
introduction.mdx 1.42 KiB
Newer Older
  • Learn to ignore specific revisions
  • Whitney Armstrong's avatar
    Whitney Armstrong committed
    ---
    title: "Introduction"
    metaTitle: "This is the title tag of this page"
    metaDescription: "This is the meta description"
    ---
    
    # Tutorial
    
    - [Quick start](quickstart.md)
    Start here to setup download software and configure your development environment.
    - [Part 1](part1.md)
    An introduction to detecto description starting with a simple detector. This tutorial shows how to add new parameterized detectors to a library of generic detectors (NPdet).
    - [Part 2](part2.md) 
    
    This tutorial is broken in to multiple parts.
    
    * Preface for the new programmer
    * Part 0a: Configuring your running environment
    * Part 0b: Configuring your development environment
    * Part 1: Simple Detector Example
    * Part 2: Extending Detector Geometry
    * Part 3: Adding a new detector
    * Part 4: Detector digitization, volumes, and segmentation 
    * Part 5: Event reconstruction
    
    
    Some introduction text. Lists out all the headings from h1 to h6. Easy to customise. Some more text. Additional text.
    
    # Heading H1
    Heading 1 text
    
    ## Heading H2
    Heading 2 text
    
    ### Heading H3
    Heading 3 text
    
    #### Heading H4
    Heading 4 text
    
    ##### Heading H5
    Heading 5 text
    
    ###### Heading H6
    Heading 6 text
    
    
    
    # Welcome
    This tutorial is meant to prepare you to contribute to the simuliation toolkit for the EIC.
    The tutorial is not meant to be a representation of the final software workflow, but to put enough pieces
    together to do the work required.  
    
    
    ## Lists
    - Item 1
    - Item 2
    - Item 3
    - Item 4
    - Item 5