LowPt.hh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "hep/TopTagger2.hh"
4 
5 namespace hep
6 {
7 
8 // Example for a low_pt working point
9 class LowPt
10 {
11 public:
12  LowPt();
13  bool is_tagged(hep::TopTagger2 const& htt);
14 };
15 
16 }
bool is_tagged(hep::TopTagger2 const &htt)
Definition: LowPt.cc:10
LowPt()
Definition: LowPt.cc:8
Definition: LowPt.hh:9
HEP Top Tagger is a top tagger for Standard Model processes or new physics searches at intermediate t...
Definition: FWM.hh:5
Definition: TopTagger2.hh:8