CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTRemoveDuplicatedSC.h
Go to the documentation of this file.
1 #ifndef RecoEgamma_EgammaHLTProducers_EgammaHLTRemoveDuplicatedSC_h
2 #define RecoEgamma_EgammaHLTProducers_EgammaHLTRemoveDuplicatedSC_h
3 
4 // -*- C++ -*-
5 //
6 // Package: EgammaHLTRemoveDuplicatedSC
7 // Class: EgammaHLTRemoveDuplicatedSC
8 //
9 // Description: Remove from the L1NonIso SCs those SCs that are already
10 // there in the L1Iso SCs.
11 //
12 // Original Author: Alessio Ghezzi
13 // Created: Fri Jan 9 11:50 CEST 2009
14 //
15 
16 #include <memory>
17 #include <string>
18 
23 
26 
27 namespace edm {
29 }
30 
32 
33  public:
36  virtual void produce(edm::Event&, const edm::EventSetup&) override;
37  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
38 
39  private:
40  // vars to get products
43 
45 
46 };
47 #endif
EgammaHLTRemoveDuplicatedSC(const edm::ParameterSet &)
edm::EDGetTokenT< reco::SuperClusterCollection > sCInputProducer_
edm::EDGetTokenT< reco::SuperClusterCollection > alreadyExistingSC_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual void produce(edm::Event &, const edm::EventSetup &) override