PandaRoot
PndFtsStation.h
Go to the documentation of this file.
1 //
2 // Created by Bartosz Sobol on 25.04.2020.
3 //
4 
5 #pragma once
6 
7 #include <cstdint>
8 
9 namespace PndFtsTrackFinder {
10 
15 enum class PndFtsStation : uint8_t { FT12 = 0, FT34 = 1, FT56 = 2 };
16 
17 } // namespace PndFtsTrackFinder