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 authored and bendavid committed Mar 10, 2015
1 parent 174f957 commit 77308f1
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

0 comments on commit 77308f1

Please sign in to comment.