CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackIPProducer.h
Go to the documentation of this file.
1 #ifndef RecoBTag_TrackIPProducer
2 #define RecoBTag_TrackIPProducer
3 
4 // system include files
5 #include <memory>
6 
7 // user include files
11 
13 
15  public:
16  explicit TrackIPProducer(const edm::ParameterSet&);
18 
19 
20  virtual void produce(edm::Event&, const edm::EventSetup&);
21  private:
22  void checkEventSetup(const edm::EventSetup & iSetup);
23 
30  std::auto_ptr<HistogramProbabilityEstimator> m_probabilityEstimator;
31  unsigned long long m_calibrationCacheId2D;
32  unsigned long long m_calibrationCacheId3D;
33  bool m_useDB;
34 
37  double m_cutMaxTIP;
38  double m_cutMinPt;
40  double m_cutMaxLIP;
44 };
45 #endif
46 
void checkEventSetup(const edm::EventSetup &iSetup)
virtual void produce(edm::Event &, const edm::EventSetup &)
double m_ghostTrackPriorDeltaR
double m_cutMaxChiSquared
std::auto_ptr< HistogramProbabilityEstimator > m_probabilityEstimator
unsigned long long m_calibrationCacheId2D
TrackIPProducer(const edm::ParameterSet &)
edm::InputTag m_associator
const edm::ParameterSet & m_config
bool m_directionWithGhostTrack
unsigned long long m_calibrationCacheId3D
edm::InputTag m_primaryVertexProducer