32 reco::PhotonCollection::const_iterator
photon;
33 std::vector<bool> Loose;
34 std::vector<bool> Tight;
35 std::vector<bool> LooseEM;
44 LooseEM.push_back(LooseEMQual);
45 Loose.push_back(LooseQual);
46 Tight.push_back(TightQual);
49 auto outlooseEM = std::make_unique<edm::ValueMap<bool>>();
51 fillerlooseEM.insert(
photons, LooseEM.begin(), LooseEM.end());
56 auto outloose = std::make_unique<edm::ValueMap<bool>>();
58 fillerloose.insert(
photons, Loose.begin(), Loose.end());
63 auto outtight = std::make_unique<edm::ValueMap<bool>>();
65 fillertight.insert(
photons, Tight.begin(), Tight.end());