Skip to content

Commit 229e9ab

Browse files
authored
high mass lambda task with svertexer (#6980)
* improve event mix * Add time frame cut in pp phi * fix momentum cut * Add new thnsparse * Fix histogram name * Add rapidity bin in THnsparse * Q vector bining * Add shift correction * Add acceptance cut for generated * Fix costheta range * Preliminary task highmass lambda * Fix lorentz vector * Add decay length * add rotational background * Add Q vector amplitude information * Fix hnsparse * Modify PID and track sel * Remove fake track from mommentum correlation * Add small centrality for callibration * Update track selection * PID improve for Flow * Add improveddca variable * Improvement track cut * Add occupancy * Optimization * fix histo * Fix dca bin * THnsparse dimmension * Modify v2 * Update PID * Improved dca cut * fix pt boundary * dca cut * Fix rotational bkg and typo of phi v2 * pt bining * Add sum of dca between daughters * Add sign of v0 dca to PV * Add new event selection + modify PID and occupancy bining * Improve PID + change THnsparse axes + switch for v2 method * Reduce number of configurable + improved dca bining * Add occupancy dependence in EP resolution * Modify PID selection * Occupancy dependent mixed event * high mass lambda task with svertexer * Fix compilation error
1 parent 6bf5eb1 commit 229e9ab

2 files changed

Lines changed: 823 additions & 0 deletions

File tree

PWGLF/Tasks/Resonances/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,8 @@ o2physics_add_dpl_workflow(lambdav2
138138
SOURCES lambdav2.cxx
139139
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
140140
COMPONENT_NAME Analysis)
141+
142+
o2physics_add_dpl_workflow(highmasslambdasvx
143+
SOURCES highmasslambdasvx.cxx
144+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
145+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)