Top Banner
Introduction to TauSpinner and its developements Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-W¸ as and Z. W¸ as IFJ-PAN Krakow September 2017 Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-W¸ Introduction to TauSpinner and its developements September 2017 1 / 16
16

Introduction to TauSpinner and its developements

Apr 03, 2023

Download

Documents

Khang Minh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to TauSpinner and its developements

Introduction to TauSpinner and its developements

Marzieh Bahmaniwith J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧s

IFJ-PAN Krakow

September 2017

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 1 / 16

Page 2: Introduction to TauSpinner and its developements

Outline

1 Introduction

2 TauSpinner

3 TauSpinner developmentMatrix Element implementation (2→4) processes for Non-SMTest of re-weighting

4 Further Information

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 2 / 16

Page 3: Introduction to TauSpinner and its developements

Introduction

Introduction

Explore final states with τ lepton

High mass of τ → provide a sensitive window to physics beyond SM

τ lepton signature can provide a powerful tool in many areas →1- Studies of hard process characteristics2- Measurements of properties of Higgs boson3- In a search for new physics.

TauSpinner algorithm provides a powerful tool for investigation ofcharacteristics of final states with τ lepton

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 3 / 16

Page 4: Introduction to TauSpinner and its developements

TauSpinner

TauSpinner

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 4 / 16

Page 5: Introduction to TauSpinner and its developements

TauSpinner

TauSpinner webpage

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 5 / 16

Page 6: Introduction to TauSpinner and its developements

TauSpinner

TauSpinner

TauSpinner is a tool that allows to modify the physics model of theMonte Carlo generated samples due to the changed assumptions ofevent production dynamics, but without the need of re-generatingevents.

τ

τ

� �

The only information used is the kinematics of final state, therefore itcan be used both for Data and MC simulations

TauSpinner calculate weight from input , Weights are ratios ofmatrix elements calculated for New and OLd assumptions.

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 6 / 16

Page 7: Introduction to TauSpinner and its developements

TauSpinner development Matrix Element implementation (2→4) processes for Non-SM

New development: Non-SM implementation

implementation of Beyond SM processes.

The algorithm is supposed to work for any modification of SMpredictions ( for production of 2 τs and 2 jets )

how this model used for spin amplitudes calculation.

Test of re-weighting

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 7 / 16

Page 8: Introduction to TauSpinner and its developements

TauSpinner development Matrix Element implementation (2→4) processes for Non-SM

Incorporating MadGraph generated code for Non-SM intoTauSpinner: Spin2 case

L 3 1

FXµν

(gXBB BµρB ν

ρ + gXWWW µρi W ν

ρ + gXggGµρG ν

ρ

). (1)

In this work we focus on the coupling of X to EW gauge bosons andcoupling to gluons would be studied better in Drell-Yan-Likeconfiguration.

This extension of the SM by a spin 2 field, including its coupling to quarksand tau leptons, is encoded into FeynRules model(FeynRules 2.0 - Acomplete toolbox for tree-level phenomenology, 1310.1921)

The FeynRules model file, together with its UFO output(1108.2040)

The UFO model is used to generate squared matrix elements usingMadGraph5 the spin 2 has the support of the HELAS library

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 8 / 16

Page 9: Introduction to TauSpinner and its developements

TauSpinner development Matrix Element implementation (2→4) processes for Non-SM

Incorporating MadGraph generated code for Non-SM intoTauSpinner: Spin2 case

Implementation of new ME needs following steps:

Generate spin2 process by Madgraph

(a) import model spin2 w CKM UFO

(b) by default, “multiparticles” containers include all massless partonsp = g u c d s u~ c~ d~ s~

j = g u c d s u~ c~ d~ s~

(c) generate spin 2 matrix elementsgenerate p p > j j x QED<=99 QCD<=99 NPgg<=99 NPqq<=99

NPVV<=99, x > ta+ ta-

(d) write the output to disk in MadGraph’s standalone mode usingoutput standalone "directory name" command

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 9 / 16

Page 10: Introduction to TauSpinner and its developements

TauSpinner development Matrix Element implementation (2→4) processes for Non-SM

Incorporating MadGraph generated code for Non-SM intoTauSpinner: Spin2 case

