#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 () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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::EDGetTokenT< TtGenEvent > | genEvt_ |
TtGenEvent collection input. More... | |
edm::EDGetTokenT< edm::View < reco::Jet > > | 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 |
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::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 44 of file TtJetPartonMatch.h.
|
explicit |
default conructor
Definition at line 87 of file TtJetPartonMatch.h.
TtJetPartonMatch< C >::~TtJetPartonMatch | ( | ) |
|
virtual |
write jet parton match objects into the event
Implements edm::EDProducer.
Definition at line 117 of file TtJetPartonMatch.h.
References TtGenEvtProducer_cfi::genEvt, genEvt_(), edm::Event::getByToken(), 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 185 of file TtJetPartonMatch.h.
References edm::hlt::Exception, JetPartonMatching::minSumDist, JetPartonMatching::ptOrderedMinDist, JetPartonMatching::totalMinDist, and JetPartonMatching::unambiguousOnly.
|
private |
choice of algorithm
Definition at line 73 of file TtJetPartonMatch.h.
|
private |
TtGenEvent collection input.
Definition at line 63 of file TtJetPartonMatch.h.
|
private |
jet collection input
Definition at line 65 of file TtJetPartonMatch.h.
|
private |
threshold for outliers in the case that useMaxDist_ =true
Definition at line 81 of file TtJetPartonMatch.h.
|
private |
maximal number of combinations for which the matching should be stored
Definition at line 71 of file TtJetPartonMatch.h.
|
private |
maximal number of jets to be considered for the matching
Definition at line 68 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 75 of file TtJetPartonMatch.h.
|
private |
switch to choose whether an outlier rejection should be applied or not
Definition at line 78 of file TtJetPartonMatch.h.
|
private |
verbosity level
Definition at line 83 of file TtJetPartonMatch.h.