Skip to content
Snippets Groups Projects
Commit 51eef3fb authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: ../config/sidebar.yml

	new file:   overview.md
	renamed:    gettingstartedold.mdx -> usage/gettingstartedold.mdx
	new file:   usage/introduction.mdx
parent 6fadbf57
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
# link: '/getting-started/environment'
- label: Tutorials
items:
- label: 'Part 0: Overview'
link: '/part1/overview'
- label: 'Overview'
link: '/overview'
- label: 'Part 1: Simple Detectors'
link: '/part1/simple_detector'
- label: 'Part 2: Adding Detectors'
......@@ -32,13 +32,13 @@
link: 'https://dd4hep.web.cern.ch/dd4hep/reference/classdd4hep_1_1Detector.html'
- label: 'Links'
link: '/links'
- label: Usage
items:
- label: 'doc Getting started'
link: '/gettingstartedold'
- label: 'Creating docs'
link: '/usage/creating-docs'
- label: 'Navigation'
link: '/usage/navigation'
- label: 'Shadowing'
link: '/usage/shadowing'
#- label: Usage
# items:
# - label: 'doc Getting started'
# link: '/gettingstartedold'
# - label: 'Creating docs'
# link: '/usage/creating-docs'
# - label: 'Navigation'
# link: '/usage/navigation'
# - label: 'Shadowing'
# link: '/usage/shadowing'
---
title: "Overview"
---
## Data model
## PODIO
- Eicweb fork: https://eicweb.phy.anl.gov/EIC/podio
- AIDAsoft repo: https://github.com/AIDASoft/podio
## LCIO2
[Defined in yaml
file](https://eicweb.phy.anl.gov/EIC/podio/blob/master/lcio2/lcio-edm.yaml)
which is used to generate C++ library.
![data model use](data_model_use.png)
![data model layer](data_model_layers.png)
---
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment