SHiP Data Model
Event data model for the SHiP experiment: C++ data classes with ROOT dictionary support.
Loading...
Searching...
No Matches
include
SHiP
SimResult.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <vector>
4
5
#include "
SHiP/SimHit.hpp
"
6
#include "
SHiP/SimParticle.hpp
"
7
8
namespace
SHiP
{
9
11
struct
SimResult
{
12
std::vector<SimHit>
hits
;
13
std::vector<SimParticle>
particles
;
14
};
15
16
}
// namespace SHiP
SimHit.hpp
SimParticle.hpp
SHiP
Definition
MCParticle.hpp:6
SHiP::SimResult
Bundled result from one Geant4 event.
Definition
SimResult.hpp:11
SHiP::SimResult::particles
std::vector< SimParticle > particles
Definition
SimResult.hpp:13
SHiP::SimResult::hits
std::vector< SimHit > hits
Definition
SimResult.hpp:12
Generated by
1.9.8