#include <AlphaTVarProducer.h>
Public Member Functions | |
AlphaTVarProducer (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
~AlphaTVarProducer () | |
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 | |
double | CalcAlphaT (std::vector< TLorentzVector >) |
Static Private Member Functions | |
static double | alphaT (const double, const double, const double) |
static double | CalcHT (const std::vector< TLorentzVector >) |
static double | CalcMHT (const std::vector< TLorentzVector >) |
static double | deltaHt (const std::vector< double > &) |
Private Attributes | |
edm::InputTag | inputJetTag_ |
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 15 of file AlphaTVarProducer.h.
|
explicit |
Definition at line 26 of file AlphaTVarProducer.cc.
References edm::InputTag::encode(), inputJetTag_, and LogDebug.
AlphaTVarProducer::~AlphaTVarProducer | ( | ) |
Definition at line 35 of file AlphaTVarProducer.cc.
|
staticprivate |
Definition at line 103 of file AlphaTVarProducer.cc.
References mathSSE::sqrt().
Referenced by CalcAlphaT(), and produce().
|
private |
Definition at line 72 of file AlphaTVarProducer.cc.
References alphaT(), CalcHT(), CalcMHT(), deltaHt(), reco::tau::disc::Eta(), and i.
Referenced by produce().
|
staticprivate |
Definition at line 108 of file AlphaTVarProducer.cc.
References reco::tau::disc::Eta(), and i.
Referenced by CalcAlphaT(), and produce().
|
staticprivate |
Definition at line 119 of file AlphaTVarProducer.cc.
References reco::tau::disc::Eta(), and i.
Referenced by CalcAlphaT().
|
staticprivate |
Definition at line 91 of file AlphaTVarProducer.cc.
References diffTreeTool::diff, i, j, and min.
Referenced by CalcAlphaT().
|
virtual |
Implements edm::EDProducer.
Definition at line 41 of file AlphaTVarProducer.cc.
References alphaT(), CalcAlphaT(), CalcHT(), edm::Event::getByLabel(), inputJetTag_, j, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, and query::result.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 29 of file AlphaTVarProducer.h.
Referenced by AlphaTVarProducer(), and produce().