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 
27 
31  std::auto_ptr<HistogramProbabilityEstimator> m_probabilityEstimator;
32  unsigned long long m_calibrationCacheId2D;
33  unsigned long long m_calibrationCacheId3D;
34  bool m_useDB;
35 
38  double m_cutMaxTIP;
39  double m_cutMinPt;
41  double m_cutMaxLIP;
45 };
46 #endif
47 
void checkEventSetup(const edm::EventSetup &iSetup)
virtual void produce(edm::Event &, const edm::EventSetup &)
double m_ghostTrackPriorDeltaR
double m_cutMaxChiSquared
edm::EDGetTokenT< reco::VertexCollection > token_primaryVertex
std::auto_ptr< HistogramProbabilityEstimator > m_probabilityEstimator
unsigned long long m_calibrationCacheId2D
TrackIPProducer(const edm::ParameterSet &)
const edm::ParameterSet & m_config
bool m_directionWithGhostTrack
unsigned long long m_calibrationCacheId3D
edm::EDGetTokenT< reco::JetTracksAssociationCollection > token_associator