https://github.com/cameronpoe/lmcp

Repo for running simulations of the High-resolution Gamma ray Multiplier Tube (HGMT)

https://github.com/cameronpoe/lmcp

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Repo for running simulations of the High-resolution Gamma ray Multiplier Tube (HGMT)

Basic Info
  • Host: GitHub
  • Owner: cameronpoe
  • Language: C++
  • Default Branch: main
  • Size: 45.3 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Laminated Microchannel Plate (LMCP)

How to build and run the simulation

  1. Compile and link to generate an executable with cmake.

% cd LMCP_basic/ # go to directory which contains your example % mkdir build # make a directoy for the build % cd build/ % cmake .. % make -j N # "N" is the number of processes

  1. Execute in 'BATCH' mode from macro files.

% cd LMCP_basic/build % ./startSIM -m ../macros/Run_0.mac # run macro Run_0.mac

  1. Execute in 'INTERACTIVE MODE' with visualization.

% cd cd LMCP_basic/build % ./startSIM PreInit> /run/initialize Idle> /run/beamOn 1 ... Idle> exit

Owner

  • Login: cameronpoe
  • Kind: user

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1