CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IsolatedPixelTrackCandidateProducer.h
Go to the documentation of this file.
1 #ifndef Calibration_IsolatedPixelTrackCandidateProducer_h
2 #define Calibration_IsolatedPixelTrackCandidateProducer_h
3 
4 /* \class IsolatedPixelTrackCandidateProducer
5  *
6  *
7  */
8 
14 
17 
18 //#include "DataFormats/Common/interface/Provenance.h"
19 
23 
25 
26  public:
27 
30 
31 
32  virtual void beginJob ();
33  virtual void beginRun(edm::Run&, const edm::EventSetup&);
34  virtual void produce(edm::Event& evt, const edm::EventSetup& es);
35 
36  double getDistInCM(double eta1, double phi1, double eta2, double phi2);
37  std::pair<double, double> GetEtaPhiAtEcal(const edm::EventSetup& iSetup, double etaIP, double phiIP, double pT, int charge, double vtxZ);
38 
39  private:
40 
43  std::vector<edm::InputTag> pixelTracksSources_;
46 
47  double prelimCone_;
49  double vtxCutSeed_;
50  double vtxCutIsol_;
51  double tauAssocCone_;
53  std::string bfield_;
56  double rEB_;
57  double zEE_;
59 };
60 
61 
62 #endif
virtual void beginRun(edm::Run &, const edm::EventSetup &)
IsolatedPixelTrackCandidateProducer(const edm::ParameterSet &ps)
double charge(const std::vector< uint8_t > &Ampls)
std::pair< double, double > GetEtaPhiAtEcal(const edm::EventSetup &iSetup, double etaIP, double phiIP, double pT, int charge, double vtxZ)
virtual void produce(edm::Event &evt, const edm::EventSetup &es)
double getDistInCM(double eta1, double phi1, double eta2, double phi2)
Definition: Run.h:33