CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 {
20  namespace tau {
22  float lead_track_chi2(const reco::PFTau& tau);
24  float eratio(const reco::PFTau& tau);
25  float eratio(const pat::Tau& tau);
28  float pt_weighted_dx(const reco::PFTau& tau, int mode = 0, int var = 0, int decaymode = -1);
29  float pt_weighted_dx(const pat::Tau& tau, int mode = 0, int var = 0, int decaymode = -1);
32  inline float pt_weighted_dr_signal(const reco::PFTau& tau, int dm) { return pt_weighted_dx(tau, 0, 0, dm); }
33  inline float pt_weighted_dr_signal(const pat::Tau& tau, int dm) { return pt_weighted_dx(tau, 0, 0, dm); }
36  inline float pt_weighted_deta_strip(const reco::PFTau& tau, int dm) {
37  return pt_weighted_dx(tau, dm == 10 ? 2 : 1, 1, dm);
38  }
39  inline float pt_weighted_deta_strip(const pat::Tau& tau, int dm) {
40  return pt_weighted_dx(tau, dm == 10 ? 2 : 1, 1, dm);
41  }
44  inline float pt_weighted_dphi_strip(const reco::PFTau& tau, int dm) {
45  return pt_weighted_dx(tau, dm == 10 ? 2 : 1, 2, dm);
46  }
47  inline float pt_weighted_dphi_strip(const pat::Tau& tau, int dm) {
48  return pt_weighted_dx(tau, dm == 10 ? 2 : 1, 2, dm);
49  }
52  inline float pt_weighted_dr_iso(const reco::PFTau& tau, int dm) { return pt_weighted_dx(tau, 2, 0, dm); }
53  inline float pt_weighted_dr_iso(const pat::Tau& tau, int dm) { return pt_weighted_dx(tau, 2, 0, dm); }
55  unsigned int n_photons_total(const reco::PFTau& tau);
56  unsigned int n_photons_total(const pat::Tau& tau);
57 
58  enum {
70  };
71  bool fillIsoMVARun2Inputs(float* mvaInput,
72  const pat::Tau& tau,
73  int mvaOpt,
74  const std::string& nameCharged,
75  const std::string& nameNeutral,
76  const std::string& namePu,
77  const std::string& nameOutside,
78  const std::string& nameFootprint);
79  } // namespace tau
80 } // namespace reco
81 
82 #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)
list var
if using global norm cols_to_minmax = ['t_delta', 't_hmaxNearP','t_emaxNearP', 't_hAnnular', 't_eAnnular','t_pt','t_nVtx','t_ieta','t_eHcal10', 't_eHcal30','t_rhoh','t_eHcal'] df[cols_to_minmax] = df[cols_to_minmax].apply(lambda x: (x - x.min()) / (x.max() - x.min()) if (x.max() - x.min() > 0) else 1.0/200.0)
tuple dm
Definition: symbols.py:75
float pt_weighted_dr_iso(const reco::PFTau &tau, int dm)
Analysis-level tau class.
Definition: Tau.h:53
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
float lead_track_chi2(const reco::PFTau &tau)
return chi2 of the leading track ==> deprecated? <==