CMS 3D CMS Logo

PFTauDecayModeTools.h
Go to the documentation of this file.
1 #ifndef RecoTauTag_RecoTau_PFTauDecayModeTools_h
2 #define RecoTauTag_RecoTau_PFTauDecayModeTools_h
3 
4 /*
5  * Tools to help deal with the PFTau::hadronicDecayMode
6  * defintion.
7  *
8  * Author: Evan K. Friis, UC Davis
9  *
10  */
11 
13 
14 // Forward declaration
15 namespace reco {
16  class GenJet;
17 }
18 
19 namespace reco {
20  namespace tau {
21 
24 
26 
27  PFTau::hadronicDecayMode translateDecayMode(unsigned int nCharged, unsigned int nPiZero);
28 
31 
34 
36 
37  } // namespace tau
38 } // namespace reco
39 
40 #endif
reco::tau::getDecayMode
PFTau::hadronicDecayMode getDecayMode(const reco::GenJet *genJet)
Definition: PFTauDecayModeTools.cc:77
reco::GenJet
Jets made from MC generator particles.
Definition: GenJet.h:23
HLT_FULL_cff.nCharged
nCharged
Definition: HLT_FULL_cff.py:33252
metsig::tau
Definition: SignAlgoResolutions.h:49
ALCARECOPromptCalibProdSiPixelAli0T_cff.mode
mode
Definition: ALCARECOPromptCalibProdSiPixelAli0T_cff.py:96
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::tau::translateGenDecayModeToReco
PFTau::hadronicDecayMode translateGenDecayModeToReco(const std::string &genName)
Convert a genTau decay mode string ('oneProng0Pi0') to the RECO enum.
Definition: PFTauDecayModeTools.cc:69
taus_cff.decayMode
decayMode
Definition: taus_cff.py:58
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
reco::tau::translateRecoDecayModeToGen
std::string translateRecoDecayModeToGen(PFTau::hadronicDecayMode decayMode)
Convert a RECO enum decay mode to a string ('oneProng0Pi0')
Definition: PFTauDecayModeTools.cc:73
reco::tau::translateDecayMode
PFTau::hadronicDecayMode translateDecayMode(unsigned int nCharged, unsigned int nPiZero)
Definition: PFTauDecayModeTools.cc:53
reco::tau::piZerosInDecayMode
unsigned int piZerosInDecayMode(PFTau::hadronicDecayMode mode)
Definition: PFTauDecayModeTools.cc:48
reco::tau::chargedHadronsInDecayMode
unsigned int chargedHadronsInDecayMode(PFTau::hadronicDecayMode mode)
Reverse mapping of decay modes into multiplicities.
Definition: PFTauDecayModeTools.cc:43
reco::PFTau::hadronicDecayMode
hadronicDecayMode
Definition: PFTau.h:38
PFTau.h
nanoDQM_cfi.GenJet
GenJet
Definition: nanoDQM_cfi.py:258