8#ifndef FPGATrackSimSLICINGENGINETOOL_H
9#define FPGATrackSimSLICINGENGINETOOL_H
30 void sliceHits(
const std::vector<std::shared_ptr<const FPGATrackSimHit>>& hits,
31 std::vector<std::shared_ptr<const FPGATrackSimHit>>& firstHits,
32 std::vector<std::shared_ptr<const FPGATrackSimHit>>& secondHits);
48 Gaudi::Property<bool>
m_rootOutput {
this,
"RootOutput",
true,
"Wite output ROOT branches"};
49 Gaudi::Property<std::string>
m_layerMap {
this,
"LayerMap",
"",
"Binning layer map file, only read if doSecondStage = true."};
50 Gaudi::Property<bool>
m_doSecondStage {
this,
"doSecondStage",
true,
"Split hits between first and second stage. If set to false all hits are first stage" };
: FPGATrackSim-specific class to represent an hit in the detector.