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 
16 
18 public:
19 
20  typedef std::vector<Trajectory> TrajectoryCollection;
21 // typedef std::vector<TrajAnnealing> TrajAnnealingCollection;
22  explicit DAFTrackProducer(const edm::ParameterSet& iConfig);
23 
24  // Implementation of produce method
25  virtual void produce(edm::Event&, const edm::EventSetup&) override;
26 
27 private:
30  void putInEvtTrajAnn(edm::Event& theEvent, TrajAnnealingCollection & trajannResults,
31  std::auto_ptr<TrajAnnealingCollection>& selTrajAnn);
32 
35 
36 };
37 
38 #endif
DAFTrackProducerAlgorithm theAlgo
std::vector< TrajAnnealing > TrajAnnealingCollection
Definition: TrajAnnealing.h:42
edm::EDGetToken srcTT_
void getFromEvt(edm::Event &, edm::Handle< TrajTrackAssociationCollection > &, reco::BeamSpot &)
void putInEvtTrajAnn(edm::Event &theEvent, TrajAnnealingCollection &trajannResults, std::auto_ptr< TrajAnnealingCollection > &selTrajAnn)
DAFTrackProducer(const edm::ParameterSet &iConfig)
virtual void produce(edm::Event &, const edm::EventSetup &) override
std::vector< Trajectory > TrajectoryCollection