44 produces<PFCandToVertexAssMap>();
47 produces<VertexToPFCandAssMap>();
50 produces<PFCandToVertexAssMap>();
51 produces<VertexToPFCandAssMap>();
53 std::cout <<
"No correct InputTag for AssociationType!" << std::endl;
54 std::cout <<
"Won't produce any AssociationMap!" << std::endl;
80 if (asstype ==
"PFCandsToVertex" || asstype ==
"VertexToPFCands" || asstype ==
"Both") {
82 if (asstype ==
"PFCandsToVertex" || asstype ==
"Both") {
85 if (asstype ==
"VertexToPFCands" || asstype ==
"Both") {
void GetInputCollections(edm::Event &, const edm::EventSetup &) override
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
EDProductGetter const & productGetter() const
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void addDefault(ParameterSetDescription const &psetDescription)
edm::InputTag input_AssociationType_
~PFCand_AssoMap() override
edm::EDGetTokenT< reco::PFCandidateCollection > token_PFCandidates_
void produce(edm::Event &, const edm::EventSetup &) override
T getParameter(std::string const &) const
PFCand_AssoMap(const edm::ParameterSet &)
std::unique_ptr< PFCandToVertexAssMap > SortPFCandAssociationMap(PFCandToVertexAssMap *, edm::EDProductGetter const *getter)
std::pair< std::unique_ptr< PFCandToVertexAssMap >, std::unique_ptr< VertexToPFCandAssMap > > createMappings(edm::Handle< reco::PFCandidateCollection > pfCandH)