Skip to content

Commit 1bd4751

Browse files
Paola Vargas TorresPaola Vargas Torres
authored andcommitted
Add Flattenicity task
1 parent eaeec4a commit 1bd4751

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

PWGMM/UE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ o2physics_add_dpl_workflow(ue - charged
2121
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
2222
COMPONENT_NAME Analysis)
2323

24-
o2physics_add_dpl_workflow(flattenicity
25-
SOURCES flattenicityTask.cxx
26-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
27-
COMPONENT_NAME Analysis)
24+
o2physics_add_dpl_workflow(flattenicity - task
25+
SOURCES flattenicityTask.cxx
26+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
27+
COMPONENT_NAME Analysis)

PWGMM/UE/Tasks/flattenicityTask.cxx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//=============================================================================
21
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
32
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
43
// All rights not expressly granted are reserved.
@@ -9,14 +8,11 @@
98
// In applying this license CERN does not waive the privileges and immunities
109
// granted to it by virtue of its status as an Intergovernmental Organization
1110
// or submit itself to any jurisdiction.
12-
///
13-
/// \author Eishah Rani
14-
/// \since August 5, 2026
11+
1512
/// \file flattenicityTask.cxx
16-
/// \brief Generator-Level vs Reconstruction-Level Flattenicity
17-
// Based on:
18-
// PWGMM/UE/Tasks/uecharged.cxx
19-
//=============================================================================
13+
/// \brief Flattenicity analysis task for UE studies
14+
/// \author Eisha Rani
15+
/// \since August 2026
2016

2117
#include "Common/Core/TrackSelection.h"
2218
#include "Common/Core/TrackSelectionDefaults.h"

0 commit comments

Comments
 (0)