Go to the documentation of this file.
52 return std::make_unique<AlCaGammaJet::Counters>();
116 desc.
add<
double>(
"MinPtJet", 10.0);
117 desc.
add<
double>(
"MinPtPhoton", 10.0);
167 for (reco::PFJetCollection::const_iterator
itr =
jets.begin();
itr !=
jets.end(); ++
itr) {
void endStream() override
void endLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override
ParameterDescriptionBase * add(U const &iLabel, T const &value)
edm::InputTag labelPhoton_
void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override
T const * product() const
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
bool filter(edm::Event &, const edm::EventSetup &) override
std::atomic< unsigned int > nSelected_
edm::EDGetTokenT< reco::PFJetCollection > tok_PFJet_
AlCaGammaJetSelector(const edm::ParameterSet &, const AlCaGammaJet::Counters *count)
#define DEFINE_FWK_MODULE(type)
~AlCaGammaJetSelector() override
bool select(const reco::PhotonCollection &, const reco::PFJetCollection &)
void endRun(edm::Run const &, edm::EventSetup const &) override
std::vector< std::pair< float, float > >::iterator itr
edm::EDGetTokenT< reco::PhotonCollection > tok_Photon_
T getParameter(std::string const &) const
std::vector< PFJet > PFJetCollection
collection of PFJet objects
static std::unique_ptr< AlCaGammaJet::Counters > initializeGlobalCache(edm::ParameterSet const &)
std::atomic< unsigned int > nProcessed_
std::vector< Photon > PhotonCollection
collectin of Photon objects
void beginRun(edm::Run const &, edm::EventSetup const &) override
static void globalEndJob(const AlCaGammaJet::Counters *counters)
void addDefault(ParameterSetDescription const &psetDescription)
edm::InputTag labelPFJet_