CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1HLTTauMatching.h
Go to the documentation of this file.
1 #ifndef L1HLTTAUMATCHING_H
2 #define L1HLTTAUMATCHING_H
3 
4 // user include files
18 
19 #include <map>
20 #include <vector>
22 public:
23  explicit L1HLTTauMatching(const edm::ParameterSet&);
24  ~L1HLTTauMatching() override;
25  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
26  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
27 
28 private:
31  const double mEt_Min;
32 };
33 #endif
~L1HLTTauMatching() override
L1HLTTauMatching(const edm::ParameterSet &)
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > tauTrigger
const edm::EDGetTokenT< reco::PFTauCollection > jetSrc
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
const double mEt_Min
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override