Skip to content
Snippets Groups Projects
Select Git revision
  • cherry-pick-be7a070a
  • master default protected
  • Mother_PID
  • SimpleGeometry
  • SimpleGeometry2
  • CustomGeometry
  • DelphesDev
  • wip_ashevele
  • LHCBGAUSS-1492.LbEvtGen
  • FastCaloSim
  • gipetril_pgun_extension_v53r1
  • pythia8-240
  • LHCBGAUSS-1058.AmpGenDev
  • LHCBGAUSS-1671.UpdateGaussRICHPhysicsProcForG410Series
  • LHCBGAUSS-1628-Fix.Sim09
  • LHCBGAUSS-1628-Fix.master
  • Xuzh_Dev
  • WIP_bsiddi_merge
  • cherry-pick-be7a070a-2
  • Sim09
  • Docker_0.6
  • v53r1
  • v49r12
  • v49r11
  • v53r0
  • v52r2
  • v52r1
  • v51r2
  • v49r10
  • v51r1
  • v49r9
  • v52r0
  • v51r0
  • v50r1p1
  • v50r1
  • v49r8
  • v49r7
  • v49r6
  • v49r5
  • v49r4
40 results

Gauss

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Forked from LHCb / Gauss
    1824 commits behind the upstream repository.
    Gloria Corti's avatar
    Gloria Corti authored
    Use correct B reference frame in EvtSLDiBaryonAmp: LHCBGAUSS-1584
    
    See merge request lhcb/Gauss!415
    
    (cherry picked from commit be7a070a)
    
    c146f0f6 Use correct B reference frame in EvtSLDiBaryonAmp.
    852e0f80 Add parity factor for the vector amplitude terms in EvtSLDiBaryonAmp.
    a5330a24 Modify EvtSLDiBaryonAmp for antiparticle/parity transformations.
    49ec60d3 Swap f and g parameters for opposite parity case in EvtSLDiBaryonAmp.
    633f55a1 Add EvtSLDiBaryonAmp::getHadronicCurrents() to find the baryon amplitude terms.
    38e23878 Correct typos in EvtSLDiBaryonAmp::getBaryonParity (was incorrect for 2 Lambda_c modes).
    1efbfc29 Update probabilities in EvtBToDiBaryonlnupQCD owing to changes in EvtSLDiBaryonAmp.
    43d5399b
    History

    General information

    Two official branches are currently actively developed in Gauss in addition to the master:

    • Sim09, for any change that has to be deployed for Sim09 production for physics studies with the current detector. Releases of the Gauss v49rX series, based on a frozen Gaudi/LHCb and a fixed version of Pythia8 (+ tuning) and Geant4, are made from this branch.
    • Sim09-upgrade, for any change that has to be deployed for physics quality productions for upgrade studies or to test in production technical changes that could cause incompatible results in Sim09 before deploying them there. Release of the Gauss v50rX series are made from this branch that is based on more recent versions of Gaudi/LHCb but on the same fixed version of Pythia8 and Geant4 as those of Sim09.
    • Simulation specific development for the next Sim10 (and further) are made in the master branch and include new versions of Pythia8 and Geant4 10 as well as the latest version of Gaudi and LHCb.

    The master and official branches are all protected, meaning that code cannot be pushed into them directly but only through merge requests. This allows us to check things work correctly before including them in the official branches for the next release.

    Refer to the Contribution Guidelines on how to contribute code to the Gauss project