Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hepevd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hepevd

Event Display for Particle Physics Data

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

HepEVD -

A header-only web-based event display for particle physics events.

image

Look at https://github.com/CrossR/HepEVD/ for more technical details around the underlying C++ library used here, as well as the Javascript code that powers the event display itself.

Installation + Usage

To get the python-bindings for HepEVD, either install the library as a normal python package (pip install HepEVD), or follow the instructions below once fully cloned, to build from source:

./get_extern_deps.sh

# We use a git submodule for nanobind, the Python / C++ bindings library.
git submodule update --init --recursive

# You may want to setup a Python Venv for this first...
# https://docs.python.org/3/library/venv.html
python -m venv .venv
source .venv/bin/activate

# Swap to the Python bindings directory.
cd python_bindings/

# Build and install the bindings...
pip install .

# Test them...
python

$ import HepEVD

TODO

  • Add ability to pass over clusters / particles:
    • I.e. groups of hits, and hierarchies of groups of hits
    • Need to work out the best interface for that...

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc