Skip to content

Commit 3e24dd5

Browse files
[PWGCF] FemtoUniverse -- Add a new task for helicity angle analysis. (#12396)
1 parent 30f81d0 commit 3e24dd5

File tree

3 files changed

+958
-1
lines changed

3 files changed

+958
-1
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enum EventType { same, ///< Pair from same event
5757
/// \brief Container for all histogramming related to the correlation function. The two
5858
/// particles of the pair are passed here, and the correlation function and QA histograms
5959
/// are filled according to the specified observable
60-
/// \tparam eventType Type of the event (same/mixed)
60+
/// \tparam eventType Type of the event (same or mixed)
6161
/// \tparam obs Observable to be computed (k*/Q_inv/...)
6262
template <femto_universe_container::EventType eventType, femto_universe_container::Observable obs>
6363
class FemtoUniverseContainer

PWGCF/FemtoUniverse/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ o2physics_add_dpl_workflow(femtouniverse-pair-track-nucleus
3434
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
3535
COMPONENT_NAME Analysis)
3636

37+
o2physics_add_dpl_workflow(femtouniverse-pair-track-v0-helicity
38+
SOURCES femtoUniversePairTaskTrackV0Helicity.cxx
39+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
40+
COMPONENT_NAME Analysis)
41+
3742
o2physics_add_dpl_workflow(femtouniverse-pair-track-track-threedrelmom-mult-kt-extended
3843
SOURCES femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx
3944
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)