![]() |
![]() |
#include <CATopJetProducer.h>
Public Member Functions | |
CATopJetProducer (const edm::ParameterSet &ps) | |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) |
virtual void | runAlgorithm (edm::Event &iEvent, const edm::EventSetup &iSetup) |
virtual | ~CATopJetProducer () |
![]() | |
CompoundJetProducer (const edm::ParameterSet &ps) | |
virtual | ~CompoundJetProducer () |
![]() | |
std::string | jetType () const |
VirtualJetProducer (const edm::ParameterSet &iConfig) | |
virtual | ~VirtualJetProducer () |
![]() | |
EDProducer () | |
virtual | ~EDProducer () |
![]() | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
CATopJetAlgorithm | alg_ |
Additional Inherited Members | |
![]() | |
typedef boost::shared_ptr < fastjet::ActiveAreaSpec > | ActiveAreaSpecPtr |
typedef boost::shared_ptr < fastjet::ClusterSequence > | ClusterSequencePtr |
typedef boost::shared_ptr < fastjet::JetDefinition > | JetDefPtr |
typedef boost::shared_ptr < fastjet::JetDefinition::Plugin > | PluginPtr |
typedef boost::shared_ptr < fastjet::RangeDefinition > | RangeDefPtr |
![]() | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
![]() | |
virtual void | inputTowers () |
compound fastjet::PseudoJets More... | |
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... | |
![]() | |
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 bool | isAnomalousTower (reco::CandidatePtr input) |
bool | makeBasicJet (const JetType::Type &fTag) |
bool | makeCaloJet (const JetType::Type &fTag) |
bool | makeGenJet (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) |
template<typename T > | |
void | writeJets (edm::Event &iEvent, edm::EventSetup const &iSetup) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
![]() | |
std::vector< CompoundPseudoJet > | fjCompoundJets_ |
![]() | |
bool | doAreaFastjet_ |
bool | doFastJetNonUniform_ |
bool | doPUOffsetCorr_ |
bool | doPVCorrection_ |
bool | doRhoFastjet_ |
ActiveAreaSpecPtr | fjActiveArea_ |
ClusterSequencePtr | fjClusterSeq_ |
std::vector< fastjet::PseudoJet > | fjInputs_ |
JetDefPtr | fjJetDefinition_ |
std::vector< fastjet::PseudoJet > | fjJets_ |
PluginPtr | fjPlugin_ |
RangeDefPtr | fjRangeDef_ |
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 | maxBadEcalCells_ |
unsigned int | maxBadHcalCells_ |
unsigned int | maxInputs_ |
unsigned int | maxProblematicEcalCells_ |
unsigned int | maxProblematicHcalCells_ |
unsigned int | maxRecoveredEcalCells_ |
unsigned int | maxRecoveredHcalCells_ |
std::string | moduleLabel_ |
std::vector< double > | puCenters_ |
std::string | puSubtractorName_ |
double | puWidth_ |
bool | restrictInputs_ |
double | rParam_ |
edm::InputTag | src_ |
edm::InputTag | srcPVs_ |
boost::shared_ptr < PileUpSubtractor > | subtractor_ |
reco::Particle::Point | vertex_ |
Definition at line 71 of file CATopJetProducer.h.
CATopJetProducer::CATopJetProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 8 of file CATopJetProducer.cc.
|
inlinevirtual |
Definition at line 77 of file CATopJetProducer.h.
|
virtual |
Reimplemented from VirtualJetProducer.
Definition at line 32 of file CATopJetProducer.cc.
References VirtualJetProducer::produce().
|
virtual |
Implements VirtualJetProducer.
Definition at line 37 of file CATopJetProducer.cc.
References alg_, cms::CompoundJetProducer::fjCompoundJets_, VirtualJetProducer::fjInputs_, and CATopJetAlgorithm::run().
|
private |
Definition at line 84 of file CATopJetProducer.h.
Referenced by runAlgorithm().