Skip to content
Snippets Groups Projects
Select Git revision
  • my_phys_dev
  • add_sherpa222_to_MCMC
  • add_trigger_in_FTAG1
  • add_GN2v01_PHYSLITE
  • drop_btag_from_cdi
  • add_more_mcmc
  • check_cdi_pcbt
  • prepare_GN3
  • prepare_for_new_CDI
  • clean_btagging_VRjets
  • add_GNNVertices_in_FTAG2
  • aft-729
  • check_ip
  • physval
  • largeRjet_in_physval
  • rename_SIMPLE_FLIP
  • better_GN2v01_flip_name
  • add_ref_for_DL1dv01
  • main
  • test_for_CDI
  • add_FTAG4
  • nightly/21.2/2018-12-19T0018
  • nightly/21.2/2018-12-19T0324
  • nightly/21.2/2018-12-19T0331
  • nightly/21.2/2018-12-19T0333
  • nightly/master/2018-12-18T2000
  • nightly/master/2018-12-18T2143
  • nightly/master/2018-12-18T2257
  • nightly/21.9/2018-12-17T2200
  • nightly/21.9/2018-12-18T2201
  • nightly/21.6/2018-12-17T2217
  • nightly/21.6/2018-12-18T2218
  • nightly/21.3/2018-12-17T2155
  • nightly/21.3/2018-12-18T2156
  • nightly/21.2/2018-12-18T0018
  • nightly/21.2/2018-12-18T0324
  • nightly/21.2/2018-12-18T0332
  • nightly/21.0/2018-12-17T1951
  • nightly/21.0/2018-12-17T2121
  • nightly/21.0/2018-12-17T2159
  • nightly/21.0/2018-12-17T2250
41 results

Trigger

  • Clone with SSH
  • Clone with HTTPS
  • Clone with KRB5
  • Forked from atlas / athena
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    First barebone project for Calypso based on Athena master. Only packages not included in atlas/athena are included. The current build relies on the entire ATLAS software library.

    The following sequence will allow you to compile Calypso 1.0.0 on any machine with cvmfs access.

    #clone the (forked) project to your local machine
    git clone https://:@gitlab.cern.ch:8443/$USERNAME/calypso.git 
    
    
    #The next three lines are used to setup the ATLAS release environment
    export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase 
    source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
    asetup --input=calypso/asetup.faser master,latest,Athena
    
    #create build directory
    mkdir build
    cd build
    #build calypso
    cmake -DCMAKE_INSTALL_PREFIX=../run ../calypso ; make ; make install
    
    It can be convenient to alias the "asetup --input=calypso/asetup.faser" to something like "fsetup"