rete / LCEve

Linear Collider event display based on LCIO and experimental Eve7
GNU Lesser General Public License v3.0
0 stars 0 forks source link
dd4hep event-display experimental hep high-energy-physics lcio root-cern web-application

LCEve - Linear Collider Event Display

LCEve is an event display based on the experimental ROOT Eve7 component using web browser for the client vizualisation.

Note that this software is experimental and developed against the ROOT master branch at the time being

Requirements

Compilation

source /path/to/dd4hep/bin/thisdd4hep.sh
mkdir build
cd build
cmake -DLCIO_DIR=/path/to/lcio ..
make install -j42

Running the event display

The standard help switch is your friend:

# to get the help
./bin/LCEve --help

As of today:

# Just with the geometry
./bin/LCEve -c /path/to/your/compactfile.xml
# Geometry and LCIO events
./bin/LCEve -c /path/to/your/compactfile.xml -f /path/to/your/lciofile.slcio

More options will be added later on. Again, the help switch is your friend.

Have fun ! :-)