#include <HTTTopJetProducer.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from FastjetJetProducer | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | fillDescriptionsFromFastJetProducer (edm::ParameterSetDescription &desc) |
Static Public Member Functions inherited from VirtualJetProducer | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | fillDescriptionsFromVirtualJetProducer (edm::ParameterSetDescription &desc) |
Private Attributes | |
int | filtN_ |
double | filtR_ |
std::unique_ptr< fastjet::HEPTopTaggerV2 > | fjHEPTopTagger_ |
double | massRatioWidth_ |
double | maxCandMass_ |
double | maxFatjetAbsEta_ |
double | maxM13Cut_ |
double | maxR_ |
double | minCandMass_ |
double | minCandPt_ |
double | minFatjetPt_ |
double | minM13Cut_ |
double | minM23Cut_ |
double | minR_ |
double | minSubjetPt_ |
int | mode_ |
double | muCut_ |
bool | optimalR_ |
bool | qJets_ |
bool | rejectMinR_ |
double | subjetMass_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from FastjetJetProducer | |
typedef std::shared_ptr< DynamicRfilt > | DynamicRfiltPtr |
typedef fastjet::Transformer | transformer |
typedef std::vector< transformer_ptr > | transformer_coll |
typedef std::unique_ptr< transformer > | transformer_ptr |
Public Types inherited from VirtualJetProducer | |
typedef std::shared_ptr< fastjet::GhostedAreaSpec > | ActiveAreaSpecPtr |
typedef std::shared_ptr< fastjet::AreaDefinition > | AreaDefinitionPtr |
typedef std::shared_ptr< fastjet::ClusterSequence > | ClusterSequencePtr |
typedef std::shared_ptr< fastjet::JetDefinition > | JetDefPtr |
typedef std::shared_ptr< fastjet::JetDefinition::Plugin > | PluginPtr |
typedef std::shared_ptr< fastjet::Selector > | SelectorPtr |
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 |
Protected Member Functions inherited from FastjetJetProducer | |
virtual void | produceTrackJets (edm::Event &iEvent, const edm::EventSetup &iSetup) |
Protected Member Functions inherited from VirtualJetProducer | |
virtual void | copyConstituents (const std::vector< fastjet::PseudoJet > &fjConstituents, reco::Jet *jet) |
virtual std::vector< reco::CandidatePtr > | getConstituents (const std::vector< fastjet::PseudoJet > &fjConstituents) |
CaloGeometry const & | getGeometry (edm::EventSetup const &) const |
HcalTopology const & | getTopology (edm::EventSetup const &) const |
virtual void | inputTowers () |
virtual bool | isAnomalousTower (reco::CandidatePtr input) |
bool | makeBasicJet (const JetType::Type &fTag) |
bool | makeCaloJet (const JetType::Type &fTag) |
bool | makeGenJet (const JetType::Type &fTag) |
bool | makePFClusterJet (const JetType::Type &fTag) |
bool | makePFJet (const JetType::Type &fTag) |
virtual void | makeProduces (std::string s, std::string tag="") |
bool | makeTrackJet (const JetType::Type &fTag) |
void | offsetCorrectJets (std::vector< fastjet::PseudoJet > &orphanInput) |
virtual void | output (edm::Event &iEvent, edm::EventSetup const &iSetup) |
template<typename T > | |
void | writeCompoundJets (edm::Event &iEvent, edm::EventSetup const &iSetup) |
function template to write out the outputs More... | |
template<typename T > | |
void | writeJets (edm::Event &iEvent, edm::EventSetup const &iSetup) |
template<typename T > | |
void | writeJetsWithConstituents (edm::Event &iEvent, edm::EventSetup const &iSetup) |
function template to write out the outputs More... | |
Protected Attributes inherited from VirtualJetProducer | |
int | activeAreaRepeats_ |
bool | applyWeight_ |
bool | doAreaDiskApprox_ |
bool | doAreaFastjet_ |
bool | doFastJetNonUniform_ |
bool | doPUOffsetCorr_ |
bool | doPVCorrection_ |
bool | doRhoFastjet_ |
ActiveAreaSpecPtr | fjActiveArea_ |
AreaDefinitionPtr | fjAreaDefinition_ |
ClusterSequencePtr | fjClusterSeq_ |
std::vector< fastjet::PseudoJet > | fjInputs_ |
JetDefPtr | fjJetDefinition_ |
std::vector< fastjet::PseudoJet > | fjJets_ |
PluginPtr | fjPlugin_ |
SelectorPtr | fjSelector_ |
bool | fromHTTTopJetProducer_ = false |
double | ghostArea_ |
double | ghostEtaMax_ |
edm::EDGetTokenT< reco::VertexCollection > | input_vertex_token_ |
edm::EDGetTokenT< edm::ValueMap< float > > | input_weights_token_ |
double | inputEMin_ |
double | inputEtMin_ |
std::vector< edm::Ptr< reco::Candidate > > | inputs_ |
std::string | jetAlgorithm_ |
std::string | jetCollInstanceName_ |
double | jetPtMin_ |
std::string | jetType_ |
JetType::Type | jetTypeE |
unsigned int | maxInputs_ |
unsigned int | minSeed_ |
std::string | moduleLabel_ |
unsigned int | nExclude_ |
std::vector< double > | puCenters_ |
std::string | puSubtractorName_ |
double | puWidth_ |
bool | restrictInputs_ |
double | rhoEtaMax_ |
double | rParam_ |
edm::InputTag | src_ |
edm::InputTag | srcPVs_ |
std::shared_ptr< PileUpSubtractor > | subtractor_ |
bool | useDeterministicSeed_ |
bool | useExplicitGhosts_ |
int | verbosity_ |
reco::Particle::Point | vertex_ |
double | voronoiRfact_ |
edm::ValueMap< float > | weights_ |
bool | writeCompound_ |
bool | writeJetsWithConst_ |
Definition at line 73 of file HTTTopJetProducer.h.
HTTTopJetProducer::HTTTopJetProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 13 of file HTTTopJetProducer.cc.
References filtN_, filtR_, fjHEPTopTagger_, VirtualJetProducer::fromHTTTopJetProducer_, edm::ParameterSet::getParameter(), massRatioWidth_, maxCandMass_, maxFatjetAbsEta_, maxM13Cut_, maxR_, minCandMass_, minCandPt_, minFatjetPt_, minM13Cut_, minM23Cut_, minR_, minSubjetPt_, mode_, muCut_, optimalR_, qJets_, rejectMinR_, subjetMass_, and verbose_.
|
inlineoverride |
Definition at line 77 of file HTTTopJetProducer.h.
|
overridevirtual |
Reimplemented from VirtualJetProducer.
Definition at line 136 of file HTTTopJetProducer.cc.
References reco::HTTTopJetProperties::fjEta, VirtualJetProducer::fjJets_, reco::HTTTopJetProperties::fjMass, reco::HTTTopJetProperties::fjPhi, reco::HTTTopJetProperties::fjPt, reco::HTTTopJetProperties::fRec, iEvent, reco::HTTTopJetProperties::massRatioPassed, eostools::move(), reco::HTTTopJetProperties::prunedMass, reco::HTTTopJetProperties::ptForRoptCalc, reco::HTTTopJetProperties::qEpsilon, reco::HTTTopJetProperties::qSigmaM, reco::HTTTopJetProperties::qWeight, reco::HTTTopJetProperties::ropt, reco::HTTTopJetProperties::roptCalc, alignCSCRings::s, dumpRecoGeometry_cfg::tagInfo, HLT_2023v12_cff::tagInfos, reco::HTTTopJetProperties::tau1Filtered, reco::HTTTopJetProperties::tau1Unfiltered, reco::HTTTopJetProperties::tau2Filtered, reco::HTTTopJetProperties::tau2Unfiltered, reco::HTTTopJetProperties::tau3Filtered, reco::HTTTopJetProperties::tau3Unfiltered, reco::HTTTopJetProperties::topMass, and reco::HTTTopJetProperties::unfilteredMass.
|
static |
Definition at line 188 of file HTTTopJetProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, FastjetJetProducer::fillDescriptionsFromFastJetProducer(), VirtualJetProducer::fillDescriptionsFromVirtualJetProducer(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 83 of file HTTTopJetProducer.cc.
References HltBtagPostValidation_cff::c, MillePedeFileConverter_cfg::e, fjHEPTopTagger_, edm::RandomNumberGenerator::getEngine(), FastjetJetProducer::produce(), and qJets_.
|
overridevirtual |
Reimplemented from FastjetJetProducer.
Definition at line 93 of file HTTTopJetProducer.cc.
References gather_cfg::cout, VirtualJetProducer::doAreaFastjet_, VirtualJetProducer::doRhoFastjet_, VirtualJetProducer::fjAreaDefinition_, VirtualJetProducer::fjClusterSeq_, fjHEPTopTagger_, VirtualJetProducer::fjInputs_, VirtualJetProducer::fjJetDefinition_, VirtualJetProducer::fjJets_, mps_fire::i, maxFatjetAbsEta_, minFatjetPt_, perp(), verbose_, and VirtualJetProducer::voronoiRfact_.
|
private |
Definition at line 108 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 107 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 90 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer(), produce(), and runAlgorithm().
|
private |
Definition at line 123 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 121 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 102 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer(), and runAlgorithm().
|
private |
Definition at line 126 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 128 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 120 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 100 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 98 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer(), and runAlgorithm().
|
private |
Definition at line 125 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 124 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 129 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 99 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 117 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 105 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 95 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 96 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer(), and produce().
|
private |
Definition at line 131 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 104 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer().
|
private |
Definition at line 134 of file HTTTopJetProducer.h.
Referenced by HTTTopJetProducer(), and runAlgorithm().