CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IsTBH4Type.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: IsTBH4Type
4 // Class: IsTBH4Type
5 //
13 //
14 // Original Author: Pietro Govoni
15 // Created: Thu Aug 10 16:21:22 CEST 2006
16 //
17 //
18 
19 
20 // system include files
21 #include <memory>
22 
23 // user include files
26 
29 
31 
32 //
33 // class declaration
34 //
35 
36 class IsTBH4Type : public edm::EDFilter {
37  public:
38  explicit IsTBH4Type(const edm::ParameterSet&);
39  ~IsTBH4Type();
40 
41  virtual bool filter(edm::Event&, const edm::EventSetup&);
42 
43  private:
44 
45  // ----------member data ---------------------------
46 
54  bool notFound_ ;
55 
56 };
57 
std::string typeToFlag_
type of run to flag
Definition: IsTBH4Type.h:52
std::string eventHeaderCollection_
collection of the event header
Definition: IsTBH4Type.h:48
bool notFound_
what to return in case no header is found
Definition: IsTBH4Type.h:54
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition: IsTBH4Type.cc:57
std::string eventHeaderProducer_
producer of the event header
Definition: IsTBH4Type.h:50
IsTBH4Type(const edm::ParameterSet &)
Definition: IsTBH4Type.cc:34