Skip to content

Commit

Permalink
Merge pull request cms-sw#8087 from mbluj/genParticleStatusFix
Browse files Browse the repository at this point in the history
Improved genTau decay mode finding for tau trigger DQM
  • Loading branch information
cmsbuild committed Mar 10, 2015
2 parents 8af8fc6 + 649cedc commit b2d4a72
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 182 deletions.
3 changes: 2 additions & 1 deletion HLTriggerOffline/Tau/interface/HLTTauMCProducer.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ class HLTTauMCProducer : public edm::EDProducer {

private:

std::vector<reco::GenParticle*> getGenStableDecayProducts(const reco::GenParticle * particle);
void getGenDecayProducts(const reco::GenParticleRef&, reco::GenParticleRefVector&,
int status=1, int pdgId=0);

enum tauDecayModes {kElectron, kMuon,
kOneProng0pi0, kOneProng1pi0, kOneProng2pi0,
Expand Down
Loading

0 comments on commit b2d4a72

Please sign in to comment.