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 
17 
19 public:
20  //
21  // construction/destruction
22  //
23  explicit CMSInsideOutJetProducer(const edm::ParameterSet& iConfig);
24  ~CMSInsideOutJetProducer() override;
25 
26  void produce(edm::Event& iEvent, const edm::EventSetup& iSetup) override;
27 
28 protected:
29  //
30  // member functions
31  //
32 
33  void runAlgorithm(edm::Event& iEvent, const edm::EventSetup& iSetup) override;
34 
36 };
37 
38 #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