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