CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DAFTrackProducer.h
Go to the documentation of this file.
1 #ifndef DAFTrackProducer_h
2 #define DAFTrackProducer_h
3 
7 
9 public:
10  typedef std::vector<Trajectory> TrajectoryCollection;
12  explicit DAFTrackProducer(const edm::ParameterSet& iConfig);
13 
15  virtual void produce(edm::Event&, const edm::EventSetup&);
16 
17 private:
20 };
21 
22 #endif
DAFTrackProducerAlgorithm theAlgo
void getFromEvt(edm::Event &, edm::Handle< TrajectoryCollection > &, reco::BeamSpot &)
virtual void produce(edm::Event &, const edm::EventSetup &)
Implementation of produce method.
DAFTrackProducer(const edm::ParameterSet &iConfig)
Constructor.
std::vector< Trajectory > TrajectoryCollection