CbmRoot
Loading...
Searching...
No Matches
sts/TrackingInterface.cxx
Go to the documentation of this file.
1/* Copyright (C) 2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#include "TrackingInterface.h"
11
13#include "CbmStsAddress.h"
14
16
17// ---------------------------------------------------------------------------------------------------------------------
18//
19void TrackingInterface::Init() { L_(info) << "STS: TrackingInterface initialization"; }
20
21// ---------------------------------------------------------------------------------------------------------------------
22//
23int TrackingInterface::GetTrackingStation(uint32_t address) const
24{
25 // NOTE: SZh 30.04.2024:
26 // This returns the valid STS station index at least for mCBM at beamtimes 2022 and 2024. There is no
27 // guarantie, that it will work for other setups, should be cross-checked.
29}
#define L_(level)
@ kStsUnit
int GetTrackingStation(uint32_t address) const
Returns tracking station index by the TOF address.
uint32_t GetElementId(int32_t address, int32_t level)
Get the index of an element.
A STS-parameter and geometry interface used for tracking input data initialization (header)