50 Gaudi::Property<std::string> m_layerMap {this, "LayerMap", "", "Binning layer map file, only read if doSecondStage = true."};
51 Gaudi::Property<bool> m_doSecondStage {this, "doSecondStage", true, "Split hits between first and second stage. If set to false all hits are first stage" };
52
53// Internal storage for the sliced hits (implemented as a LogicalEventInputHeader,
54// so we can easily copy to the output ROOT file).