19#ifndef BDSSDFILTERPDGIDSET_H
20#define BDSSDFILTERPDGIDSET_H
24#include "G4VSDFilter.hh"
42 const std::set<G4int>& PDGIDsToAcceptIn);
46 virtual G4bool
Accept(
const G4Step* step)
const;
49 std::set<G4int> PDGIDsToAccept;
Filter for a set of PDG IDs (ints).
virtual G4bool Accept(const G4Step *step) const
Return true if the particle is an ion or not.
BDSSDFilterPDGIDSet()=delete
No default constructor.