You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Feat: add |eta| cut to V0s
* Feat: add automatice systematic variations to cutculator
* Fix: fix debug tasks
* Fix: fix naming of femtodream tables
For the o2-aod-merger to work on merging derived data generated by the
femtodream-producer task the naming of table have to follow the naming
conventions of the O2 framework.
* Fix: fix order of includes
* Fix: fix copyright headers
* Revert "Fix: fix copyright headers"
This reverts commit 09a0db6.
* Fix: fix copyright headers
* Fix: use consistent headers
* Update FemtoDerived.h
Removed data model commented code
---------
Co-authored-by: Anton Riedel <anton.riedel@tum.de>
Co-authored-by: Victor Gonzalez <victor.gonzalez.sebastian@gmail.com>
if (abs(part1.femtoDreamMCParticle().pdgMCTruth()) == mPDGOne && abs(part2.femtoDreamMCParticle().pdgMCTruth()) == mPDGTwo) { // Note: all pair-histogramms are filled with MC truth information ONLY in case of non-fake candidates
if (abs(part1.fdMCParticle().pdgMCTruth()) == mPDGOne && abs(part2.fdMCParticle().pdgMCTruth()) == mPDGTwo) { // Note: all pair-histogramms are filled with MC truth information ONLY in case of non-fake candidates
0 commit comments