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
- Add caloLabelConverter task to convert McCaloLabels_000 to McCaloLabels_001 for backwards compatibility. The amplitude fraction which is new in McCaloLabels_001 will be initilised with 0 since we don't have that information in tge old McCaloLabels_000.
// 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
+
#include"Framework/runDataProcessing.h"
12
+
#include"Framework/AnalysisTask.h"
13
+
#include"Framework/AnalysisDataModel.h"
14
+
15
+
usingnamespaceo2;
16
+
usingnamespaceo2::framework;
17
+
18
+
// Converts the old McCaloLabels_000 table to the new McCaloLabels_001 table where we have a variable size array for associated MCParticles for each calo cell
0 commit comments