Skip to content

Commit d703aa7

Browse files
committed
correct copyright notice
1 parent 9d8a8a7 commit d703aa7

File tree

3 files changed

+36
-7
lines changed

3 files changed

+36
-7
lines changed

PWGJE/DataModel/SlimTables.h

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
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

PWGJE/TableProducer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
109109
o2physics_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)

PWGJE/TableProducer/SlimTablesProducer.cxx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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"

0 commit comments

Comments
 (0)