Go to the documentation of this file.
53 return std::make_unique<AlCaGammaJet::Counters>();
117 desc.add<
double>(
"MinPtJet", 10.0);
118 desc.add<
double>(
"MinPtPhoton", 10.0);
168 for (reco::PFJetCollection::const_iterator itr =
jets.begin(); itr !=
jets.end(); ++itr) {
176 for (reco::PhotonCollection::const_iterator itr =
photons.begin(); itr !=
photons.end(); ++itr) {
void endStream() override
void endLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override
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_
Log< level::Warning, false > LogWarning
edm::EDGetTokenT< reco::PFJetCollection > tok_PFJet_
AlCaGammaJetSelector(const edm::ParameterSet &, const AlCaGammaJet::Counters *count)
const caConstants::TupleMultiplicity const CAHitNtupletGeneratorKernelsGPU::HitToTuple cms::cuda::AtomicPairCounter const GPUCACell *__restrict__ const uint32_t *__restrict__ const gpuPixelDoublets::CellNeighborsVector const gpuPixelDoublets::CellTracksVector const GPUCACell::OuterHitOfCell *__restrict__ uint32_t uint32_t CAHitNtupletGeneratorKernelsGPU::Counters * counters
#define DEFINE_FWK_MODULE(type)
~AlCaGammaJetSelector() override
bool select(const reco::PhotonCollection &, const reco::PFJetCollection &)
void endRun(edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< reco::PhotonCollection > tok_Photon_
std::vector< PFJet > PFJetCollection
collection of PFJet objects
Log< level::Info, true > LogVerbatim
static std::unique_ptr< AlCaGammaJet::Counters > initializeGlobalCache(edm::ParameterSet const &)
std::atomic< unsigned int > nProcessed_
T getParameter(std::string const &) const
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_