diff --git a/Phys/StrippingSelections/python/StrippingSelections/StrippingBandQ/StrippingBc2EtacMu.py b/Phys/StrippingSelections/python/StrippingSelections/StrippingBandQ/StrippingBc2EtacMu.py index 881cbb6ca18ec9157f3dc83ed85efe13d5137ec5..8445217a3ed5847f073892c4a9f4af58824c6caa 100644 --- a/Phys/StrippingSelections/python/StrippingSelections/StrippingBandQ/StrippingBc2EtacMu.py +++ b/Phys/StrippingSelections/python/StrippingSelections/StrippingBandQ/StrippingBc2EtacMu.py @@ -38,19 +38,19 @@ default_config = { 'ProtonCuts': "(PROBNNp > 0.1) & (PT > 400*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5)", 'PionCuts': - "(PROBNNpi > 0.1) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", + "(PROBNNpi > 0.65) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", 'KaonCuts': - "(PROBNNk > 0.1) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", + "(PROBNNk > 0.65) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", 'KsCuts': - "(ADMASS('KS0') < 30.*MeV) & (BPVDLS>5) & (PT > 500*MeV) & (MAXTREE('pi-'==ABSID, PROBNNpi) > 0.1) & (MAXTREE('pi-'==ABSID, TRGHOSTPROB) < 0.4) & (MAXTREE('pi-'==ABSID, TRCHI2DOF) < 5)", + "(ADMASS('KS0') < 30.*MeV) & (BPVDLS>5) & (PT > 500*MeV) & (MAXTREE('pi-'==ABSID, PROBNNpi) > 0.45) & (MAXTREE('pi-'==ABSID, TRGHOSTPROB) < 0.4) & (MAXTREE('pi-'==ABSID, TRCHI2DOF) < 5)", 'EtacCombCuts': "in_range(2.7*GeV, AM, 3.3*GeV)", 'EtacMomCuts': "in_range(2.7*GeV, MM, 3.3*GeV) & (VFASPF(VCHI2/VDOF) < 9.)", 'BcCombCuts': - "in_range(3.2*GeV, AM, 6.8*GeV)", + "in_range(3.2*GeV, AM, 7.5*GeV)", 'BcMomCuts': - "in_range(3.2*GeV, MM, 6.8*GeV) & in_range(3.2*GeV, BPVCORRM, 6.8*GeV) & (VFASPF(VCHI2/VDOF) < 9.) & (PT > 3000)", + "in_range(3.2*GeV, MM, 7.5*GeV) & in_range(4.0*GeV, BPVCORRM, 12.0*GeV) & (VFASPF(VCHI2/VDOF) < 9.) & (PT > 5000)", 'CCCut': "" }, @@ -161,7 +161,7 @@ class Bc2EtacMuConf(LineBuilder): self.SelBc2EtacMu_KsKpi = self.createCombinationSel( OutputList=self.name + "SelBc2EtacMu_KsKpi", - DecayDescriptor="B_c+ -> eta_c(1S) mu+", + DecayDescriptor="[B_c+ -> eta_c(1S) mu+]cc", DaughterLists=[self.SelEtac2KsKPi, self.SelMuons], PreVertexCuts=config['BcCombCuts'], PostVertexCuts=config['BcMomCuts']) diff --git a/Phys/StrippingSettings/python/StrippingSettings/Stripping29r2p1/LineConfigDictionaries_BandQ.py b/Phys/StrippingSettings/python/StrippingSettings/Stripping29r2p1/LineConfigDictionaries_BandQ.py index 80a3e9dac92f5a378349a62473ed9ce4f8f7586a..52f2d1fc239ff9d60a8c9d3d5fba40b91b9d005c 100644 --- a/Phys/StrippingSettings/python/StrippingSettings/Stripping29r2p1/LineConfigDictionaries_BandQ.py +++ b/Phys/StrippingSettings/python/StrippingSettings/Stripping29r2p1/LineConfigDictionaries_BandQ.py @@ -9,10 +9,10 @@ # or submit itself to any jurisdiction. # ############################################################################### ################################################################################ -## S T R I P P I N G 2 9 r 2 ## +## S T R I P P I N G 2 9 r 2 p 1 ## ## ## ## Configuration for B&Q WG ## -## Contact person: andrii.usachov@cern.ch ## +## Contact person: valeriia.zhovkovska@cern.ch ## ################################################################################ from GaudiKernel.SystemOfUnits import * @@ -765,19 +765,19 @@ Bc2EtacMu = { 'ProtonCuts': "(PROBNNp > 0.1) & (PT > 400*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5)", 'PionCuts': - "(PROBNNpi > 0.1) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", + "(PROBNNpi > 0.65) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", 'KaonCuts': - "(PROBNNk > 0.1) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", + "(PROBNNk > 0.65) & (PT > 500*MeV) & (TRGHOSTPROB<0.4) & (TRCHI2DOF < 5) & (MIPCHI2DV(PRIMARY) > 4)", 'KsCuts': - "(ADMASS('KS0') < 30.*MeV) & (BPVDLS>5) & (PT > 500*MeV) & (MAXTREE('pi-'==ABSID, PROBNNpi) > 0.1) & (MAXTREE('pi-'==ABSID, TRGHOSTPROB) < 0.4) & (MAXTREE('pi-'==ABSID, TRCHI2DOF) < 5)", + "(ADMASS('KS0') < 30.*MeV) & (BPVDLS>5) & (PT > 500*MeV) & (MAXTREE('pi-'==ABSID, PROBNNpi) > 0.45) & (MAXTREE('pi-'==ABSID, TRGHOSTPROB) < 0.4) & (MAXTREE('pi-'==ABSID, TRCHI2DOF) < 5)", 'EtacCombCuts': "in_range(2.7*GeV, AM, 3.3*GeV)", 'EtacMomCuts': "in_range(2.7*GeV, MM, 3.3*GeV) & (VFASPF(VCHI2/VDOF) < 9.)", 'BcCombCuts': - "in_range(3.2*GeV, AM, 6.8*GeV)", + "in_range(3.2*GeV, AM, 7.5*GeV)", 'BcMomCuts': - "in_range(3.2*GeV, MM, 6.8*GeV) & in_range(3.2*GeV, BPVCORRM, 6.8*GeV) & (VFASPF(VCHI2/VDOF) < 9.) & (PT > 3000)", + "in_range(3.2*GeV, MM, 7.5*GeV) & in_range(4.0*GeV, BPVCORRM, 12.0*GeV) & (VFASPF(VCHI2/VDOF) < 9.) & (PT > 5000)", 'CCCut': "" },