CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GEDGsfElectronCoreProducer.h
Go to the documentation of this file.
1 #ifndef GEDGsfElectronCoreProducer_h
2 #define GEDGsfElectronCoreProducer_h
3 
7 
9  {
10  public:
11 
13 
15  virtual ~GEDGsfElectronCoreProducer() ;
16  virtual void produce( edm::Event&, const edm::EventSetup & ) ;
17 
18  private:
19 
21 
23  } ;
24 
25 #endif
GEDGsfElectronCoreProducer(const edm::ParameterSet &conf)
edm::EDGetTokenT< reco::PFCandidateCollection > gedEMUnbiasedTag_
virtual void produce(edm::Event &, const edm::EventSetup &)
void produceElectronCore(const reco::PFCandidate &pfCandidate, reco::GsfElectronCoreCollection *electrons)
std::vector< GsfElectronCore > GsfElectronCoreCollection
tuple conf
Definition: dbtoconf.py:185
static void fillDescriptions(edm::ConfigurationDescriptions &)
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:39