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 
8 #ifndef DAFTrackProducer_h
9 #define DAFTrackProducer_h
10 
15 
17 public:
18 
19  typedef std::vector<Trajectory> TrajectoryCollection;
20 // typedef std::vector<TrajAnnealing> TrajAnnealingCollection;
21  explicit DAFTrackProducer(const edm::ParameterSet& iConfig);
22 
23  // Implementation of produce method
24  virtual void produce(edm::Event&, const edm::EventSetup&);
25 
26 private:
29  void putInEvtTrajAnn(edm::Event& theEvent, TrajAnnealingCollection & trajannResults,
30  std::auto_ptr<TrajAnnealingCollection>& selTrajAnn);
31 
34 
35 };
36 
37 #endif
DAFTrackProducerAlgorithm theAlgo
std::vector< TrajAnnealing > TrajAnnealingCollection
Definition: TrajAnnealing.h:42
edm::EDGetToken src_
void getFromEvt(edm::Event &, edm::Handle< TrajectoryCollection > &, reco::BeamSpot &)
virtual void produce(edm::Event &, const edm::EventSetup &)
void putInEvtTrajAnn(edm::Event &theEvent, TrajAnnealingCollection &trajannResults, std::auto_ptr< TrajAnnealingCollection > &selTrajAnn)
DAFTrackProducer(const edm::ParameterSet &iConfig)
std::vector< Trajectory > TrajectoryCollection