The generated codes for the individual sub-processes are grouped into subroutines, the proper changed applied:

(a) Depending on the flavor of initial state partons named properlySUBROUTINE DCX S2(P,I3,I4,H1,H2,ANS)

(b) Parameter H1 and H2 introduced as helicities of τs

(c) The subroutines and internal functions generated by MadGraph havethe same names for all sub-processes SMATRIX(P,ANS)→ be uniquefor each sub-process. ud̄ → cd̄ x , x → τ+τ− name is changed toUDX CDX S2(P,H1,H2,ANS)

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 10 / 16

Page 11: Introduction to TauSpinner and its developements

TauSpinner development Matrix Element implementation (2→4) processes for Non-SM

Incorporating MadGraph generated code for Non-SM intoTauSpinner: Spin2 case

Apply the combinatorial and CP symmetries that allow us to reducethe number of parton subprocesses

(a) Check if Matrix Element can be set to zero

(b) Charge conservation imposes that for processes

(c) all necessary transformations (flipping the position of partons orinvoking the CP transformation)

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 11 / 16

Page 12: Introduction to TauSpinner and its developements

TauSpinner development Matrix Element implementation (2→4) processes for Non-SM

Test of matrix elements using fixed kinematicalconfiguration

For a point in phase space

The agreement of at least 6 significant digit has been confirmed.

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 12 / 16

Page 13: Introduction to TauSpinner and its developements

TauSpinner development Test of re-weighting

Test of re-weighting

Samples for Spin2 and Higgs particle by Madgraph were generated(10 M).

The parameters in TauSpinner initialized in consistent withgenerated sample.

The spin weight ratio calculated by TauSpinner by getWtNonSMmethod

Re-weighting applied on kinematical distribution

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 13 / 16

Page 14: Introduction to TauSpinner and its developements

TauSpinner development Test of re-weighting

Distribution of weight

) X→H

prod(wt

10 log

10− 5− 0 5 10 15

Events

count

1

10

210

310

410

510

610

710

X→H

No selection

Loose selection

VBF selection

) H→X

prod(wt

10 log

20− 15− 10− 5− 0 5 E

vents

count

1

10

210

310

410

510

610

710

H→X

No selection

Loose selection

VBF selection

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 14 / 16

Page 15: Introduction to TauSpinner and its developements

TauSpinner development Test of re-weighting

ττR∆

0 1 2 3 4 5 6 7 8 9 10

7−10

6−10

5−10

4−10

3−10

2−10

1−10

Ref­Spin2 sample reweighted Higgs to Spin2 Higgs sample

0 1 2 3 4 5 6 7 8 9 10

Ra

tio

0

0.5

1

1.5

2

jpθ

0 0.5 1 1.5 2 2.5 3 3.5 4

3−10

2−10

1−10

Ref­Spin2 sample reweighted Higgs to Spin2 Higgs sample

0 0.5 1 1.5 2 2.5 3 3.5 4

Ra

tio

0

0.5

1

1.5

2

jXθ

0 0.5 1 1.5 2 2.5 3 3.5 4

3−10

2−10

1−10

Ref­Spin2 sample reweighted Higgs to Spin2 Higgs sample

0 0.5 1 1.5 2 2.5 3 3.5 4

Ra

tio

0

0.5

1

1.5

2

jjR∆

0 1 2 3 4 5 6 7 8 9 10

4−

10

3−10

2−10

1−10

Ref­Spin2 sample reweighted Higgs to Spin2 Higgs sample

0 1 2 3 4 5 6 7 8 9 10

Ra

tio

0

0.5

1

1.5

2

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 15 / 16

Page 16: Introduction to TauSpinner and its developements

Further Information

Further Information

https://arxiv.org/pdf/1604.00964.pdf

Systematic of TauSpinner for τ pairs with two hard jets and itsrecent development:http://www.actaphys.uj.edu.pl/fulltext?series=Reg&vol=48&page=903

tauolapp.web.cern.ch/tauolapp/resources/TAUOLA.development.version/

Marzieh Bahmani with J. Kalinowski, W. Kotlarski, E. Richter-Wa̧s and Z. Wa̧sIntroduction to TauSpinner and its developements September 2017 16 / 16