CMS 3D CMS Logo

CMSInsideOutJetProducer.h
Go to the documentation of this file.
1 #ifndef RecoJets_JetAlgorithms_InsideOutProducer_H
2 #define RecoJets_JetAlgorithms_InsideOutProducer_H
3 /*
4  * CMS Inside-Out jet producer
5  *
6  * Produces jets build w/ the inside-out algorithm to seed
7  * the PFRecoTauAlgorithm
8  *
9  * Author: Evan Friis, UC Davis evan.friis@cern.ch
10  *
11  * Adapted from code in RecoJets/JetProducers::BaseJetProducer
12  *
13  */
14 
15 
16 
19 
20 
22 {
23 
24 public:
25  //
26  // construction/destruction
27  //
28  explicit CMSInsideOutJetProducer(const edm::ParameterSet& iConfig);
29  ~CMSInsideOutJetProducer() override;
30 
31  void produce( edm::Event & iEvent, const edm::EventSetup & iSetup ) override;
32 
33 
34 protected:
35 
36  //
37  // member functions
38  //
39 
40  void runAlgorithm( edm::Event& iEvent, const edm::EventSetup& iSetup ) override;
41 
43 };
44 
45 #endif
CMSInsideOutAlgorithm alg_
CMSInsideOutJetProducer(const edm::ParameterSet &iConfig)
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
void runAlgorithm(edm::Event &iEvent, const edm::EventSetup &iSetup) override
int iEvent
Definition: GenABIO.cc:224