B2hhKS Run2 data Ntuples
This production supersedes: !1573 (merged)
Superseded Ntuples can be eliminated immediately. The target folder is the same as https://lhcb-analysis-productions.web.cern.ch/productions/?wg=bnoc&analysis=bd2kkks_data.
- Samples are produced for Run2 in 24r2 (2015), 28r2(2015), 29r2p1 (2017), 34r0p1 (2018). Stripping version have changed since the last production for 2015 and 2016.
- A selection is applied at the ntuple-generation level.
- All the trees for the different mass hypothesis are completely filled : this is to study backgrounds to Bd2KKKS process we are looking at.
Instructions
Check our documentation for details of the submission process: https://lhcb-ap.docs.cern.ch/user_guide/submitting.html
If the samples created by your request will supersede older ones, please read the docs here for what you need to do: https://lhcb-ap.docs.cern.ch/user_guide/housekeeping.html#archiving-superseded-or-obsolete-outputs
If the merge request supersedes a previous one, add a comment at the end of the header: (supersedes !<MR number>)
.
Merge request reports
Activity
added BnoC datarun1/2 labels
assigned to @edmarian
Welcome to Analysis Productions!This is a summary of the productions requested in this merge request:
Step Production ID Num Test LFNs Run time Estimated Output Size (MB) 2015_MagUp_DD_B2KKKS 183621 1 0:12:22.081581 16.6 2016_MagDown_DD_B2KKKS 183622 1 0:01:54.696853 0.0 2016_MagUp_DD_B2KKKS 183623 1 0:02:37.633131 0.0 2017_MagDown_DD_B2KKKS 183624 1 0:30:22.470210 94.0 2017_MagUp_DD_B2KKKS 183625 1 0:35:17.450005 88.7 2018_MagUp_DD_B2KKKS 183627 1 0:24:35.878185 116.4 2015_MagDown_LL_B2KKKS 183628 1 0:09:07.009342 11.9 2015_MagUp_LL_B2KKKS 183629 1 0:04:58.455133 10.9 2016_MagDown_LL_B2KKKS 183630 1 0:01:54.142481 0.0 2016_MagUp_LL_B2KKKS 183631 1 0:01:09.357857 0.0 2017_MagUp_LL_B2KKKS 183633 1 0:29:22.822037 57.5 2018_MagDown_LL_B2KKKS 183634 1 0:31:14.010505 72.3 2018_MagUp_LL_B2KKKS 183635 1 0:19:06.341268 72.6 2017_MagDown_LL_B2KKKS 183636 1 0:25:40.182540 57.7 2018_MagDown_DD_B2KKKS 183642 1 0:30:04.178015 119.9 2015_MagDown_DD_B2KKKS 183643 1 0:30:47.272157 18.2 Edited by LHCb Data Processing and Analysis
- Bd2KKKS_data/B2hhKS_data_opt_DD.py 0 → 100644
207 dtt_pipKS = DecayTreeTuple('Bd2pipKS') 208 dtt_pipKS.Inputs = [selSeq_pipKS.outputLocation()] 209 dtt_pipKS.Decay = 'B0 -> ^pi+ ^p~- ^(KS0 -> ^pi+ ^pi-)' 210 211 dtt_ppiKS = DecayTreeTuple('Bd2ppiKS') 212 dtt_ppiKS.Inputs = [selSeq_ppiKS.outputLocation()] 213 dtt_ppiKS.Decay = 'B0 -> ^p+ ^pi- ^(KS0 -> ^pi+ ^pi-)' 214 215 216 dtt_pKKS = DecayTreeTuple('Bd2pKKS') 217 dtt_pKKS.Inputs = [selSeq_pKKS.outputLocation()] 218 dtt_pKKS.Decay = 'B0 -> ^p+ ^K- ^(KS0 -> ^pi+ ^pi-)' 219 220 dtt_KpKS = DecayTreeTuple('Bd2KpKS') 221 dtt_KpKS.Inputs = [selSeq_KpKS.outputLocation()] 222 dtt_KpKS.Decay = 'B0 -> ^K+ ^p~- ^(KS0 -> ^pi+ ^pi-)' - Comment on lines +220 to +222
@edmarian I have a question. According to physics, it seems unlikely to happen.
changed this line in version 4 of the diff
I noticed that your
pipeline
failed because you did not includeDaVinci().EvtMax = -1
in your.py
file. I suggest adding it because automatic configuration cannot handle this. You can refer to the details in https://lhcb-ap.docs.cern.ch/user_guide/creating.html#automatic-configuration.
mentioned in commit bfe2fba6
mentioned in issue #1220 (closed)
mentioned in commit c44c69ea
mentioned in merge request !2349 (merged)
Dear Liaisons, Looking at my production it seems that something went wrong just for 2016 samples. The Ntuple do not contain any of my trees (apart IntegratedLuminosity). Could you help me understand what happened? https://lhcb-analysis-productions.web.cern.ch/productions/?wg=bnoc&analysis=bd2kkks_data At the pipeline level everything was fine
I find this also in the pipeline tests for instance here https://lhcb-productions.web.cern.ch/ana-prod/pipelines/?id=9922&ci_run=Bd2KKKS_data&job=2016_MagUp_DD_B2KKKS
I suggest you re-check your options for these 2016 samples, looking at the log files I see no obvious error
Edited by Francesca Swystun
mentioned in merge request !2370 (merged)
mentioned in commit d7290797