From 81155eb3cc61590a106ea52c4b2a79cdea73226a Mon Sep 17 00:00:00 2001 From: Ibrahim Chahrour <Ibrahim Chahrour ibrahim.chahrour@cern.ch> Date: Fri, 3 Jan 2025 19:23:09 +0100 Subject: [PATCH 1/4] Decfiles for D02KPiPi0 decays in pthat bins for Lund Plane Analysis --- .../D0_Kpipi0=TightCut_Prompt_pthat1015.dec | 62 +++++++++++++++++++ .../D0_Kpipi0=TightCut_Prompt_pthat1520.dec | 62 +++++++++++++++++++ .../D0_Kpipi0=TightCut_Prompt_pthat2050.dec | 62 +++++++++++++++++++ dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec | 61 ++++++++++++++++++ .../D0_Kpipi0=TightCut_Prompt_pthat510.dec | 62 +++++++++++++++++++ 5 files changed, 309 insertions(+) create mode 100644 dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec create mode 100644 dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec create mode 100644 dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec create mode 100644 dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec create mode 100644 dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec new file mode 100644 index 000000000..2e6deecd1 --- /dev/null +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec @@ -0,0 +1,62 @@ +# EventType: 22262411 +# +# Descriptor: [D0 -> K- pi+ pi0]cc +# +# NickName: D0_Kpipi0=TightCut_Prompt_pthat1015 +# +# Cuts: LoKi::GenCutTool/TightCut +# +# InsertPythonCode: +# # +# from Configurables import LoKi__GenCutTool +# gen = Generation() +# gen.SignalPlain.addTool ( LoKi__GenCutTool , 'TightCut' ) +# # +# tightCut = gen.SignalPlain.TightCut +# tightCut.Decay = '^[D0 -> ^K- ^pi+ ^pi0]CC' +# tightCut.Cuts = { +# '[K-]cc' : ' goodKaon ' , +# '[pi+]cc' : ' goodPion ' , +# '[pi0]cc' : ' goodPi0' , +# '[D0]cc' : ' notFromB ' } +# tightCut.Preambulo += [ +# 'inAcc = in_range ( 0.005 , GTHETA , 0.400 ) ' , +# 'goodKaon = inAcc ' , +# 'goodPion = inAcc ' , +# 'goodPi0 = inAcc ' , +# 'Bancestors = GNINTREE ( GBEAUTY , HepMC.ancestors )', +# 'notFromB = 0 == Bancestors' ] +# +# from Gaudi.Configuration import importOptions +# importOptions('$DECFILESROOT/options/SwitchOffAllPythiaProcesses.py') +# from Configurables import Pythia8Production +# gen.SignalPlain.addTool(Pythia8Production) +# gen.SignalPlain.Pythia8Production.Commands+=[ +# "HardQCD:all = on", +# "PhaseSpace:pTHatMin = 10.0", +# "PhaseSpace:pTHatMax = 15.0"] +# +# # Keep 2 -> 2 hard process in MCParticles. +# from Configurables import GenerationToSimulation +# GenerationToSimulation("GenToSim").KeepCode = ( +# "( GBARCODE >= 1 ) & ( GBARCODE <= 6 )") +# +# EndInsertPythonCode +# +# Documentation: Prompt D0 to K Pi Pi0 for Lund Plane Analysis (pthatmin 10, pthatmax 15). Dalitz mode including some intermediate resonances, +# EndDocumentation +# +# PhysicsWG: QCD +# Tested: Yes +# Responsible: Ibrahim Chahrour +# Email: chahrour@umich.edu +# Date: 20241219 +# CPUTime: < 1 min +# +Decay D0sig + 1.0 K- pi+ pi0 D_DALITZ; +Enddecay +CDecay anti-D0sig +# +End + diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec new file mode 100644 index 000000000..eab0eccb2 --- /dev/null +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec @@ -0,0 +1,62 @@ +# EventType: 22262412 +# +# Descriptor: [D0 -> K- pi+ pi0]cc +# +# NickName: D0_Kpipi0=TightCut_Prompt_pthat1520 +# +# Cuts: LoKi::GenCutTool/TightCut +# +# InsertPythonCode: +# # +# from Configurables import LoKi__GenCutTool +# gen = Generation() +# gen.SignalPlain.addTool ( LoKi__GenCutTool , 'TightCut' ) +# # +# tightCut = gen.SignalPlain.TightCut +# tightCut.Decay = '^[D0 -> ^K- ^pi+ ^pi0]CC' +# tightCut.Cuts = { +# '[K-]cc' : ' goodKaon ' , +# '[pi+]cc' : ' goodPion ' , +# '[pi0]cc' : ' goodPi0' , +# '[D0]cc' : ' notFromB ' } +# tightCut.Preambulo += [ +# 'inAcc = in_range ( 0.005 , GTHETA , 0.400 ) ' , +# 'goodKaon = inAcc ' , +# 'goodPion = inAcc ' , +# 'goodPi0 = inAcc ' , +# 'Bancestors = GNINTREE ( GBEAUTY , HepMC.ancestors )', +# 'notFromB = 0 == Bancestors' ] +# +# from Gaudi.Configuration import importOptions +# importOptions('$DECFILESROOT/options/SwitchOffAllPythiaProcesses.py') +# from Configurables import Pythia8Production +# gen.SignalPlain.addTool(Pythia8Production) +# gen.SignalPlain.Pythia8Production.Commands+=[ +# "HardQCD:all = on", +# "PhaseSpace:pTHatMin = 15.0", +# "PhaseSpace:pTHatMax = 20.0"] +# +# # Keep 2 -> 2 hard process in MCParticles. +# from Configurables import GenerationToSimulation +# GenerationToSimulation("GenToSim").KeepCode = ( +# "( GBARCODE >= 1 ) & ( GBARCODE <= 6 )") +# +# EndInsertPythonCode +# +# Documentation: Prompt D0 to K Pi Pi0 for Lund Plane Analysis (pthatmin 15, pthatmax 20). Dalitz mode including some intermediate resonances, +# EndDocumentation +# +# PhysicsWG: QCD +# Tested: Yes +# Responsible: Ibrahim Chahrour +# Email: chahrour@umich.edu +# Date: 20241219 +# CPUTime: < 1 min +# +Decay D0sig + 1.0 K- pi+ pi0 D_DALITZ; +Enddecay +CDecay anti-D0sig +# +End + diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec new file mode 100644 index 000000000..1473e41b4 --- /dev/null +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec @@ -0,0 +1,62 @@ +# EventType: 22262413 +# +# Descriptor: [D0 -> K- pi+ pi0]cc +# +# NickName: D0_Kpipi0=TightCut_Prompt_pthat2050 +# +# Cuts: LoKi::GenCutTool/TightCut +# +# InsertPythonCode: +# # +# from Configurables import LoKi__GenCutTool +# gen = Generation() +# gen.SignalPlain.addTool ( LoKi__GenCutTool , 'TightCut' ) +# # +# tightCut = gen.SignalPlain.TightCut +# tightCut.Decay = '^[D0 -> ^K- ^pi+ ^pi0]CC' +# tightCut.Cuts = { +# '[K-]cc' : ' goodKaon ' , +# '[pi+]cc' : ' goodPion ' , +# '[pi0]cc' : ' goodPi0' , +# '[D0]cc' : ' notFromB ' } +# tightCut.Preambulo += [ +# 'inAcc = in_range ( 0.005 , GTHETA , 0.400 ) ' , +# 'goodKaon = inAcc ' , +# 'goodPion = inAcc ' , +# 'goodPi0 = inAcc ' , +# 'Bancestors = GNINTREE ( GBEAUTY , HepMC.ancestors )', +# 'notFromB = 0 == Bancestors' ] +# +# from Gaudi.Configuration import importOptions +# importOptions('$DECFILESROOT/options/SwitchOffAllPythiaProcesses.py') +# from Configurables import Pythia8Production +# gen.SignalPlain.addTool(Pythia8Production) +# gen.SignalPlain.Pythia8Production.Commands+=[ +# "HardQCD:all = on", +# "PhaseSpace:pTHatMin = 20.0", +# "PhaseSpace:pTHatMax = 50.0"] +# +# # Keep 2 -> 2 hard process in MCParticles. +# from Configurables import GenerationToSimulation +# GenerationToSimulation("GenToSim").KeepCode = ( +# "( GBARCODE >= 1 ) & ( GBARCODE <= 6 )") +# +# EndInsertPythonCode +# +# Documentation: Prompt D0 to K Pi Pi0 for Lund Plane Analysis (pthatmin 20, pthatmax 50). Dalitz mode including some intermediate resonances, +# EndDocumentation +# +# PhysicsWG: QCD +# Tested: Yes +# Responsible: Ibrahim Chahrour +# Email: chahrour@umich.edu +# Date: 20241219 +# CPUTime: < 1 min +# +Decay D0sig + 1.0 K- pi+ pi0 D_DALITZ; +Enddecay +CDecay anti-D0sig +# +End + diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec new file mode 100644 index 000000000..defc21501 --- /dev/null +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec @@ -0,0 +1,61 @@ +# EventType: 22262414 +# +# Descriptor: [D0 -> K- pi+ pi0]cc +# +# NickName: D0_Kpipi0=TightCut_Prompt_pthat50 +# +# Cuts: LoKi::GenCutTool/TightCut +# +# InsertPythonCode: +# # +# from Configurables import LoKi__GenCutTool +# gen = Generation() +# gen.SignalPlain.addTool ( LoKi__GenCutTool , 'TightCut' ) +# # +# tightCut = gen.SignalPlain.TightCut +# tightCut.Decay = '^[D0 -> ^K- ^pi+ ^pi0]CC' +# tightCut.Cuts = { +# '[K-]cc' : ' goodKaon ' , +# '[pi+]cc' : ' goodPion ' , +# '[pi0]cc' : ' goodPi0' , +# '[D0]cc' : ' notFromB ' } +# tightCut.Preambulo += [ +# 'inAcc = in_range ( 0.005 , GTHETA , 0.400 ) ' , +# 'goodKaon = inAcc ' , +# 'goodPion = inAcc ' , +# 'goodPi0 = inAcc ' , +# 'Bancestors = GNINTREE ( GBEAUTY , HepMC.ancestors )', +# 'notFromB = 0 == Bancestors' ] +# +# from Gaudi.Configuration import importOptions +# importOptions('$DECFILESROOT/options/SwitchOffAllPythiaProcesses.py') +# from Configurables import Pythia8Production +# gen.SignalPlain.addTool(Pythia8Production) +# gen.SignalPlain.Pythia8Production.Commands+=[ +# "HardQCD:all = on", +# "PhaseSpace:pTHatMin = 50.0"] +# +# # Keep 2 -> 2 hard process in MCParticles. +# from Configurables import GenerationToSimulation +# GenerationToSimulation("GenToSim").KeepCode = ( +# "( GBARCODE >= 1 ) & ( GBARCODE <= 6 )") +# +# EndInsertPythonCode +# +# Documentation: Prompt D0 to K Pi Pi0 for Lund Plane Analysis (pthatmin 50, pthatmax inf). Dalitz mode including some intermediate resonances, +# EndDocumentation +# +# PhysicsWG: QCD +# Tested: Yes +# Responsible: Ibrahim Chahrour +# Email: chahrour@umich.edu +# Date: 20241219 +# CPUTime: < 1 min +# +Decay D0sig + 1.0 K- pi+ pi0 D_DALITZ; +Enddecay +CDecay anti-D0sig +# +End + diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec new file mode 100644 index 000000000..01752753f --- /dev/null +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec @@ -0,0 +1,62 @@ +# EventType: 22262410 +# +# Descriptor: [D0 -> K- pi+ pi0]cc +# +# NickName: D0_Kpipi0=TightCut_Prompt_pthat510 +# +# Cuts: LoKi::GenCutTool/TightCut +# +# InsertPythonCode: +# # +# from Configurables import LoKi__GenCutTool +# gen = Generation() +# gen.SignalPlain.addTool ( LoKi__GenCutTool , 'TightCut' ) +# # +# tightCut = gen.SignalPlain.TightCut +# tightCut.Decay = '^[D0 -> ^K- ^pi+ ^pi0]CC' +# tightCut.Cuts = { +# '[K-]cc' : ' goodKaon ' , +# '[pi+]cc' : ' goodPion ' , +# '[pi0]cc' : ' goodPi0' , +# '[D0]cc' : ' notFromB ' } +# tightCut.Preambulo += [ +# 'inAcc = in_range ( 0.005 , GTHETA , 0.400 ) ' , +# 'goodKaon = inAcc ' , +# 'goodPion = inAcc ' , +# 'goodPi0 = inAcc ' , +# 'Bancestors = GNINTREE ( GBEAUTY , HepMC.ancestors )', +# 'notFromB = 0 == Bancestors' ] +# +# from Gaudi.Configuration import importOptions +# importOptions('$DECFILESROOT/options/SwitchOffAllPythiaProcesses.py') +# from Configurables import Pythia8Production +# gen.SignalPlain.addTool(Pythia8Production) +# gen.SignalPlain.Pythia8Production.Commands+=[ +# "HardQCD:all = on", +# "PhaseSpace:pTHatMin = 5.0", +# "PhaseSpace:pTHatMax = 10.0"] +# +# # Keep 2 -> 2 hard process in MCParticles. +# from Configurables import GenerationToSimulation +# GenerationToSimulation("GenToSim").KeepCode = ( +# "( GBARCODE >= 1 ) & ( GBARCODE <= 6 )") +# +# EndInsertPythonCode +# +# Documentation: Prompt D0 to K Pi Pi0 for Lund Plane Analysis (pthatmin 5, pthatmax 10). Dalitz mode including some intermediate resonances, +# EndDocumentation +# +# PhysicsWG: QCD +# Tested: Yes +# Responsible: Ibrahim Chahrour +# Email: chahrour@umich.edu +# Date: 20241219 +# CPUTime: < 1 min +# +Decay D0sig + 1.0 K- pi+ pi0 D_DALITZ; +Enddecay +CDecay anti-D0sig +# +End + -- GitLab From 05483eef2100e205c9a3ff6eca07218615d8a3e7 Mon Sep 17 00:00:00 2001 From: Ibrahim Chahrour <Ibrahim Chahrour ibrahim.chahrour@cern.ch> Date: Fri, 3 Jan 2025 19:28:13 +0100 Subject: [PATCH 2/4] Updated the date of the decfiles --- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec index 2e6deecd1..bc6208100 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec @@ -50,7 +50,7 @@ # Tested: Yes # Responsible: Ibrahim Chahrour # Email: chahrour@umich.edu -# Date: 20241219 +# Date: 20250103 # CPUTime: < 1 min # Decay D0sig diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec index eab0eccb2..5a133ee6b 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec @@ -50,7 +50,7 @@ # Tested: Yes # Responsible: Ibrahim Chahrour # Email: chahrour@umich.edu -# Date: 20241219 +# Date: 20250103 # CPUTime: < 1 min # Decay D0sig diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec index 1473e41b4..e87ced656 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec @@ -50,7 +50,7 @@ # Tested: Yes # Responsible: Ibrahim Chahrour # Email: chahrour@umich.edu -# Date: 20241219 +# Date: 20250103 # CPUTime: < 1 min # Decay D0sig diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec index defc21501..f9101d832 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec @@ -49,7 +49,7 @@ # Tested: Yes # Responsible: Ibrahim Chahrour # Email: chahrour@umich.edu -# Date: 20241219 +# Date: 20250103 # CPUTime: < 1 min # Decay D0sig diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec index 01752753f..ad150f43b 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec @@ -50,7 +50,7 @@ # Tested: Yes # Responsible: Ibrahim Chahrour # Email: chahrour@umich.edu -# Date: 20241219 +# Date: 20250103 # CPUTime: < 1 min # Decay D0sig -- GitLab From 55828d1a885ef97eee65471daa05f8717e3febb7 Mon Sep 17 00:00:00 2001 From: Ibrahim Chahrour <Ibrahim Chahrour ibrahim.chahrour@cern.ch> Date: Thu, 9 Jan 2025 16:38:01 +0100 Subject: [PATCH 3/4] updated the eventtype for the decfiles --- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec index bc6208100..c3ba33325 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec @@ -1,4 +1,4 @@ -# EventType: 22262411 +# EventType: 22162411 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec index 5a133ee6b..870ffac06 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec @@ -1,4 +1,4 @@ -# EventType: 22262412 +# EventType: 22162412 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec index e87ced656..73e841f14 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec @@ -1,4 +1,4 @@ -# EventType: 22262413 +# EventType: 22162413 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec index f9101d832..b43ead478 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec @@ -1,4 +1,4 @@ -# EventType: 22262414 +# EventType: 22162414 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec index ad150f43b..30064963d 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec @@ -1,4 +1,4 @@ -# EventType: 22262410 +# EventType: 22162410 # # Descriptor: [D0 -> K- pi+ pi0]cc # -- GitLab From c3450a7a30e5971a571672bc7389b4aa3e7f5c3a Mon Sep 17 00:00:00 2001 From: Ibrahim Chahrour <Ibrahim Chahrour ibrahim.chahrour@cern.ch> Date: Thu, 9 Jan 2025 17:09:46 +0100 Subject: [PATCH 4/4] updated eventtypes to match decfile parser --- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec | 2 +- dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec index c3ba33325..4eed60d94 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1015.dec @@ -1,4 +1,4 @@ -# EventType: 22162411 +# EventType: 22102411 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec index 870ffac06..6f7c46a09 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat1520.dec @@ -1,4 +1,4 @@ -# EventType: 22162412 +# EventType: 22102412 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec index 73e841f14..8b173cf0e 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat2050.dec @@ -1,4 +1,4 @@ -# EventType: 22162413 +# EventType: 22102413 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec index b43ead478..c1dbc00f6 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat50.dec @@ -1,4 +1,4 @@ -# EventType: 22162414 +# EventType: 22102414 # # Descriptor: [D0 -> K- pi+ pi0]cc # diff --git a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec index 30064963d..b7d175736 100644 --- a/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec +++ b/dkfiles/D0_Kpipi0=TightCut_Prompt_pthat510.dec @@ -1,4 +1,4 @@ -# EventType: 22162410 +# EventType: 22102410 # # Descriptor: [D0 -> K- pi+ pi0]cc # -- GitLab