|
typedef std::shared_ptr< DynamicRfilt > | DynamicRfiltPtr |
|
typedef fastjet::Transformer | transformer |
|
typedef std::vector< transformer_ptr > | transformer_coll |
|
typedef std::unique_ptr< transformer > | transformer_ptr |
|
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 |
|
typedef CacheContexts< T... > | CacheTypes |
|
typedef CacheTypes::GlobalCache | GlobalCache |
|
typedef AbilityChecker< T... > | HasAbility |
|
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
|
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
|
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
|
typedef CacheTypes::RunCache | RunCache |
|
typedef RunContextT< RunCache, GlobalCache > | RunContext |
|
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
|
virtual void | produceTrackJets (edm::Event &iEvent, const edm::EventSetup &iSetup) |
|
virtual void | copyConstituents (const std::vector< fastjet::PseudoJet > &fjConstituents, reco::Jet *jet) |
|
virtual std::vector< reco::CandidatePtr > | getConstituents (const std::vector< fastjet::PseudoJet > &fjConstituents) |
|
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...
|
|
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.
Definition at line 13 of file HTTTopJetProducer.cc.
37 optimalR_ = conf.getParameter<
bool>(
"optimalR");
38 qJets_ = conf.getParameter<
bool>(
"qJets");
41 minCandPt_ = conf.getParameter<
double>(
"minCandPt");
43 subjetMass_ = conf.getParameter<
double>(
"subjetMass");
44 muCut_ = conf.getParameter<
double>(
"muCut");
45 filtR_ = conf.getParameter<
double>(
"filtR");
46 filtN_ = conf.getParameter<
int>(
"filtN");
47 mode_ = conf.getParameter<
int>(
"mode");
51 minM23Cut_ = conf.getParameter<
double>(
"minM23Cut");
52 minM13Cut_ = conf.getParameter<
double>(
"minM13Cut");
53 maxM13Cut_ = conf.getParameter<
double>(
"maxM13Cut");
54 maxR_ = conf.getParameter<
double>(
"maxR");
55 minR_ = conf.getParameter<
double>(
"minR");
56 rejectMinR_ = conf.getParameter<
bool>(
"rejectMinR");
57 verbose_ = conf.getParameter<
bool>(
"verbose");
60 produces<HTTTopJetTagInfoCollection>();
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_.
Reimplemented from VirtualJetProducer.
Definition at line 136 of file HTTTopJetProducer.cc.
140 auto tagInfos = std::make_unique<HTTTopJetTagInfoCollection>();
143 for (
size_t ij = 0; ij !=
fjJets_.size(); ij++) {
154 fastjet::HEPTopTaggerV2Structure*
s = (fastjet::HEPTopTaggerV2Structure*)
fjJets_[ij].structure_non_const_ptr();
156 properties.
fjMass =
s->fj_mass();
157 properties.
fjPt =
s->fj_pt();
158 properties.
fjEta =
s->fj_eta();
159 properties.
fjPhi =
s->fj_phi();
164 properties.
fRec =
s->fRec();
167 properties.
ropt =
s->ropt();
181 tagInfo.insert(rtb, properties);
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_FULL_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.
Reimplemented from FastjetJetProducer.
Definition at line 93 of file HTTTopJetProducer.cc.
108 cout <<
"Getting central jets" << endl;
110 vector<fastjet::PseudoJet> centralJets;
111 for (
unsigned int i = 0;
i < inclusiveJets.size();
i++) {
113 centralJets.push_back(inclusiveJets[
i]);
119 vector<fastjet::PseudoJet>::iterator jetIt = centralJets.begin(), centralJetsEnd = centralJets.end();
121 cout <<
"Loop over jets" << endl;
122 for (; jetIt != centralJetsEnd; ++jetIt) {
124 cout <<
"CMS FJ jet pt: " << (*jetIt).perp() << endl;
126 fastjet::PseudoJet taggedJet;
128 taggedJet = HEPTagger.result(*jetIt);
130 if (taggedJet != 0) {
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_.