3 #include <unordered_map> 12 const std::vector<bool>&
mask,
13 std::vector<bool>& seedable,
25 const std::vector<bool>&
mask,
26 std::vector<bool>& seedable,
28 seedable = std::vector<bool>(
input->size(),
true);
PassThruSeedFinder & operator=(const PassThruSeedFinder &)=delete
static std::string const input
PassThruSeedFinder(const edm::ParameterSet &conf)
void findSeeds(const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable, const HcalPFCuts *) override
#define DEFINE_EDM_PLUGIN(factory, type, name)