Skip to content

Commit

Permalink
high mass lambda task with svertexer (AliceO2Group#6980)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
skundu692 authored and MaximVirta committed Aug 5, 2024
1 parent 1c0d981 commit 6e078e1
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PWGLF/Tasks/Resonances/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,8 @@ o2physics_add_dpl_workflow(lambdav2
SOURCES lambdav2.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(highmasslambdasvx
SOURCES highmasslambdasvx.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Loading

0 comments on commit 6e078e1

Please sign in to comment.