File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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//
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_
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>
You can’t perform that action at this time.
0 commit comments