Sign inSign up

apanta123/hallaana

By apanta123

Updated almost 3 years ago

Hall A analyzer for JLab

Image
0

516

apanta123/hallaana repository overview

This is beta version of Hall A analyzer for JLab. To run:

docker run -it apanta123/hallaana:beta bash

Then run

analyzer

to get the analyzer prompt. e.g.

# analyzer 
  ************************************************
  *                                              *
  *            W E L C O M E  to  the            *
  *       H A L L A   C++  A N A L Y Z E R       *
  *                                              *
  *  Release            1.7.0        Sep 29 2023 *
  *  Based on ROOT  6.18/02          Aug 23 2019 *
  *                                              *
  *            For information visit             *
  * https://redmine.jlab.org/projects/podd/wiki/ *
  *                                              *
  ************************************************
analyzer [0] 

Main analyzer directory is located in /analyzer-Release-170/

To run graphics display

  1. Macos : install XQuartz and enable "Allow connections from network client" and then run following.
$ ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
$ docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$ip:0 apanta123/hallaana:beta bash

Tag summary

Content type

Image

Digest

sha256:4e8bd9d09

Size

598.2 MB

Last updated

almost 3 years ago

docker pull apanta123/hallaana