#include <TtJetPartonMatch.h>
Public Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
write jet parton match objects into the event More... | |
TtJetPartonMatch (const edm::ParameterSet &) | |
default conructor More... | |
~TtJetPartonMatch () | |
default destructor More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
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 Member Functions | |
JetPartonMatching::algorithms | readAlgorithm (const std::string &str) |
convert string for algorithm into corresponding enumerator type More... | |
Private Attributes | |
JetPartonMatching::algorithms | algorithm_ |
choice of algorithm More... | |
edm::InputTag | jets_ |
jet collection input More... | |
double | maxDist_ |
int | maxNComb_ |
int | maxNJets_ |
C | partons_ |
partons More... | |
bool | useDeltaR_ |
switch to choose between deltaR/deltaTheta matching More... | |
bool | useMaxDist_ |
int | verbosity_ |
verbosity level More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 44 of file TtJetPartonMatch.h.
|
explicit |
default conructor
Definition at line 85 of file TtJetPartonMatch.h.
TtJetPartonMatch< C >::~TtJetPartonMatch | ( | ) |
|
virtual |
write jet parton match objects into the event
Implements edm::EDProducer.
Definition at line 114 of file TtJetPartonMatch.h.
References TtGenEvtProducer_cfi::genEvt, edm::Event::getByLabel(), JetPartonMatching::getMatchesForPartons(), JetPartonMatching::getNumberOfAvailableCombinations(), JetPartonMatching::getSumDeltaPt(), JetPartonMatching::getSumDeltaR(), fwrapper::jets, match(), JetPartonMatching::print(), and edm::Event::put().
|
private |
convert string for algorithm into corresponding enumerator type
Definition at line 182 of file TtJetPartonMatch.h.
References edm::hlt::Exception, JetPartonMatching::minSumDist, JetPartonMatching::ptOrderedMinDist, JetPartonMatching::totalMinDist, and JetPartonMatching::unambiguousOnly.
|
private |
choice of algorithm
Definition at line 71 of file TtJetPartonMatch.h.
|
private |
jet collection input
Definition at line 63 of file TtJetPartonMatch.h.
|
private |
threshold for outliers in the case that useMaxDist_ =true
Definition at line 79 of file TtJetPartonMatch.h.
|
private |
maximal number of combinations for which the matching should be stored
Definition at line 69 of file TtJetPartonMatch.h.
|
private |
maximal number of jets to be considered for the matching
Definition at line 66 of file TtJetPartonMatch.h.
|
private |
partons
Definition at line 61 of file TtJetPartonMatch.h.
|
private |
switch to choose between deltaR/deltaTheta matching
Definition at line 73 of file TtJetPartonMatch.h.
|
private |
switch to choose whether an outlier rejection should be applied or not
Definition at line 76 of file TtJetPartonMatch.h.
|
private |
verbosity level
Definition at line 81 of file TtJetPartonMatch.h.