45 produces<edm::ValueMap<float>>(
"JPTPUDiscriminant");
46 produces<edm::ValueMap<int>>(
"JPTPUId");
61 for (
unsigned int i = 0;
i <
jets->size(); ++
i) {
80 if (fabs(
jet.eta()) < 2.6) {
99 std::cout <<
" PUID producer::Corrected JPT Jet is " <<
jet.pt() <<
" " <<
jet.eta() <<
" " <<
jet.phi() <<
" "
100 <<
jet.getSpecific().Zch << std::endl;
103 auto mvaout = std::make_unique<ValueMap<float>>();
105 mvafiller.insert(
jets,
mva.begin(),
mva.end());
109 auto idflagout = std::make_unique<ValueMap<int>>();
111 idflagfiller.insert(
jets, idflag.begin(), idflag.end());