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
a5203f14
Commit
a5203f14
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: getting-started/quickstart.mdx
modified: overview.md
parent
f529af92
No related branches found
No related tags found
No related merge requests found
Pipeline
#10098
passed with stage
Stage: deploy
in 1 minute and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/docs/getting-started/quickstart.mdx
+21
-5
21 additions, 5 deletions
src/docs/getting-started/quickstart.mdx
src/docs/overview.md
+6
-4
6 additions, 4 deletions
src/docs/overview.md
with
27 additions
and
9 deletions
src/docs/getting-started/quickstart.mdx
+
21
−
5
View file @
a5203f14
...
...
@@ -12,18 +12,34 @@ The programmer is assumed to be familiar with
- C++, python, and shell scripting
Create an account on https://eicweb.phy.anl.gov and configure your account.
This tutorial requires that [singularity](singularity) is installed
on the system. We also assumes [modulefiles](modulefiles) can be
used but are not required.
on the local system.
Singularity can be downloaded by going to
https://sylabs.io/guides/3.7/user-guide/quick_start.html , with 3.7 being the
most recent version as of January 2021.
## The EIC Software Container
### Create a local directory that you want to work in, e.g., `~/eic`
```bash
mkdir ~/eic
cd ~/eic
```
### Step 2: Deploy the containerized environment and launc a shell
Execute the following line in your tgerminal to setup your environment in your sandbox
directory. This will install the latest stable container and place a script called
`eic-shell` in the top-level directory. This script will load the environment for you.
```bash
curl https://eicweb.phy.anl.gov/containers/eic_container/-/raw/master/install.sh | bash
```
To properly emulate the EIC enviornmant a container containing necessary
software is needed.
...
...
This diff is collapsed.
Click to expand it.
src/docs/overview.md
+
6
−
4
View file @
a5203f14
...
...
@@ -30,11 +30,13 @@ The idea is to use plain-old-datatype IO. PODIO stamps out structs based on yaml
## NPDet - Nuclear physics detector library
As we will learn the compact detector description files are used to build detectors from a parameterized detector library.
NPDet is a collection of _generic detectors_ and _concept detectors_.
In a hack-a-thon we will add to this detector library.
NPDet is a collection of _generic detectors_ and _geometry tools_ built around using DD4hep.
-
`dd_web_display`
-
`npdet_info`
-
`npdet_to_step`
-
`npdet_to_teve`
-
`npdet_fields`
## Reconstruction and Tracking Tools
...
...
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