GithubHelp home page GithubHelp logo

cdean-github / cachedparameterisation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christopherpoole/cachedparameterisation

0.0 0.0 0.0 292 KB

Experiments with high fidelity parameterised geometry in GEANT4.

C++ 97.45% Python 2.55%

cachedparameterisation's Introduction

High fidelity parameterised geometry in GEANT4 described by data

GEANT4 provides a number of techniques for representing replica or similar repeating geometryCachedParameterisation aims to provide functionality for loading geometry described by data, where the memory requirement for the parameterisation itself as well as the data is larger than the available system memory.

Patching GEANT4

This code requires a slight modification to G4PVReplica. We need to allow initialisation with zero replicas, and we add a G4PVReplica::SetNoReplicas method with we update based on the position of the current step. Replace the files in patches with the corresponding files in geant4.9.6/source/geometry/volumes/ and recompile GEANT4.

Dependencies

A number of dependencies are required for reading/writing data on disk as well as constructing the R* trees, and caching objects in memory: * libspatialindex *LRUCache

Compilation

mkdir build/
cd build/
cmake ..
make -j4
cd ..

Usage

See macros/config.mac for configuration options.

./build/CachedParam macros/vis.mac

cachedparameterisation's People

Contributors

christopherpoole avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.