CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorJetIDProducer.h
Go to the documentation of this file.
1 #ifndef RecoJets_JetProducers_plugins_CastorJetIDProducer_h
2 #define RecoJets_JetProducers_plugins_CastorJetIDProducer_h
3 
4 // -*- C++ -*-
5 //
6 // Package: CastorJetIDProducer
7 // Class: CastorJetIDProducer
8 //
15 //
16 // Original Author: "Salvatore Rappoccio"
17 // Created: Thu Sep 17 12:18:18 CDT 2009
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
34 
36 
37 //
38 // class decleration
39 //
40 
42  public:
43 
44  explicit CastorJetIDProducer(const edm::ParameterSet&);
46 
47  private:
48  virtual void produce(edm::Event&, const edm::EventSetup&) override;
49 
50  // ----------member data ---------------------------
51  edm::InputTag src_; // input jet source
52  reco::helper::CastorJetIDHelper helper_; // castor jet id helper algorithm
53 
55 };
56 
57 
58 #endif
CastorJetIDProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &) override
reco::helper::CastorJetIDHelper helper_
edm::EDGetTokenT< edm::View< reco::BasicJet > > input_jet_token_