Skip to content

Commit e14273f

Browse files
author
Marcello Di Costanzo
committed
Update QA macro
1 parent d40e63f commit e14273f

5 files changed

Lines changed: 1032 additions & 181 deletions

File tree

Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Cluster.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
1+
// Copyright 2019-2026 CERN and copyright holders of ALICE O2.
22
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//
@@ -11,8 +11,8 @@
1111

1212
/// \file Cluster.h
1313
/// \brief Definition of the IOTOF cluster
14-
#ifndef ALICEO2_IOTOF_CLUSTER_H
15-
#define ALICEO2_IOTOF_CLUSTER_H
14+
#ifndef ALICEO2_DATAFORMATSIOTOF_CLUSTER_H
15+
#define ALICEO2_DATAFORMATSIOTOF_CLUSTER_H
1616

1717
#include <cstdint>
1818
#include <string>
@@ -177,4 +177,4 @@ class Cluster
177177

178178
std::ostream& operator<<(std::ostream& stream, const o2::iotof::Cluster& cl);
179179

180-
#endif /* ALICEO2_IOTOF_CLUSTER_H */
180+
#endif /* ALICEO2_DATAFORMATSIOTOF_CLUSTER_H */

Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/src/Cluster.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
1+
// Copyright 2019-2026 CERN and copyright holders of ALICE O2.
22
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//
@@ -70,4 +70,4 @@ std::ostream& operator<<(std::ostream& stream, const o2::iotof::Cluster& cl)
7070
{
7171
stream << cl.asString();
7272
return stream;
73-
}
73+
}

Detectors/Upgrades/ALICE3/IOTOF/base/src/Segmentation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/// \file Segmentation.cxx
1313
/// \brief Implementation of the Segmentation class
1414

15-
#include <IOTOFBase/Segmentation.h>
16-
#include <IOTOFBase/IOTOFBaseParam.h>
15+
#include "IOTOFBase/Segmentation.h"
16+
#include "IOTOFBase/IOTOFBaseParam.h"
1717
#include <cstdio>
1818

1919
namespace o2

0 commit comments

Comments
 (0)