36 Gaudi::Property<double> m_MinEkine{this, "MinEkine", -1., "Minimum remaining kinetic energy for a track"};
38 Gaudi::Property<double> m_MaxTrackLength{this, "MaxTrackLength", -1., "Maximum total track length"};
40 Gaudi::Property<double> m_MaxTime{this, "MaxTime", -1., "Maximum global time for a track"};
42 Gaudi::Property<double> m_MinRange{this, "MinRange", -1., "Minimum remaining range for a track"};
44 Gaudi::Property<std::string> m_matchType{this, "MatchType", "isMatch", "Use 'contains' or 'isMatch' function for string comparison"};
46 Gaudi::Property<std::vector<std::string> > m_logicalVolumes{this, "VolumeList" , {}, "List of Logical volume to which these limits should be applied"};