CbmRoot
Loading...
Searching...
No Matches
CbmRecoSetupUtils.h
Go to the documentation of this file.
1/* Copyright (C) 2025 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#pragma once
11
13
14class TString;
15
16namespace cbm
17{
21 ~RecoSetupUtils() = delete;
22
26 static algo::GeoVolume ReadVolume(const TString& path);
27 static algo::GeoVolume ReadVolume(const std::string& path);
28 };
29} // namespace cbm
A class for a geometrical volume representation in the reconstruction setup.
A representation of a geometrical volume of different tracking stations.
Definition GeoVolume.h:25
Different utilities for the CbmOfflineRecoSetup library.
~RecoSetupUtils()=delete
static algo::GeoVolume ReadVolume(const TString &path)
Creates a volume info from a geo node, provided by path.