diff --git a/bin/Superchic/gridpack_generation.sh b/bin/Superchic/gridpack_generation.sh index 18e36971995a..104487fd7f2b 100755 --- a/bin/Superchic/gridpack_generation.sh +++ b/bin/Superchic/gridpack_generation.sh @@ -24,7 +24,7 @@ create_setup(){ } install_superchic(){ - SUPERCHIC=SuperChic-5.3 + SUPERCHIC=SuperChic-5.4 cd ${WORKDIR} echo "Downloading "${SUPERCHIC} @@ -36,7 +36,7 @@ install_superchic(){ echo "Compiling ${SUPERCHIC}" cd ${SUPERCHICDIR} CMAKE=$([[ $(cmake --version | grep -cE *"n ([3-9]\.)")>0 ]] && echo "cmake" || echo "cmake3") - ${CMAKE} -S . -B BUILD -DCMAKE_INSTALL_PREFIX=${SUPERCHICDIR}/build -DLHAPDF_DIR=$(scram tool tag lhapdf LHAPDF_BASE) -DSUPERCHIC_ENABLE_TESTS=OFF -DSUPERCHIC_ENABLE_FPES=OFF -DSUPERCHIC_ENABLE_DOCS=OFF -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_Fortran_FLAGS="-O2 -g -ffree-line-length-512 -Wno-unused-label -Wno-integer-division -Wno-conversion -Wno-function-elimination" + ${CMAKE} -S . -B BUILD -DCMAKE_INSTALL_PREFIX=${SUPERCHICDIR}/build -DLHAPDF_DIR=$(scram tool tag lhapdf LHAPDF_BASE) -DSUPERCHIC_ENABLE_TESTS=OFF -DSUPERCHIC_ENABLE_FPES=OFF -DSUPERCHIC_ENABLE_DOCS=OFF -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_Fortran_FLAGS="-O2 -g -ffree-line-length-512 -Wno-unused-label -Wno-integer-division -Wno-conversion -Wno-function-elimination -Wno-unused-variable -Wno-unused-parameter" ${CMAKE} --build BUILD --target install --parallel $(nproc) rm -rf BUILD share diff --git a/bin/Superchic/production/PbPb_5p36TeV/superchic_LbyL.dat b/bin/Superchic/production/PbPb_5p36TeV/superchic_LbyL.dat index 2f90a2f2be61..566fe26fa81a 100644 --- a/bin/Superchic/production/PbPb_5p36TeV/superchic_LbyL.dat +++ b/bin/Superchic/production/PbPb_5p36TeV/superchic_LbyL.dat @@ -152,10 +152,18 @@ ****** W+W- decays **************************************************************************************** 'mu' ! [wlp] : W+ leptonic channel (mu or el) -'el' ! [wlm] : W- leptoinc channel (mu or el) +'el' ! [wlm] : W- leptonic channel (mu or el) **************************************************************************************** ****** V+X simplified model **************************************************************************************** 0.04d0 ! [tau] : mass distribution decay constant (GeV^-1) 100d0 ! [mxs] : mass of MX **************************************************************************************** +****** tau anomalous moments +**************************************************************************************** +0d0 ! [atau] : magnetic dipole moment +0d0 ! [dtau] : electric dipole moment [e cm] +****** flags for calculating individual coeffs - SEE MANUAL for explanation +.false. ! [calc_tau_coeff] : if true calculate O(a_tau^n) or O(d_tau^n) coefficients +'atau' ! [tau_mom] : 'atau','dtau' - coeffecients for magnetic/electric dipole moments +1 ! [tau_coeff] : order 'n' in coefficient (0-4) diff --git a/bin/Superchic/production/PbPb_5p36TeV/superchic_dielectron.dat b/bin/Superchic/production/PbPb_5p36TeV/superchic_dielectron.dat index 615b41ea13df..19791300051f 100644 --- a/bin/Superchic/production/PbPb_5p36TeV/superchic_dielectron.dat +++ b/bin/Superchic/production/PbPb_5p36TeV/superchic_dielectron.dat @@ -152,10 +152,18 @@ ****** W+W- decays **************************************************************************************** 'mu' ! [wlp] : W+ leptonic channel (mu or el) -'el' ! [wlm] : W- leptoinc channel (mu or el) +'el' ! [wlm] : W- leptonic channel (mu or el) **************************************************************************************** ****** V+X simplified model **************************************************************************************** 0.04d0 ! [tau] : mass distribution decay constant (GeV^-1) 100d0 ! [mxs] : mass of MX **************************************************************************************** +****** tau anomalous moments +**************************************************************************************** +0d0 ! [atau] : magnetic dipole moment +0d0 ! [dtau] : electric dipole moment [e cm] +****** flags for calculating individual coeffs - SEE MANUAL for explanation +.false. ! [calc_tau_coeff] : if true calculate O(a_tau^n) or O(d_tau^n) coefficients +'atau' ! [tau_mom] : 'atau','dtau' - coeffecients for magnetic/electric dipole moments +1 ! [tau_coeff] : order 'n' in coefficient (0-4) diff --git a/bin/Superchic/production/PbPb_5p36TeV/superchic_dimuon.dat b/bin/Superchic/production/PbPb_5p36TeV/superchic_dimuon.dat index 8ceab8be9edb..3242d7928a72 100644 --- a/bin/Superchic/production/PbPb_5p36TeV/superchic_dimuon.dat +++ b/bin/Superchic/production/PbPb_5p36TeV/superchic_dimuon.dat @@ -152,10 +152,18 @@ ****** W+W- decays **************************************************************************************** 'mu' ! [wlp] : W+ leptonic channel (mu or el) -'el' ! [wlm] : W- leptoinc channel (mu or el) +'el' ! [wlm] : W- leptonic channel (mu or el) **************************************************************************************** ****** V+X simplified model **************************************************************************************** 0.04d0 ! [tau] : mass distribution decay constant (GeV^-1) 100d0 ! [mxs] : mass of MX **************************************************************************************** +****** tau anomalous moments +**************************************************************************************** +0d0 ! [atau] : magnetic dipole moment +0d0 ! [dtau] : electric dipole moment [e cm] +****** flags for calculating individual coeffs - SEE MANUAL for explanation +.false. ! [calc_tau_coeff] : if true calculate O(a_tau^n) or O(d_tau^n) coefficients +'atau' ! [tau_mom] : 'atau','dtau' - coeffecients for magnetic/electric dipole moments +1 ! [tau_coeff] : order 'n' in coefficient (0-4) diff --git a/bin/Superchic/production/PbPb_5p36TeV/superchic_ditau.dat b/bin/Superchic/production/PbPb_5p36TeV/superchic_ditau.dat index cf779c07db4d..dfeb73ef1ba1 100644 --- a/bin/Superchic/production/PbPb_5p36TeV/superchic_ditau.dat +++ b/bin/Superchic/production/PbPb_5p36TeV/superchic_ditau.dat @@ -152,10 +152,18 @@ ****** W+W- decays **************************************************************************************** 'mu' ! [wlp] : W+ leptonic channel (mu or el) -'el' ! [wlm] : W- leptoinc channel (mu or el) +'el' ! [wlm] : W- leptonic channel (mu or el) **************************************************************************************** ****** V+X simplified model **************************************************************************************** 0.04d0 ! [tau] : mass distribution decay constant (GeV^-1) 100d0 ! [mxs] : mass of MX **************************************************************************************** +****** tau anomalous moments +**************************************************************************************** +0d0 ! [atau] : magnetic dipole moment +0d0 ! [dtau] : electric dipole moment [e cm] +****** flags for calculating individual coeffs - SEE MANUAL for explanation +.false. ! [calc_tau_coeff] : if true calculate O(a_tau^n) or O(d_tau^n) coefficients +'atau' ! [tau_mom] : 'atau','dtau' - coeffecients for magnetic/electric dipole moments +1 ! [tau_coeff] : order 'n' in coefficient (0-4)