#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/L1THGCal/interface/HGCalMulticluster.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/L1Trigger/interface/EGamma.h"
#include "L1Trigger/L1CaloTrigger/interface/L1EGammaEECalibrator.h"
#include "DataFormats/Math/interface/deltaPhi.h"
Go to the source code of this file.
Classes | |
class | L1EGammaEEProducer |
Namespaces | |
l1tp2 | |
Functions | |
bool | l1tp2::compare_cluster_pt (const l1t::HGCalMulticluster *cl1, const l1t::HGCalMulticluster *cl2) |
int | etaBin (const l1t::HGCalMulticluster *cl) |
pair< int, int > | get_eta_phi_bin (const l1t::HGCalMulticluster *cl) |
int | get_phi_bin (const l1t::HGCalMulticluster *cl) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1EGammaEEProducer > > | s_filler__LINE__ ("L1EGammaEEProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1EGammaEEProducer > > | s_maker__LINE__ ("L1EGammaEEProducer") |
int etaBin | ( | const l1t::HGCalMulticluster * | cl | ) |
Definition at line 19 of file L1EGammaEEProducer.cc.
References funct::abs(), GetRecoTauVFromDQM_MC_cff::cl, egammaIdentification::eta_max, egammaIdentification::eta_min, and n_eta_bins.
Referenced by L1TPUM::analyze(), ElectronStudy::analyze(), CosmicMuonRecoAnalyzer::bookHistograms(), SegmentTrackAnalyzer::bookHistograms(), MuonRecoAnalyzer::bookHistograms(), MuonKinVsEtaAnalyzer::bookHistograms(), DiMuonHistograms::bookHistograms(), ElectronConversionRejectionValidator::bookHistograms(), MuonRecoOneHLT::bookHistograms(), PhotonValidatorMiniAOD::bookHistograms(), TkConvValidator::bookHistograms(), PhotonValidator::bookHistograms(), StudyCaloGen::bookHistograms(), IsolatedGenParticles::bookHistograms(), HGCalCLUEAlgoT< TILE >::calculateLocalDensity(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::calibrate(), ConversionPostprocessing::ConversionPostprocessing(), CosmicMuonRecoAnalyzer::CosmicMuonRecoAnalyzer(), DiMuonHistograms::DiMuonHistograms(), EfficiencyPlotter::dqmEndJob(), MuonRecoTest::dqmEndRun(), EfficiencyPlotter::EfficiencyPlotter(), get_eta_phi_bin(), HGCalLayerTilesT< T >::getEtaBin(), PtAssignmentEngineAux2016::getEtaFromBin(), HGCalLayerTilesT< T >::getGlobalBinByBinEtaPhi(), EcalIndexingTools::getProgressiveIndex(), FWEveViewManager::highlightAdded(), L1TCaloLayer1FetchLUTs(), FWHistSliceSelector::matchCell(), CovarianceParameterization::meanValue(), MuonKinVsEtaAnalyzer::MuonKinVsEtaAnalyzer(), MuonRecoAnalyzer::MuonRecoAnalyzer(), MuonRecoOneHLT::MuonRecoOneHLT(), MuonRecoTest::MuonRecoTest(), l1tp2::ParametricCalibration::operator()(), MvaMEtUtilities::passesMVA(), PhotonOfflineClient::PhotonOfflineClient(), PhotonPostprocessing::PhotonPostprocessing(), Phase1L1TJetCalibrator::produce(), PhotonOfflineClient::runClient(), PhotonPostprocessing::runPostprocessing(), and SegmentTrackAnalyzer::SegmentTrackAnalyzer().
pair<int, int> get_eta_phi_bin | ( | const l1t::HGCalMulticluster * | cl | ) |
Definition at line 36 of file L1EGammaEEProducer.cc.
References GetRecoTauVFromDQM_MC_cff::cl, etaBin(), and get_phi_bin().
Referenced by L1EGammaEEProducer::produce().
int get_phi_bin | ( | const l1t::HGCalMulticluster * | cl | ) |
Definition at line 29 of file L1EGammaEEProducer.cc.
References funct::abs(), GetRecoTauVFromDQM_MC_cff::cl, reco::deltaPhi(), and M_PI.
Referenced by get_eta_phi_bin().
|
static |
|
static |