Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • vh_leptonic
  • vh_master
  • jtsf
  • niclas_test_merge
  • hist_plot_style__vars_for_hig21005
  • resonant
  • master4b
  • txHx_muon_trigger_SF
  • svenja-corrections
  • phdthesis_peter
  • origin/txHx_muon_trigger_SF
  • hist_plot_style
  • bbww_sl_thesis
  • mate.farkas-master-patch-74632
  • config_test_bbH-WW-DL
  • ARC_check__rateparam_2_st_node
  • master_vh_merge
  • schu-vh-reorder-merge
  • example_analysis_updates
  • basic-training
  • compatible_JER_rng1
  • private_production
23 results

common

  • Clone with SSH
  • Clone with HTTPS
  • Dennis Noll's avatar
    Dennis Noll authored
    needed during CWR
    99b891be
    History

    di-Higgs Analysis

    Infos on git

    Install pre-commit hooks
    pip install pre-commit # or brew install pre-commit on macOS
    pre-commit install # Will install a pre-commit hook into the git repo
    [user] config

    Make sure to have your name and email as registered at CERN in the .git/config of the cloned repository. Example:

    [user]
        name = My Name
        email = my.mail@cern.ch
    LFS

    This repository has git-lfs enabled. Therefore, after cloning the repository, run

    git lfs install

    once.

    Setup & Tasks

    Creating dask certificate

    openssl req -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout tls_client_key.pem -out tls_ca_file.pem

    Fix Kerberos ticket and open ssh connection

    1. ssh -o exit lxplus
    2. dhi_law.sh --help (triggers kinit)