CMS 3D CMS Logo

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