#include <map>
#include <boost/assign.hpp>
#include "RecoTauTag/RecoTau/interface/PFTauDecayModeTools.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "PhysicsTools/JetMCUtils/interface/JetMCTag.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
reco::tau | |
Functions | |
unsigned int | reco::tau::chargedHadronsInDecayMode (PFTau::hadronicDecayMode mode) |
Reverse mapping of decay modes into multiplicities. More... | |
PFTau::hadronicDecayMode | reco::tau::getDecayMode (const reco::GenJet *genJet) |
unsigned int | reco::tau::piZerosInDecayMode (PFTau::hadronicDecayMode mode) |
PFTau::hadronicDecayMode | reco::tau::translateDecayMode (unsigned int nCharged, unsigned int nPiZero) |
PFTau::hadronicDecayMode | reco::tau::translateGenDecayModeToReco (const std::string &genName) |
Convert a genTau decay mode string ('oneProng0Pi0') to the RECO enum. More... | |
std::string | reco::tau::translateRecoDecayModeToGen (PFTau::hadronicDecayMode decayMode) |
Convert a RECO enum decay mode to a string ('oneProng0Pi0') More... | |
char const* label |
Definition at line 11 of file PFTauDecayModeTools.cc.
Definition at line 12 of file PFTauDecayModeTools.cc.
Referenced by reco::tau::chargedHadronsInDecayMode(), and reco::tau::piZerosInDecayMode().