29 Gaudi::Property<std::vector<float>> m_minPt{this, "minPt", {100, 200, 200, 500, 800, 1000, 2000, 4000, 6000, 8000, 10000}, "Accept events with momentum higher than this limit in MeV"};
30 Gaudi::Property<std::vector<float>> m_maxZ0{this, "maxZ0", {401, 401, 401, 401, 401, 401, 401, 401, 401, 401, 401}, "Accept events with absolute value of z position of track passing beamline lower than this limit in mm"};
31 Gaudi::Property<std::vector<float>> m_vertexZ{this, "vertexZ", {803, 803, 10, 803, 803, 803, 803, 803, 803, 803, 803}, "Accept events with distance to vertex z position lower than this limit in mm"};