 |
ATLAS Offline Software
|
Go to the documentation of this file.
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" };
64 #endif // FPGATrackSimSLICINGENGINETOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.
: FPGATrackSim-specific class to represent an hit in the detector.