CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TriggerCandProducer.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_TagAndProbe_TriggerCandProducer_h
2 #define PhysicsTools_TagAndProbe_TriggerCandProducer_h
3 
4 // system include files
5 #include <memory>
6 
7 // user include files
15 
20 
21 
22 // forward declarations
23 template<class object>
25 {
26  public:
27  explicit TriggerCandProducer(const edm::ParameterSet&);
29 
30  private:
31  virtual void beginRun(edm::Run& iRun, edm::EventSetup const& iSetup);
32  virtual void beginJob() ;
33  virtual void produce(edm::Event&, const edm::EventSetup&);
34  virtual void endJob() ;
35 
36  // ----------member data --------------------------
37 
41  std::vector<edm::InputTag> hltTags_;
44  std::string filterName_;
46  bool isFilter_;
48  bool changed_;
50  bool skipEvent_;
52 };
53 #include "PhysicsTools/TagAndProbe//src/TriggerCandProducer.icc"
54 #endif
edm::InputTag theRightHLTTag_
edm::InputTag _inputProducer
edm::InputTag triggerEventTag_
virtual void beginJob()
edm::InputTag triggerResultsTag_
virtual void endJob()
HLTConfigProvider hltConfig_
TriggerCandProducer(const edm::ParameterSet &)
virtual void beginRun(edm::Run &iRun, edm::EventSetup const &iSetup)
virtual void produce(edm::Event &, const edm::EventSetup &)
std::vector< edm::InputTag > hltTags_
Definition: Run.h:33