Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_tutorial
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
tutorials
eic_tutorial
Commits
d49b2e02
Commit
d49b2e02
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: data_model.md
modified: overview.md modified: part1/simple_detector.md
parent
67bd9cea
No related branches found
No related tags found
No related merge requests found
Pipeline
#10053
passed with stage
Stage: deploy
in 1 minute and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/docs/data_model.md
+0
-4
0 additions, 4 deletions
src/docs/data_model.md
src/docs/overview.md
+0
-3
0 additions, 3 deletions
src/docs/overview.md
src/docs/part1/simple_detector.md
+5
-5
5 additions, 5 deletions
src/docs/part1/simple_detector.md
with
5 additions
and
12 deletions
src/docs/data_model.md
+
0
−
4
View file @
d49b2e02
...
...
@@ -9,8 +9,6 @@ The entire data model used (minus dd4pod) is defined in a single yaml file.
This file is processed by a tool called
[
podio
](
https://github.com/AIDASoft/podio
)
to generate the c++ code.
It can easily stamp out code in any language because under the hood podio uses
`jinja2`
templates to define the specific output files.
## dd4pod
This is the output data model from
`npsim`
which is a slightly modified
`ddsim`
.
...
...
@@ -18,5 +16,3 @@ It can easily stamp out code in any language because under the hood podio uses `
`dd4pod`
is shipped in the
[
npdet
](
https://eic.phy.anl.gov/npdet
)
libraries.
-
AIDAsoft repo:
This diff is collapsed.
Click to expand it.
src/docs/overview.md
+
0
−
3
View file @
d49b2e02
...
...
@@ -18,9 +18,6 @@ DD4hep introduces the concept of a `DetElement` which is related to the volumes
These elements build up a separate tree which describes the relationship between the volumes and the readout detectors.
Through the unique BitField ID this allows position space information to be mapped to and from channel number/cell ID space.


## EIC Data model
...
...
This diff is collapsed.
Click to expand it.
src/docs/part1/simple_detector.md
+
5
−
5
View file @
d49b2e02
...
...
@@ -5,8 +5,8 @@ title: "Simple Detector"
## Setup
```
bash
git clone https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_
part
1.git
cd
tutorial_
part1
git clone https://eicweb.phy.anl.gov/EIC/tutorials/
ip6_
tutorial_1.git
part1
cd
part1
```
You will find the following files and directories.
...
...
@@ -30,10 +30,10 @@ You will find the following files and directories.
```
The files
[
`materials.xml`
](
https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_
part
1/blob/master/materials.xml
)
,
[
`elements.xml`
](
https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_
part
1/blob/master/elements.xml
)
,
[
`materials.xml`
](
https://eicweb.phy.anl.gov/EIC/tutorials/
ip6_
tutorial_1/blob/master/materials.xml
)
,
[
`elements.xml`
](
https://eicweb.phy.anl.gov/EIC/tutorials/
ip6_
tutorial_1/blob/master/elements.xml
)
,
and
[
`gem_tracker.xml`
](
https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_
part
1/blob/master/gem_tracker.xml
)
[
`gem_tracker.xml`
](
https://eicweb.phy.anl.gov/EIC/tutorials/
ip6_
tutorial_1/blob/master/gem_tracker.xml
)
are the compact detector description files. The first two files are included in
the main
`gem_tracker.xml`
file. Note these files are conventionally found in
directories named compact.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment