CMS 3D CMS Logo

TotalKinematicsFilter.h
Go to the documentation of this file.
1 #ifndef TotalKinematicsFilter_h
2 #define TotalKinematicsFilter_h
3 
4 // system include files
5 #include <memory>
6 // user include files
16 
28 {
29  public:
31  ~TotalKinematicsFilter() override;
32 
33  private:
34  bool filter(edm::Event&, const edm::EventSetup&) override;
35 
36  // ----------member data ---------------------------
37 
39 
41  double tolerance_;
42 
43  bool verbose_;
44 
45 };
46 
47 #endif
TotalKinematicsFilter(const edm::ParameterSet &)
bool filter(edm::Event &, const edm::EventSetup &) override