Skip to content

Commit

Permalink
reverting to TauolappInterfece to fix for tau lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
inugent committed Sep 1, 2014
1 parent 94dd17e commit aadd2f1
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -37,8 +37,6 @@ namespace gen {
void selectDecayByMDTAU();
int selectLeptonic();
int selectHadronic();
bool isLastTauInChain(const HepMC::GenParticle* tau);
void setLifeTimeInDecays(HepMC::GenParticle* p,double vx, double vy, double vz, double vt);
//
static CLHEP::HepRandomEngine* fRandomEngine;
std::vector<int> fPDGs;
Expand All @@ -52,7 +50,6 @@ namespace gen {
std::vector<int> fHadronModes;
std::vector<double> fScaledLeptonBrRatios;
std::vector<double> fScaledHadronBrRatios;
double lifetime;
};
}
#endif

0 comments on commit aadd2f1

Please sign in to comment.