CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackInfoProducer.h
Go to the documentation of this file.
1 #ifndef TrackInfoProducer_h
2 #define TrackInfoProducer_h
3 
4 //
5 // Package: RecoTracker/TrackInfoProducer
6 // Class: TrackInfoProducer
7 //
8 //
9 // Description: Produce TrackInfo from Trajectory
10 //
11 //
12 // Original Author: Chiara Genta
13 // Created:
14 //
15 
21 
23  public:
24 
25  // TrackInfoProducer(){}
26  explicit TrackInfoProducer(const edm::ParameterSet& iConfig);
27 
28  virtual ~TrackInfoProducer(){};
29 
30  virtual void produce(edm::Event&, const edm::EventSetup&);
31 
32 
33  private:
37 };
38 #endif
TrackInfoProducer(const edm::ParameterSet &iConfig)
virtual ~TrackInfoProducer()
std::string updatedStateTag_
std::string forwardPredictedStateTag_
std::string combinedStateTag_
virtual void produce(edm::Event &, const edm::EventSetup &)
std::string backwardPredictedStateTag_
TrackInfoProducerAlgorithm theAlgo_
edm::ParameterSet conf_