Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • N NPDet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EIC
  • NPDet
  • Merge requests
  • !3

SiEIC Concept: DDG4 simulation steering without lcgeo

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David Blyth requested to merge sieic_update into master Nov 07, 2017
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 8

This MR updates #1 (closed)

I have added a CMakeLists.txt and a bin directory to the SiEIC concept detector directory. As per the CMakeLists.txt, anything in bin is installed in prefix/bin with the same permissions as the source bin.

The bin directory contains a new python script for directly configuring a DDG4 simulation without lcgeo. The usage of the script is as follows...

usage: sieic_sim [-h] [-i INPUT_FILE] [-o OUTPUT_FILE] compact_path n_events

sieic_sim

positional arguments:
  compact_path          file with compact XML detector description
  n_events              number of events to simulate

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT_FILE, --input INPUT_FILE
                        truth-level input path
  -o OUTPUT_FILE, --output OUTPUT_FILE
                        output path
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sieic_update