SHiP Data Model
Event data model for the SHiP experiment: C++ data classes with ROOT dictionary support.
Loading...
Searching...
No Matches
UBTHit.hpp
Go to the documentation of this file.
1#pragma once
2#include "SHiP/RecHit.hpp"
3
4namespace SHiP {
5
7struct UBTHit {
9};
10
11} // namespace SHiP
Definition CaloHit.hpp:4
Reconstructed hit.
Definition RecHit.hpp:11
Hit reconstructed by the UBT (Upstream Background Tagger)
Definition UBTHit.hpp:7
RecHit recHit
The reconstructed hit.
Definition UBTHit.hpp:8