#include <HPSPFTauProducer.h>
Public Member Functions | |
HPSPFTauProducer (const edm::ParameterSet &cfg) | |
~HPSPFTauProducer () override=default | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
Private Attributes | |
bool | applyPreselection_ |
bool | debug_ |
double | deltaR2Cleaning_ |
double | deltaRCleaning_ |
std::vector< L1HPSPFTauQualityCut > | isolationQualityCutsDzCutDisabled_ |
const double | isPFTauPt_ = 1. |
double | maxChargedIso_ |
double | maxChargedRelIso_ |
double | maxLeadChargedPFCandDz_ |
double | maxLeadChargedPFCandEta_ |
double | maxPFTauEta_ |
double | maxSeedChargedPFCandDz_ |
double | maxSeedChargedPFCandEta_ |
double | maxSeedJetEta_ |
double | minLeadChargedPFCandPt_ |
double | minPFTauPt_ |
double | minSeedChargedPFCandPt_ |
double | minSeedJetPt_ |
std::string | moduleLabel_ |
std::vector< L1HPSPFTauQualityCut > | signalQualityCutsDzCutDisabled_ |
edm::InputTag | srcL1Jets_ |
edm::InputTag | srcL1PFCands_ |
edm::InputTag | srcL1Vertices_ |
L1HPSPFTauBuilder | tauBuilder_ |
edm::EDGetTokenT< std::vector< reco::CaloJet > > | tokenL1Jets_ |
edm::EDGetTokenT< l1t::PFCandidateCollection > | tokenL1PFCands_ |
edm::EDGetTokenT< l1t::VertexWordCollection > | tokenL1Vertices_ |
bool | useChargedPFCandSeeds_ |
bool | useJetSeeds_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 21 of file HPSPFTauProducer.h.
|
explicit |
Definition at line 5 of file HPSPFTauProducer.cc.
References looper::cfg, deltaR2Cleaning_, deltaRCleaning_, isolationQualityCutsDzCutDisabled_, edm::InputTag::label(), readL1PFTauQualityCuts(), signalQualityCutsDzCutDisabled_, srcL1Jets_, srcL1PFCands_, srcL1Vertices_, tokenL1Jets_, tokenL1PFCands_, tokenL1Vertices_, and useJetSeeds_.
|
overridedefault |
|
static |
Definition at line 181 of file HPSPFTauProducer.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, HLT_2022v14_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 55 of file HPSPFTauProducer.cc.
References L1HPSPFTauBuilder::addL1PFCandidates(), applyPreselection_, L1HPSPFTauBuilder::buildL1PFTau(), spr::deltaEta, SiPixelRawToDigiRegional_cfi::deltaPhi, deltaR2Cleaning_, PVValHelper::dz, reco::LeafCandidate::eta(), edm::Event::getByToken(), L1HPSPFTauBuilder::getL1PFTau(), edm::HandleBase::id(), isolationQualityCutsDzCutDisabled_, isPFTauPt_, isSelected(), triggerObjects_cff::l1Jet, edm::InputTag::label(), maxChargedIso_, maxChargedRelIso_, maxLeadChargedPFCandDz_, maxLeadChargedPFCandEta_, maxPFTauEta_, maxSeedChargedPFCandDz_, maxSeedChargedPFCandEta_, maxSeedJetEta_, minLeadChargedPFCandPt_, minPFTauPt_, minSeedChargedPFCandPt_, minSeedJetPt_, eostools::move(), reco::LeafCandidate::phi(), BeamMonitor_cff::primaryVertex, reco::LeafCandidate::pt(), edm::Event::put(), L1HPSPFTauBuilder::reset(), L1HPSPFTauBuilder::setL1PFCandProductID(), L1HPSPFTauBuilder::setL1PFTauSeed(), L1HPSPFTauBuilder::setVertex(), signalQualityCutsDzCutDisabled_, jetUpdater_cfi::sort, srcL1Vertices_, tauBuilder_, tokenL1Jets_, tokenL1PFCands_, tokenL1Vertices_, useChargedPFCandSeeds_, useJetSeeds_, and AlignmentTracksFromVertexSelector_cfi::vertices.
|
private |
Definition at line 65 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 67 of file HPSPFTauProducer.h.
|
private |
Definition at line 63 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().
|
private |
Definition at line 62 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer().
|
private |
Definition at line 43 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().
|
private |
Definition at line 68 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 59 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 60 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 58 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 57 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 55 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 48 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 47 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 52 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 56 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 54 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 46 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 51 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
|
private |
Definition at line 42 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().
|
private |
Definition at line 37 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer().
|
private |
Definition at line 35 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer().
|
private |
Definition at line 39 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().
|
private |
Definition at line 33 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 38 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().
|
private |
Definition at line 36 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().
|
private |
Definition at line 40 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().
|
private |
Definition at line 45 of file HPSPFTauProducer.h.
Referenced by produce().
|
private |
Definition at line 50 of file HPSPFTauProducer.h.
Referenced by HPSPFTauProducer(), and produce().