CMS 3D CMS Logo

PFRecoTauClusterVariables.h
Go to the documentation of this file.
1 #ifndef RecoTauTag_RecoTau_PFRecoTauClusterVariables_h
2 #define RecoTauTag_RecoTau_PFRecoTauClusterVariables_h
3 
18 
19 namespace reco { namespace tau {
21  float lead_track_chi2(const reco::PFTau& tau);
23  float eratio(const reco::PFTau& tau);
24  float eratio(const pat::Tau& tau);
27  float pt_weighted_dx(const reco::PFTau& tau, int mode = 0, int var = 0, int decaymode = -1);
28  float pt_weighted_dx(const pat::Tau& tau, int mode = 0, int var = 0, int decaymode = -1);
31  inline float pt_weighted_dr_signal(const reco::PFTau& tau, int dm) {
32  return pt_weighted_dx(tau, 0, 0, dm);
33  }
34  inline float pt_weighted_dr_signal(const pat::Tau& tau, int dm) {
35  return pt_weighted_dx(tau, 0, 0, dm);
36  }
39  inline float pt_weighted_deta_strip(const reco::PFTau& tau, int dm) {
40  return pt_weighted_dx(tau, dm==10 ? 2 : 1, 1, dm);
41  }
42  inline float pt_weighted_deta_strip(const pat::Tau& tau, int dm) {
43  return pt_weighted_dx(tau, dm==10 ? 2 : 1, 1, dm);
44  }
47  inline float pt_weighted_dphi_strip(const reco::PFTau& tau, int dm) {
48  return pt_weighted_dx(tau, dm==10 ? 2 : 1, 2, dm);
49  }
50  inline float pt_weighted_dphi_strip(const pat::Tau& tau, int dm) {
51  return pt_weighted_dx(tau, dm==10 ? 2 : 1, 2, dm);
52  }
55  inline float pt_weighted_dr_iso(const reco::PFTau& tau, int dm) {
56  return pt_weighted_dx(tau, 2, 0, dm);
57  }
58  inline float pt_weighted_dr_iso(const pat::Tau& tau, int dm) {
59  return pt_weighted_dx(tau, 2, 0, dm);
60  }
62  unsigned int n_photons_total(const reco::PFTau& tau);
63  unsigned int n_photons_total(const pat::Tau& tau);
64 
67  bool fillIsoMVARun2Inputs(float* mvaInput, const pat::Tau& tau, int mvaOpt, const std::string& nameCharged,
68  const std::string& nameNeutral, const std::string& namePu,
69  const std::string& nameOutside, const std::string& nameFootprint);
70 }} // namespaces
71 
72 #endif
unsigned int n_photons_total(const reco::PFTau &tau)
return total number of pf photon candidates with pT>500 MeV, which are associated to signal ...
float pt_weighted_dx(const reco::PFTau &tau, int mode=0, int var=0, int decaymode=-1)
float pt_weighted_dr_signal(const reco::PFTau &tau, int dm)
bool fillIsoMVARun2Inputs(float *mvaInput, const pat::Tau &tau, int mvaOpt, const std::string &nameCharged, const std::string &nameNeutral, const std::string &namePu, const std::string &nameOutside, const std::string &nameFootprint)
float pt_weighted_deta_strip(const reco::PFTau &tau, int dm)
float pt_weighted_dr_iso(const reco::PFTau &tau, int dm)
Analysis-level tau class.
Definition: Tau.h:55
float pt_weighted_dphi_strip(const reco::PFTau &tau, int dm)
float eratio(const reco::PFTau &tau)
return ratio of energy in ECAL over sum of energy in ECAL and HCAL
fixed size matrix
float lead_track_chi2(const reco::PFTau &tau)
return chi2 of the leading track ==> deprecated? <==