SHiP Data Model
Event data model for the SHiP experiment: C++ data classes with ROOT dictionary support.
Loading...
Searching...
No Matches
detector_id.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace SHiP {
6
7enum class detector_id : std::int32_t {
10 StrawTubes = 2,
11 Calorimeter = 3,
13};
14
15} // namespace SHiP
Definition CaloHit.hpp:4
detector_id
Definition detector_id.hpp:7