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"
24 
28 
30 
31  public:
32 
35 
36 
37  virtual void beginRun(const edm::Run&, const edm::EventSetup&) override;
38  virtual void produce(edm::Event& evt, const edm::EventSetup& es) override;
39 
40  double getDistInCM(double eta1, double phi1, double eta2, double phi2);
41  std::pair<double, double> GetEtaPhiAtEcal(const edm::EventSetup& iSetup, double etaIP, double phiIP, double pT, int charge, double vtxZ);
42 
43  private:
44 
45  std::vector<edm::InputTag> pixelTracksSources_;
47 
51 
52  std::vector<edm::EDGetTokenT<reco::TrackCollection> > toks_pix_;
53 
54  double prelimCone_;
56  double vtxCutSeed_;
57  double vtxCutIsol_;
58  double tauAssocCone_;
63  double rEB_;
64  double zEE_;
66 };
67 
68 
69 #endif
virtual void beginRun(const edm::Run &, const edm::EventSetup &) override
IsolatedPixelTrackCandidateProducer(const edm::ParameterSet &ps)
std::vector< edm::EDGetTokenT< reco::TrackCollection > > toks_pix_
edm::EDGetTokenT< reco::VertexCollection > tok_vert_
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)
edm::EDGetTokenT< l1extra::L1JetParticleCollection > tok_l1_
double getDistInCM(double eta1, double phi1, double eta2, double phi2)
virtual void produce(edm::Event &evt, const edm::EventSetup &es) override
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > tok_hlt_
Definition: Run.h:41