Skip to content

Commit

Permalink
Merge pull request cms-sw#192 from kirschen/CMGTools-from-CMSSW_7_2_3
Browse files Browse the repository at this point in the history
Move genlep/gentau/genlepfromtau from treeProducerSusyFullHad back to treeProducerSusyCore
  • Loading branch information
gpetruc committed Jan 8, 2015
2 parents 072359a + d5b6b36 commit 1b69e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMGTools/TTHAnalysis/python/analyzers/treeProducerSusyCore.py
Expand Up @@ -52,8 +52,8 @@
}

susyCore_collections = {
#"genleps" : NTupleCollection("genLep", genParticleWithSourceType, 10, help="Generated leptons (e/mu) from W/Z decays"),
#"gentauleps" : NTupleCollection("genLepFromTau", genParticleWithSourceType, 10, help="Generated leptons (e/mu) from decays of taus from W/Z/h decays"),
#"gentaus" : NTupleCollection("genTau", genParticleWithSourceType, 10, help="Generated leptons (tau) from W/Z decays"),
"genleps" : NTupleCollection("genLep", genParticleWithLinksType, 10, help="Generated leptons (e/mu) from W/Z decays"),
"gentauleps" : NTupleCollection("genLepFromTau", genParticleWithLinksType, 10, help="Generated leptons (e/mu) from decays of taus from W/Z/h decays"),
"gentaus" : NTupleCollection("genTau", genParticleWithLinksType, 10, help="Generated leptons (tau) from W/Z decays"),
"generatorSummary" : NTupleCollection("GenPart", genParticleWithLinksType, 100 , help="Hard scattering particles, with ancestry and links"),
}
Expand Up @@ -115,9 +115,6 @@
susyFullHad_collections.update({
# put more here
## "gennus" : NTupleCollection("genNu", genParticleWithSourceType, 10, help="Generated neutrinos (nue/numu/nutau) from W/Z decays"),
"genleps" : NTupleCollection("genLep", genParticleWithLinksType, 10, help="Generated leptons (e/mu) from W/Z decays"),
"gentauleps" : NTupleCollection("genLepFromTau", genParticleWithLinksType, 10, help="Generated leptons (e/mu) from decays of taus from W/Z/h decays"),
"gentaus" : NTupleCollection("genTau", genParticleWithLinksType, 10, help="Generated leptons (tau) from W/Z decays"),
"selectedLeptons" : NTupleCollection("lep", leptonTypeSusy, 50, help="Leptons after the preselection", filter=lambda l : l.pt()>10 ),
"selectedTaus" : NTupleCollection("tau", tauTypeSusy, 50, help="Taus after the preselection"),
"cleanJetsAll" : NTupleCollection("jet", jetTypeSusy, 100, help="all jets (w/ x-cleaning, w/ ID applied w/o PUID applied pt>10 |eta|<5.2) , sorted by pt", filter=lambda l : l.pt()>10 ),
Expand Down

0 comments on commit 1b69e81

Please sign in to comment.