CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NuclearSeedsEDProducer.h
Go to the documentation of this file.
1 #ifndef CD_NuclearSeedsEDProducer_H_
2 #define CD_NuclearSeedsEDProducer_H_
3 // -*- C++ -*-
4 //
5 // Package: NuclearSeedsEDProducer
6 // Class: NuclearSeedsEDProducer
7 //
15 //
16 // Original Author: Vincent ROBERFROID
17 // Created: Wed Feb 28 12:05:36 CET 2007
18 // $Id: NuclearSeedsEDProducer.h,v 1.8 2009/03/04 13:34:27 vlimant Exp $
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
28 
31 
34 
36 
38 
41 
42 namespace reco {class TransientTrack;}
43 
44 class Trajectory;
45 
51 
52  public:
55 
56  private:
57  virtual void beginRun(edm::Run & run, const edm::EventSetup&) ;
58  virtual void produce(edm::Event&, const edm::EventSetup&);
59  virtual void endJob();
60 
61  // ----------member data ---------------------------
63  std::auto_ptr<NuclearInteractionFinder> theNuclearInteractionFinder;
64 
66  std::string producer_;
67 };
68 #endif
NuclearSeedsEDProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)
std::auto_ptr< NuclearInteractionFinder > theNuclearInteractionFinder
virtual void beginRun(edm::Run &run, const edm::EventSetup &)
Definition: Run.h:33