All Projects → LDMX-Software → ldmx-sw

LDMX-Software / ldmx-sw

Licence: GPL-3.0 license
The Light Dark Matter eXperiment simulation and reconstruction framework.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
CMake
9771 projects

Projects that are alternatives of or similar to ldmx-sw

Gipuma
Massively Parallel Multiview Stereopsis by Surface Normal Diffusion
Stars: ✭ 220 (+1471.43%)
Mutual labels:  reconstruction
zoomg
Restoring room images from virtual background images
Stars: ✭ 32 (+128.57%)
Mutual labels:  reconstruction
decaylanguage
Package to parse decay files, describe and convert particle decays between digital representations.
Stars: ✭ 34 (+142.86%)
Mutual labels:  hep
yeast-GEM
The consensus GEM for Saccharomyces cerevisiae
Stars: ✭ 72 (+414.29%)
Mutual labels:  reconstruction
EGSfM
The old implementation of GraphSfM based on openMVG.
Stars: ✭ 87 (+521.43%)
Mutual labels:  reconstruction
Statistics-Notes
Personal notes on statistics with a focus on applications to experimental high energy physics
Stars: ✭ 19 (+35.71%)
Mutual labels:  hep
Kimera Vio Ros
ROS wrapper for Kimera-VIO
Stars: ✭ 182 (+1200%)
Mutual labels:  reconstruction
3D-Object-Reconstrution
A curated list of awesome Single-view 3D Object Reconstruction papers & resources
Stars: ✭ 75 (+435.71%)
Mutual labels:  reconstruction
torchkbnufft
A high-level, easy-to-deploy non-uniform Fast Fourier Transform in PyTorch.
Stars: ✭ 133 (+850%)
Mutual labels:  reconstruction
pylhe
Lightweight Python interface to read Les Houches Event (LHE) files
Stars: ✭ 29 (+107.14%)
Mutual labels:  hep
weaver
Streamlined neural network training.
Stars: ✭ 22 (+57.14%)
Mutual labels:  hep
carveme
CarveMe: genome-scale metabolic model reconstruction
Stars: ✭ 99 (+607.14%)
Mutual labels:  reconstruction
fkMigration.jl
A Julia project demonstrating the fast f-k migration algorithm.
Stars: ✭ 64 (+357.14%)
Mutual labels:  reconstruction
Volumetriccapture
A multi-sensor capture system for free viewpoint video.
Stars: ✭ 243 (+1635.71%)
Mutual labels:  reconstruction
treestoolbox
TREES toolbox
Stars: ✭ 20 (+42.86%)
Mutual labels:  reconstruction
Tomopy
Tomographic Reconstruction in Python
Stars: ✭ 188 (+1242.86%)
Mutual labels:  reconstruction
Corpuscles.jl
Julia package for particle physics
Stars: ✭ 25 (+78.57%)
Mutual labels:  hep
LatticeQCD.jl
A native Julia code for lattice QCD with dynamical fermions in 4 dimension.
Stars: ✭ 85 (+507.14%)
Mutual labels:  hep
awesome-3d
Awesome list of 3D resources. AR/MR/VR is the future, and 3D model is the basics of all of them.
Stars: ✭ 42 (+200%)
Mutual labels:  reconstruction
probabilistic nlg
Tensorflow Implementation of Stochastic Wasserstein Autoencoder for Probabilistic Sentence Generation (NAACL 2019).
Stars: ✭ 28 (+100%)
Mutual labels:  reconstruction

Simulation and reconstruction framework for the Light Dark Matter eXperiment.

Quick Start

Documentation

The full documentation for ldmx-sw is available on github pages. A brief description of common commands is given below.

Common Commands inside Container

Command Purpose
ldmx cmake .. Configure the ldmx-sw build
ldmx make Compile/build ldmx-sw
ldmx make install Install ldmx-sw
ldmx fire config.py Use ldmx-sw application and processors with input python configuration
ldmx python3 analysis.py Run python-based analysis
ldmx ./bin/mg5_aMC Run MadGraph5 inside (ubuntu-based) container

Other Container Configuration Commands

The environment script defines several other shell commands to help configure and debug the container environment.

  • ldmx list repo : List the container tags that you could use with the input repository: dev, pro, or local
  • ldmx use repo tag : Setup the environment for the container 'ldmx/repo:tag' and pull down the newest version if the repo is remote
  • ldmx config : Print out how the container environment is currently configured
  • ldmx clean all : Reset environment to a blank state

Use ldmx help for a full listing of these commands. If we don't define a command outside of the container, then the command is given to the container to run inside the current directory.

Maintainer

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].