Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DecFiles
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
37
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb Data Packages
Gen
DecFiles
Merge requests
!1325
Add incl_b=Dst,piD0,Kpi,InAcc.dec event type 10163000
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add incl_b=Dst,piD0,Kpi,InAcc.dec event type 10163000
ahicheur/20230306
into
master
Overview
7
Commits
2
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Merged
Adlene Hicheur
requested to merge
ahicheur/20230306
into
master
1 year ago
Overview
7
Commits
2
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
ef1baa5d
1 year ago
master (base)
and
latest version
latest version
32abae88
2 commits,
1 year ago
version 1
ef1baa5d
1 commit,
1 year ago
1 file
+
49
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dkfiles/incl_b=Dst,piD0,Kpi,InAcc.dec
0 → 100644
+
49
−
0
Options
# EventType: 10163000
#
# Descriptor: [D*+ -> (D0 -> K- pi+) pi+]cc
# Cuts: LHCbAcceptance
# FullEventCuts: LoKi::FullGenEventCut/b2DstarFilter
# Sample: RepeatDecay.Inclusive
#
# CPUTime: < 1 min
#
# InsertPythonCode:
# from Configurables import LoKi__FullGenEventCut
# Generation().addTool( LoKi__FullGenEventCut, "b2DstarFilter" )
# SignalFilter = Generation().b2DstarFilter
# SignalFilter.Code = " has(isB2Dstar)"
# SignalFilter.Preambulo += [
# "isDstar = (GINTREE ('D*(2010)+' == GABSID ))",
# "isB2Dstar = isDstar"
# ]
# EndInsertPythonCode
#
# NickName: incl_b=Dst,piD0,Kpi,InAcc
# Documentation: Inclusive D*+ events from b decays, D*+ forced to the decay chain D0(Kpi)pi for particle ID purposes
# EndDocumentation
#
# PhysicsWG: B2SL
# Tested: Yes
# Responsible: Adlene Hicheur
# Email: hicheur@if.ufrj.br
# Date: 20230303
#
Alias my_D0 D0
Alias my_anti-D0 anti-D0
ChargeConj my_D0 my_anti-D0
Alias MyD*+ D*+
Alias MyD*- D*-
ChargeConj MyD*+ MyD*-
Decay D*+
1.0 my_D0 pi+ VSS;
Enddecay
CDecay D*-
Decay my_D0
1.0 K- pi+ PHSP;
Enddecay
CDecay my_anti-D0
End
Loading