#include <RecoBTag/InvariantMass/src/InvariantMass.cc>
Public Member Functions | |
InvariantMass (const edm::ParameterSet &) | |
double | operator() (const T1 &t1, const T2 &t2) const |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
~InvariantMass () | |
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 | |
reco::BasicClusterRefProd | getSelectedClusters (reco::BasicClusterRefProd bclus, reco::BasicClusterRefProd eclus, reco::Jet &jet) |
Private Attributes | |
std::string | jetTrackSrc |
InvariantMassAlgorithm * | m_algo |
std::string | m_ecalBClSrc |
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) |
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) |
EDProducer of the tagged TauJet with the InvariantMassAlgorithm. It returns two collections: base collection is the JetTag, and extended Collection which is the IsolatedTauTagInfo. The method implemented in the IsolatedTauTagInfo class are used to compute the discriminator variable. A trick is used to link the IsolatedTauTagInfo to a smart reference to the JetTag.
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 6 of file InvariantMass.h.
|
explicit |
Definition at line 50 of file InvariantMass.cc.
References edm::ParameterSet::getParameter().
InvariantMass< T1, T2 >::~InvariantMass | ( | ) |
Definition at line 62 of file InvariantMass.cc.
|
private |
|
inline |
Definition at line 7 of file InvariantMass.h.
|
virtual |
Implements edm::EDProducer.
Definition at line 72 of file InvariantMass.cc.
References edm::Event::getByLabel(), i, metsig::jet, parseEventContent::prod, edm::Event::put(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), reco::LeafCandidate::pz(), and dt_dqm_sourceclient_common_cff::reco.
|
private |
Definition at line 37 of file InvariantMass.h.
|
private |
Definition at line 36 of file InvariantMass.h.
|
private |
Definition at line 38 of file InvariantMass.h.