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