File tree Expand file tree Collapse file tree 3 files changed +36
-7
lines changed
Expand file tree Collapse file tree 3 files changed +36
-7
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2019-2025 CERN and copyright holders of ALICE O2.
2- // See https://alice-o2.web.cern.ch/copyright for details.
1+ // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ // All rights not expressly granted are reserved.
4+ //
5+ // This software is distributed under the terms of the GNU General Public
6+ // License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ //
8+ // In applying this license CERN does not waive the privileges and immunities
9+ // granted to it by virtue of its status as an Intergovernmental Organization
10+ // or submit itself to any jurisdiction.
11+
12+ // /
13+ // / \file SlimTables.h
14+ // / \author Millot Louise <louise.millot@cern.ch>
15+ // / \since 2024-11-27
16+ // / \brief Header for the SlimTables task for the analysis of the reduced tables.
17+ // /
318
419#ifndef PWGJE_DATAMODEL_SLIMTABLES_H_
520#define PWGJE_DATAMODEL_SLIMTABLES_H_
6- #include " Common/DataModel/TrackSelectionTables.h"
7- #include " PWGJE/Core/JetDerivedDataUtilities.h"
8-
921
22+ #include " PWGJE/Core/JetDerivedDataUtilities.h"
1023#include < Framework/ASoA.h>
1124#include < Framework/AnalysisDataModel.h>
1225
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ o2physics_add_dpl_workflow(emcal-cluster-hadronic-correction-task
105105 SOURCES emcalClusterHadronicCorrectionTask.cxx
106106 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2::EMCALBase O2::EMCALReconstruction
107107 COMPONENT_NAME Analysis)
108-
108+
109109o2physics_add_dpl_workflow(slim-tables-producer
110110 SOURCES SlimTablesProducer.cxx
111111 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
112- COMPONENT_NAME Analysis)
112+ COMPONENT_NAME Analysis)
Original file line number Diff line number Diff line change 1+ // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ // All rights not expressly granted are reserved.
4+ //
5+ // This software is distributed under the terms of the GNU General Public
6+ // License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ //
8+ // In applying this license CERN does not waive the privileges and immunities
9+ // granted to it by virtue of its status as an Intergovernmental Organization
10+ // or submit itself to any jurisdiction.
11+
12+ // / \file SlimTablesProducer.cxx
13+ // / \brief Task to produce a reduced version of Tables for tracks, collisions, mcparticles and mccollisions.
14+ // / \author Millot Louise <louise.millot@cern.ch>
15+
16+
117#include " PWGJE/DataModel/SlimTables.h"
218#include " Framework/AnalysisDataModel.h"
319#include " Framework/AnalysisTask.h"
You can’t perform that action at this time.
0 commit comments