Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOP-18-010 EFT datacards #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions analysisrep/TOP-18-010/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Analysis Repository TOP-18-010
This folder stores the EFT fit ingredients of TOP-18-010 (ttgamma (1l) inclusive and differential cross section measurement).

## Content
* The gridpacks for these samples are created using the central gridpack generation framework (MG 2.6.5)
* We use the dim6top model and simulate additional EFT weights for ctZ and ctZI, all other Wilson coefficients are set to 0.
* We set limits on ctZ and ctZI and use an additional restriction card that removes not-used Wilson coefficients. This is done because the ttgamma cards are computationally expensive and it is close to impossible to simulate EFT weights for all WC. The restriction cards can be found in the cards directories.
* We simulate the ttgamma signal samples (1l, 2l) with additional weights (see cards/signal).
* We additionally perform cross checks of the reweighting method in simulating ttgamma (1l) samples at ctZ=-1, ctZ=2, ctZI=-1, ctZI=2 and the SM point and compare the reweighting method to those samples (see cards/crosschecks/).
* We additionally simulate background samples for the affected backgrounds of single-top + photon in t-channel, s-channel and tW and calculate limits with and without reweighted background events (see cards/background/).
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#put card customizations here (change top and higgs mass for example)
set param_card mass 6 172.5
set param_card mass 25 125.0
set param_card yukawa 6 172.5
set param_card ctZ 1.000000
set param_card ctZI 1.000000
set param_card ctW 0.000000
set param_card ctWI 0.000000
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set loop_color_flows False
set gauge unitary
set complex_mass_scheme False
set max_npoint_for_channel 0
import model dim6top_LO_UFO-custom
define p = p b b~
define j = j b b~
define w = w+ w-
generate p p > w+ > t b~ a DIM6=1, t > b w+ DIM6=1, w+ > all all DIM6=0
add process p p > w- > t~ b a DIM6=1, t~ > b~ w- DIM6=1, w- > all all DIM6=0

output stg_sch_rwgt
Loading