CMS 3D CMS Logo

HLTBool.h
Go to the documentation of this file.
1 #ifndef HLTBool_h
2 #define HLTBool_h
3 
18 
19 namespace edm {
21 }
22 
23 //
24 // class declaration
25 //
26 
27 class HLTBool : public edm::global::EDFilter<> {
28 public:
29  explicit HLTBool(const edm::ParameterSet&);
30  ~HLTBool();
31  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
32  virtual bool filter(edm::StreamID, edm::Event &, edm::EventSetup const &) const override final;
33 
34 private:
35 
37  bool result_;
38 
39 };
40 
41 #endif //HLTBool_h
HLT enums.
bool result_
boolean result
Definition: HLTBool.h:37