4 #include "Artus/Core/interface/ProducerBase.h"
5 #include "HiggsAnalysis/KITHiggsToTauTau/interface/HttTypes.h"
6 #include <boost/regex.hpp>
7 #include <boost/algorithm/string.hpp>
24 virtual void Init(setting_type
const& settings, metadata_type& metadata)
override;
25 void Produce( event_type
const& event,
26 product_type & product,
27 setting_type
const& settings, metadata_type
const& metadata)
const override;
30 bool m_oldStrategy =
false;
31 float ComputeWeight(
float top1Pt,
float top2Pt,
float parameter_a,
float parameter_b)
const;
std::string GetProducerId() const override
Definition: TopPtReweightingProducer.cc:4
TopPtReweightingProducer Top Pt reweighting as suggested on: https://twiki.cern.ch/twiki/bin/viewauth...
Definition: TopPtReweightingProducer.h:19
void Produce(event_type const &event, product_type &product, setting_type const &settings, metadata_type const &metadata) const override
Definition: TopPtReweightingProducer.cc:19
virtual void Init(setting_type const &settings, metadata_type &metadata) override
Definition: TopPtReweightingProducer.cc:9