Skip to content

Commit 1564861

Browse files
committed
Update cleanup
1 parent 95e8824 commit 1564861

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

ALICE3/Core/GeometryContainer.cxx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11+
///
12+
/// \file GeometryContainer.h
13+
/// \author Nicolò Jacazio, Università del Piemonte Orientale (IT)
14+
/// \brief Set of utilities for the ALICE3 geometry handling
15+
/// \since February 13, 2026
16+
///
1117

1218
#include "GeometryContainer.h"
1319

1420
#include "Common/Core/TableHelper.h"
1521

16-
#include <ReconstructionDataFormats/TrackParametrization.h>
17-
1822
#include <TEnv.h>
1923
#include <THashList.h>
20-
#include <TMath.h>
21-
#include <TMatrixD.h>
22-
#include <TMatrixDSymEigen.h>
23-
#include <TObject.h>
24-
#include <TRandom.h>
2524
#include <TSystem.h>
2625

2726
#include <sys/file.h>

ALICE3/Core/GeometryContainer.h

Lines changed: 7 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-2020 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
//
@@ -8,6 +8,12 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11+
///
12+
/// \file GeometryContainer.h
13+
/// \author Nicolò Jacazio, Università del Piemonte Orientale (IT)
14+
/// \brief Set of utilities for the ALICE3 geometry handling
15+
/// \since February 13, 2026
16+
///
1117

1218
#ifndef ALICE3_CORE_GEOMETRYCONTAINER_H_
1319
#define ALICE3_CORE_GEOMETRYCONTAINER_H_
@@ -17,7 +23,6 @@
1723
#include <CCDB/BasicCCDBManager.h>
1824
#include <Framework/InitContext.h>
1925
#include <Framework/Logger.h>
20-
#include <ReconstructionDataFormats/Track.h>
2126

2227
#include <map>
2328
#include <string>

0 commit comments

Comments
 (0)