Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
6e87653b
Commit
6e87653b
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: background.md
modified: index.mdx modified: links.md modified: part1/simple_detector.md
parent
eca69488
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/docs/background.md
+1
-2
1 addition, 2 deletions
src/docs/background.md
src/docs/index.mdx
+1
-0
1 addition, 0 deletions
src/docs/index.mdx
src/docs/links.md
+3
-1
3 additions, 1 deletion
src/docs/links.md
src/docs/part1/simple_detector.md
+28
-0
28 additions, 0 deletions
src/docs/part1/simple_detector.md
with
33 additions
and
3 deletions
src/docs/background.md
+
1
−
2
View file @
6e87653b
...
...
@@ -3,7 +3,7 @@ title: "Background"
---
## The "Framework"
Discuss
ion
## The "Framework"
Quest
ion
In the nuclear and particle physics communities many software frameworks exists.
They come in all sizes and scopes.
...
...
@@ -25,5 +25,4 @@ number are very different tasks.
A tool or framework that allows this look up of geometry from channel number is
important for flexible use of independent tracking and reconstruction tools.
### The I
This diff is collapsed.
Click to expand it.
src/docs/index.mdx
+
1
−
0
View file @
6e87653b
...
...
@@ -35,5 +35,6 @@ This tutorial shows how to add new parameterized detectors to a library of gener
<Background />

This diff is collapsed.
Click to expand it.
src/docs/links.md
+
3
−
1
View file @
6e87653b
...
...
@@ -4,7 +4,7 @@ title: "Useful links"
## DD4hep Links
-
http://
hep-fcc.github.io/FCCSW/tutorials/FCCSW/Detector/doc/DD4hepInFCCSW.html
-
User manual:
http
s
://
dd4hep.web.cern.ch/dd4hep/usermanuals/DD4hepManual/DD4hepManual.pdf
-
https://dd4hep.web.cern.ch/
-
https://dd4hep.web.cern.ch/dd4hep/reference/
...
...
@@ -16,6 +16,8 @@ Talks:
-
https://indico.cern.ch/event/773049/contributions/3474743/attachments/1938118/3213628/gaede_dd4hep_chep19_v1.pdf
-
CMS and DD4hep https://indico.cern.ch/event/773049/contributions/3474725/attachments/1935943/3212061/cmsDD4hepMigration.pdf
FCC Software project
-
http://hep-fcc.github.io/FCCSW/tutorials/FCCSW/Detector/doc/DD4hepInFCCSW.html
## ACTS
...
...
This diff is collapsed.
Click to expand it.
src/docs/part1/simple_detector.md
+
28
−
0
View file @
6e87653b
...
...
@@ -9,6 +9,34 @@ git clone https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/tutorial_part1.git
cd
tutorial_part1
```
You will find the following files and directories.
```
shell
.
├── elements.xml
├── gem_tracker.xml
├── gps.mac
├── materials.xml
├── README.md
├── rootlogon.C
├── run_example
└── scripts
├── example_Acts.cxx
├── example_cell_size.cxx
├── example_digi.cxx
├── example_hit_recon.cxx
├── example_seg_size.cxx
├── example_tracking.cxx
└── mag_field.cxx
```
The files
`materials.xml`
,
`elements.xml`
, and
`gem_tracker.xml`
are the
compact detector description files.
https://dd4hep.web.cern.ch/dd4hep/usermanuals/DD4hepManual/DD4hepManual.pdf
## Run the geant4 simulation
```
bash
...
...
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