5 #include <boost/algorithm/string.hpp>
6 #include <boost/algorithm/string/trim.hpp>
7 #include <boost/regex.hpp>
9 #include "Kappa/DataFormats/interface/Kappa.h"
11 #include "Artus/Core/interface/FilterBase.h"
13 #include "HiggsAnalysis/KITHiggsToTauTau/interface/HttTypes.h"
22 return "ZBosonVetoFilter";
25 virtual void Init(setting_type
const& settings, metadata_type& metadata)
override;
27 virtual bool DoesEventPass(event_type
const& event, product_type
const& product,
28 setting_type
const& settings, metadata_type
const& metadata)
const override;
32 enum class ZBosonVetoType : int
39 static ZBosonVetoType ToZBosonVetoType(std::string
const& vetoType)
46 ZBosonVetoType vetoType;
virtual void Init(setting_type const &settings, metadata_type &metadata) override
Definition: ZBosonVetoFilter.cc:5
virtual bool DoesEventPass(event_type const &event, product_type const &product, setting_type const &settings, metadata_type const &metadata) const override
Definition: ZBosonVetoFilter.cc:12
Definition: ZBosonVetoFilter.h:18
virtual std::string GetFilterId() const override
Definition: ZBosonVetoFilter.h:21