56 Gaudi::Property<bool> m_addIDTracks{this, "AddIDTracks", true, "Set to true if you want to add ID tracks to the pool"};
57 Gaudi::Property<bool> m_addGSFTracks{this, "AddGSFTracks", false, "Set to true if you want to add GSF tracks to the pool"};
58 Gaudi::Property<bool> m_addMuonTracks{this, "AddMuonTracks", false, "Set to true if you want to add ID tracks from muons to the pool"};
59 Gaudi::Property<bool> m_addElectronTracks{this, "AddElectronTracks", false, "Set to true if you want to add GSF tracks from electrons to the pool"};
60 Gaudi::Property<bool> m_removeNonLepVerts{this, "RemoveNonLepVertices", false, "Set to true if you want to remove vertices with no associated lepton tracks"};