PandaRoot
PndFtsGeomUtil.h
Go to the documentation of this file.
1 //
2 // Created by Bartosz Sobol on 23.04.2020.
3 //
4 
5 #pragma once
6 
7 #include "PndFtsStraw.h"
8 #include "PndFtsHelpers.h"
9 
17 bool IsSkewedLayer(const uint8_t layerId);
18 
25 bool IsOutermostLayer(const uint8_t layerId);
26 
35 float GetSlope(const uint8_t layerId);
36 
43 PndFtsStation GetStationFromLayer(const uint8_t layerId) noexcept;
44 
50 PndFtsStation GetStationFromStraw(const uint16_t strawId) noexcept;
51 
52 } // namespace PndFtsTrackFinder::GeomUtil
bool IsOutermostLayer(const uint8_t layerId)
PndFtsStation GetStationFromStraw(const uint16_t strawId) noexcept
bool IsSkewedLayer(const uint8_t layerId)
PndFtsStation GetStationFromLayer(const uint8_t layerId) noexcept
float GetSlope(const uint8_t layerId)