CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTrackExtractor.h
Go to the documentation of this file.
1 #ifndef MuonIsolation_PixelTrackExtractor_H
2 #define MuonIsolation_PixelTrackExtractor_H
3 
4 #include <string>
5 #include <vector>
6 
7 
12 
13 namespace muonisolation {
14 
16 
17 public:
18 
21 
23 
24  virtual void fillVetos (const edm::Event & ev,
25  const edm::EventSetup & evSetup, const reco::TrackCollection & track) {}
26 
27  virtual reco::IsoDeposit::Vetos vetos(const edm::Event & ev,
28  const edm::EventSetup & evSetup, const reco::Track & track)const;
29 
30  virtual reco::IsoDeposit deposit (const edm::Event & ev,
31  const edm::EventSetup & evSetup, const reco::Track & muon) const;
32 
33 private:
35 
37 private:
38  // Parameter set
40  std::string theDepositLabel;
41  double theDiff_r;
42  double theDiff_z;
43  double theDR_Max;
44  double theDR_Veto;
45  std::string theBeamlineOption;
47  unsigned int theNHits_Min;
48  double theChi2Ndof_Max;
49  double theChi2Prob_Min;
50  double thePt_Min;
51 
54 
56  double thePtVeto_Min;
57  double theDR_VetoPt;
58 };
59 
60 }
61 
62 #endif
double theReferenceRadius
If set to true will compare track eta-phi at ...
double theChi2Ndof_Max
trk.numberOfValidHits &gt;= theNHits_Min
reco::IsoDeposit::Veto veto(const reco::IsoDeposit::Direction &dir) const
double theDR_Veto
Maximum cone angle for deposits.
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:10
virtual void fillVetos(const edm::Event &ev, const edm::EventSetup &evSetup, const reco::TrackCollection &track)
virtual reco::IsoDeposit::Vetos vetos(const edm::Event &ev, const edm::EventSetup &evSetup, const reco::Track &track) const
bool thePropagateTracksToRadius
min track pt to include into iso deposit
double thePtVeto_Min
will veto leading track if
double theDR_Max
z distance to vertex
double thePt_Min
ChiSquaredProbability(trk.chi2,trk.ndof) &gt; theChi2Prob_Min.
std::string theDepositLabel
Track Collection Label.
double theDiff_z
transverse distance to vertex
virtual reco::IsoDeposit deposit(const edm::Event &ev, const edm::EventSetup &evSetup, const reco::Track &muon) const
std::string theBeamlineOption
Veto cone angle.
reco::isodeposit::Direction directionAtPresetRadius(const reco::Track &tk, double bz) const
std::vector< Veto > Vetos
Definition: IsoDeposit.h:58
double theDR_VetoPt
.. it is above this threshold
unsigned int theNHits_Min
BeamSpot name.
double theChi2Prob_Min
trk.normalizedChi2 &lt; theChi2Ndof_Max
dbl *** dir
Definition: mlp_gen.cc:35
edm::InputTag theBeamSpotLabel
&quot;NONE&quot;, &quot;BeamSpotFromEvent&quot;