#include <TauDecay_CMSSW.h>
Public Member Functions | |
bool | AnalyzeTau (HepMC::GenParticle *Tau, unsigned int &MODE_ID, unsigned int &TauBitMask, bool dores=true, bool dopi0=true) |
std::vector< unsigned int > | Get_MotherIdx () |
std::vector< HepMC::GenParticle * > | Get_TauDecayProducts () |
TauDecay_CMSSW () | |
~TauDecay_CMSSW () | |
Public Member Functions inherited from TauDecay | |
void | ClassifyDecayMode (unsigned int &MODE_ID, unsigned int &TauBitMask) |
bool | hasResonance (unsigned int &TauBitMask, int pdgid) |
bool | isTauFinalStateParticle (int pdgid) |
bool | isTauParticleCounter (int pdgid) |
bool | isTauResonanceCounter (int pdgid) |
unsigned int | nPi0 (unsigned int &TauBitMask) |
unsigned int | nProng (unsigned int &TauBitMask) |
void | Reset () |
TauDecay () | |
~TauDecay () | |
Private Member Functions | |
void | AddPi0Info (HepMC::GenParticle *Particle, unsigned int midx) |
void | Analyze (HepMC::GenParticle *Particle, unsigned int midx, bool dores, bool dopi0) |
Private Attributes | |
unsigned int | MODE_ID |
std::vector< unsigned int > | MotherIdx |
unsigned int | TauBitMask |
std::vector< HepMC::GenParticle * > | TauDecayProducts |
Additional Inherited Members | |
Public Types inherited from TauDecay | |
enum | MODE { MODE_UNKNOWN =0, MODE_ELECTRON, MODE_MUON, MODE_PION, MODE_PIPI0, MODE_3PI, MODE_PI2PI0, MODE_KAON, MODE_K0PI, MODE_KPI0, MODE_3PIPI0, MODE_PI3PI0, MODE_3PI2PI0, MODE_5PI, MODE_5PIPI0, MODE_3PI3PI0, MODE_KPIK, MODE_K0BK0PI, MODE_KK0BPI0, MODE_K2PI0, MODE_KPIPI, MODE_PIK0PI0, MODE_ETAPIPI0, MODE_PIPI0GAM, MODE_KK0B, MODE_PI4PI0, MODE_3PIETA, MODE_PI2PI0ETA, MODE_PI2PI0OMEGA, MODE_3PIOMEGA, MODE_KOMEGA, MODE_K3PI0, MODE_K2PIPI0, MODE_KETA, MODE_K0PI2PI0, MODE_K03PI, MODE_2K0PIPI0, MODE_KPIKPI0, NMODEID } |
enum | TauDecayStructure { other =0, OneProng =1, ThreeProng =2, FiveProng =4, OnePi0 =8, TwoPi0 =32, ThreePi0 =64, Res_a1_pm =128, Res_a1_0 =256, Res_rho_pm =512, Res_rho_0 =1024, Res_eta =2048, Res_omega =4096, Res_Kstar_pm =8192, Res_Kstar_0 =16384, KS0_to_pipi =32768 } |
Static Public Member Functions inherited from TauDecay | |
static std::string | DecayMode (unsigned int &MODE_ID) |
Definition at line 30 of file TauDecay_CMSSW.h.
TauDecay_CMSSW::TauDecay_CMSSW | ( | ) |
Definition at line 7 of file TauDecay_CMSSW.cc.
TauDecay_CMSSW::~TauDecay_CMSSW | ( | ) |
Definition at line 13 of file TauDecay_CMSSW.cc.
|
private |
Definition at line 61 of file TauDecay_CMSSW.cc.
References MotherIdx, and TauDecayProducts.
|
private |
Definition at line 39 of file TauDecay_CMSSW.cc.
References funct::abs(), gather_cfg::cout, TauDecay::isTauFinalStateParticle(), TauDecay::isTauParticleCounter(), TauDecay::isTauResonanceCounter(), MotherIdx, and TauDecayProducts.
Referenced by AnalyzeTau().
bool TauDecay_CMSSW::AnalyzeTau | ( | HepMC::GenParticle * | Tau, |
unsigned int & | MODE_ID, | ||
unsigned int & | TauBitMask, | ||
bool | dores = true , |
||
bool | dopi0 = true |
||
) |
Definition at line 17 of file TauDecay_CMSSW.cc.
References funct::abs(), Analyze(), TauDecay::ClassifyDecayMode(), MotherIdx, TauDecay::Reset(), PdtPdgMini::tau_minus, and TauDecayProducts.
|
inline |
|
inline |
Definition at line 38 of file TauDecay_CMSSW.h.
References TauDecayProducts.
|
private |
Definition at line 48 of file TauDecay_CMSSW.h.
|
private |
Definition at line 47 of file TauDecay_CMSSW.h.
Referenced by AddPi0Info(), Analyze(), AnalyzeTau(), and Get_MotherIdx().
|
private |
Definition at line 48 of file TauDecay_CMSSW.h.
|
private |
Definition at line 46 of file TauDecay_CMSSW.h.
Referenced by AddPi0Info(), Analyze(), AnalyzeTau(), and Get_TauDecayProducts().