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
87252d01
Commit
87252d01
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
new file: background.md
new file: tools.md
parent
a661f7ad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/docs/background.md
+29
-0
29 additions, 0 deletions
src/docs/background.md
src/docs/tools.md
+29
-0
29 additions, 0 deletions
src/docs/tools.md
with
58 additions
and
0 deletions
src/docs/background.md
0 → 100644
+
29
−
0
View file @
87252d01
---
title
:
"
Background"
---
## The "Framework" Discussion
In the nuclear and particle physics communities many software frameworks exists.
They come in all sizes and scopes.
It is important to remember why frameworks exist: to solve a problem that is more difficult without the framework.
That said, adopting a framework introduces tight coupling in software which makes it inflexible and difficult to maintain.
Therefore,
***adopting a framework for the sake of using a framework is never a good idea***
.
### The "geometry problem"
The detector description framework called
`DD4hep`
, at its core, is aimed at
solving the "geometry problem". The geometry problem relates the detector
description used in simulation or experiment and the reconstruction geometry.
An illustrative example is the following. Give a channel number representing a
pixel in a silicon detector, a hit in that channel represents a 3D point with
an uncertainty equal to dimensions of the pixel. Constructing the pixel in
simulation and providing a robust look of the geometry based on a channel
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/tools.md
0 → 100644
+
29
−
0
View file @
87252d01
---
title
:
"
Software
Tools"
---
## The "Framework" Discussion
In the nuclear and particle physics communities many software frameworks exists.
They come in all sizes and scopes.
It is important to remember why frameworks exist: to solve a problem that is more difficult without the framework.
That said, adopting a framework introduces tight coupling in software which makes it inflexible and difficult to maintain.
Therefore,
***adopting a framework for the sake of using a framework is never a good idea***
.
### The "geometry problem"
The detector description framework called
`DD4hep`
, at its core, is aimed at
solving the "geometry problem". The geometry problem relates the detector
description used in simulation or experiment and the reconstruction geometry.
An illustrative example is the following. Give a channel number representing a
pixel in a silicon detector, a hit in that channel represents a 3D point with
an uncertainty equal to dimensions of the pixel. Constructing the pixel in
simulation and providing a robust look of the geometry based on a channel
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.
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