From 2fd7725ec8c743f992c3aab430977ad0e774dc4a Mon Sep 17 00:00:00 2001 From: "Ewelina.Maria.Lobodzinska" Date: Wed, 19 Jun 2019 12:37:08 +0200 Subject: [PATCH 1/2] add 363254-7 --- ...en_BudnevQED_ggTOee_60M200_LeptonFilter.py | 22 +++++++++++++++++++ ...tGen_BudnevQED_ggTOee_200M_LeptonFilter.py | 22 +++++++++++++++++++ ..._BudnevQED_ggTOmumu_60M200_LeptonFilter.py | 22 +++++++++++++++++++ ...en_BudnevQED_ggTOmumu_200M_LeptonFilter.py | 22 +++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 share/DSID363xxx/MC15.363254.Herwig7EvtGen_BudnevQED_ggTOee_60M200_LeptonFilter.py create mode 100644 share/DSID363xxx/MC15.363255.Herwig7EvtGen_BudnevQED_ggTOee_200M_LeptonFilter.py create mode 100644 share/DSID363xxx/MC15.363256.Herwig7EvtGen_BudnevQED_ggTOmumu_60M200_LeptonFilter.py create mode 100644 share/DSID363xxx/MC15.363257.Herwig7EvtGen_BudnevQED_ggTOmumu_200M_LeptonFilter.py diff --git a/share/DSID363xxx/MC15.363254.Herwig7EvtGen_BudnevQED_ggTOee_60M200_LeptonFilter.py b/share/DSID363xxx/MC15.363254.Herwig7EvtGen_BudnevQED_ggTOee_60M200_LeptonFilter.py new file mode 100644 index 000000000..90714faaa --- /dev/null +++ b/share/DSID363xxx/MC15.363254.Herwig7EvtGen_BudnevQED_ggTOee_60M200_LeptonFilter.py @@ -0,0 +1,22 @@ +# based on the JobOptions MC15.363684 +evgenConfig.generators += ["Herwig7", "EvtGen"] +evgenConfig.description = "gammagamma->ee with Budnev parameterization, 609 GeV" +evgenConfig.keywords = ["QED", "2lepton", "exclusive", "diphoton"] +evgenConfig.contact = ["Oldrich Kepka (oldrich.kepka@cern.ch), Tetiana Moskalets (tetiana.moskalets@cern.ch)"] + +# Add common job option for gamma gamma -> ll processes. Min/Max and lepton flavour will be determined from the JO name +include("MC15JobOptions/Herwig71_QED_EvtGen_ll.py") + +# add EvtGen +include("MC15JobOptions/Herwig71_EvtGen.py") + +# run Herwig7 +Herwig7Config.run() + +include('MC15JobOptions/MultiLeptonFilter.py') +MultiLeptonFilter = filtSeq.MultiLeptonFilter +MultiLeptonFilter.Ptcut = 9000. +MultiLeptonFilter.Etacut = 2.7 +MultiLeptonFilter.NLeptons = 2 + +evgenConfig.minevents = 5000 diff --git a/share/DSID363xxx/MC15.363255.Herwig7EvtGen_BudnevQED_ggTOee_200M_LeptonFilter.py b/share/DSID363xxx/MC15.363255.Herwig7EvtGen_BudnevQED_ggTOee_200M_LeptonFilter.py new file mode 100644 index 000000000..ca054bf41 --- /dev/null +++ b/share/DSID363xxx/MC15.363255.Herwig7EvtGen_BudnevQED_ggTOee_200M_LeptonFilter.py @@ -0,0 +1,22 @@ +# based on the JobOptions MC15.363685 +evgenConfig.generators += ["Herwig7", "EvtGen"] +evgenConfig.description = "gammagamma->ee with Budnev parameterization, M>200 GeV, central lepton filter pt>9 GeV" +evgenConfig.keywords = ["QED", "2lepton", "exclusive", "diphoton"] +evgenConfig.contact = ["Oldrich Kepka (oldrich.kepka@cern.ch), Tetiana Moskalets (tetiana.moskalets@cern.ch)"] + +# Add common job option for gamma gamma -> ll processes. Min/Max and lepton flavour will be determined from the JO name +include("MC15JobOptions/Herwig71_QED_EvtGen_ll.py") + +# add EvtGen +include("MC15JobOptions/Herwig71_EvtGen.py") + +# run Herwig7 +Herwig7Config.run() + +include('MC15JobOptions/MultiLeptonFilter.py') +MultiLeptonFilter = filtSeq.MultiLeptonFilter +MultiLeptonFilter.Ptcut = 9000. +MultiLeptonFilter.Etacut = 2.7 +MultiLeptonFilter.NLeptons = 2 + +evgenConfig.minevents = 5000 diff --git a/share/DSID363xxx/MC15.363256.Herwig7EvtGen_BudnevQED_ggTOmumu_60M200_LeptonFilter.py b/share/DSID363xxx/MC15.363256.Herwig7EvtGen_BudnevQED_ggTOmumu_60M200_LeptonFilter.py new file mode 100644 index 000000000..38649f02a --- /dev/null +++ b/share/DSID363xxx/MC15.363256.Herwig7EvtGen_BudnevQED_ggTOmumu_60M200_LeptonFilter.py @@ -0,0 +1,22 @@ +# based on the JobOptions MC15.363688 +evgenConfig.generators += ["Herwig7", "EvtGen"] +evgenConfig.description = "gammagamma->mumu with Budnev parameterization, 60>M>200 GeV, central lepton filter pt>3.5 GeV" +evgenConfig.keywords = ["QED", "2lepton", "exclusive", "diphoton"] +evgenConfig.contact = ["Oldrich Kepka (oldrich.kepka@cern.ch), Tetiana Moskalets (tetiana.moskalets@cern.ch)"] + +# Add common job option for gamma gamma -> ll processes. Min/Max and lepton flavour will be determined from the JO name +include("MC15JobOptions/Herwig71_QED_EvtGen_ll.py") + +# add EvtGen +include("MC15JobOptions/Herwig71_EvtGen.py") + +# run Herwig7 +Herwig7Config.run() + +include('MC15JobOptions/MultiLeptonFilter.py') +MultiLeptonFilter = filtSeq.MultiLeptonFilter +MultiLeptonFilter.Ptcut = 3500. +MultiLeptonFilter.Etacut = 2.7 +MultiLeptonFilter.NLeptons = 2 + +evgenConfig.minevents = 5000 diff --git a/share/DSID363xxx/MC15.363257.Herwig7EvtGen_BudnevQED_ggTOmumu_200M_LeptonFilter.py b/share/DSID363xxx/MC15.363257.Herwig7EvtGen_BudnevQED_ggTOmumu_200M_LeptonFilter.py new file mode 100644 index 000000000..9401b38e0 --- /dev/null +++ b/share/DSID363xxx/MC15.363257.Herwig7EvtGen_BudnevQED_ggTOmumu_200M_LeptonFilter.py @@ -0,0 +1,22 @@ +# based on the JobOptions MC15.363689 +evgenConfig.generators += ["Herwig7", "EvtGen"] +evgenConfig.description = "gammagamma->mumu with Budnev parameterization, M>200 GeV, central lepton filter pt>3.5 GeV" +evgenConfig.keywords = ["QED", "2lepton", "exclusive", "diphoton"] +evgenConfig.contact = ["Oldrich Kepka (oldrich.kepka@cern.ch), Tetiana Moskalets (tetiana.moskalets@cern.ch)"] + +# Add common job option for gamma gamma -> ll processes. Min/Max and lepton flavour will be determined from the JO name +include("MC15JobOptions/Herwig71_QED_EvtGen_ll.py") + +# add EvtGen +include("MC15JobOptions/Herwig71_EvtGen.py") + +# run Herwig7 +Herwig7Config.run() + +include('MC15JobOptions/MultiLeptonFilter.py') +MultiLeptonFilter = filtSeq.MultiLeptonFilter +MultiLeptonFilter.Ptcut = 3500. +MultiLeptonFilter.Etacut = 2.7 +MultiLeptonFilter.NLeptons = 2 + +evgenConfig.minevents = 5000 -- GitLab From 3bc7dd9ded5503c6f66e77c346ee2ae40748b43e Mon Sep 17 00:00:00 2001 From: "Ewelina.Maria.Lobodzinska" Date: Wed, 19 Jun 2019 12:39:10 +0200 Subject: [PATCH 2/2] add 363254-7 --- ChangeLog | 5 +++++ tag | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e52b191b..ed83b0744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ +2019-06-19 E. M. Lobodzinska + * tag MC15JobOptions-01-00-54 + * add 363254-7 + 2019-06-18 Cyril Becot + * tag MC15JobOptions-01-00-53 * add 420286 * add 420037-420039 * up MadGraphControl_SimplifiedModel_SlepSlep_direct_MET50 diff --git a/tag b/tag index ce40b8ca4..9b6adfda9 100644 --- a/tag +++ b/tag @@ -1 +1 @@ -MC15JobOptions-01-00-53/ +MC15JobOptions-01-00-54/ -- GitLab