Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • newgeo
  • v1.0.0
3 results

README.md

Blame
  • Kenichi Hatakeyama's avatar
    Kenichi Hatakeyama authored and GitHub committed
    48f8c839
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    If you are not on alma9-like OS, but can use singularity

    singularity run -B /cvmfs:/cvmfs -B /data:/data docker://gitlab-registry.cern.ch/sft/docker/alma9-core:latest

    All times:

    source /cvmfs/sft.cern.ch/lcg/views/LCG_107/x86_64-el9-gcc14-opt/setup.sh

    First time only:

    # setup directory
    mkdir stuff4stuff
    cd stuff4stuff
    
    # git clone, compile, install
    git clone git@github.com:saraheno/DualTestBeam.git
    cd DualTestBeam
    mkdir build
    mkdir install
    cd build
    cmake -DDD4HEP_USE_GEANT4=ON -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=ON -DROOT_DIR=$ROOTSYS -D CMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install -D DD4HEP_USE_EDM4HEP=ON ..
    make -j4
    make install

    All times

    cd to stuff4stuff/DualTestBeam	
    source ./install/bin/thisDualTestBeam.sh
    cd compact

    running

    look in massjobs.py to see how to run it
    to analyze the output, look at massjobs_s2.py