Skip to content

Commit

Permalink
Merge pull request cms-sw#65 from mverwe/addRhoAnalyzer
Browse files Browse the repository at this point in the history
add rho analyzer also to MIX and MB foresting
  • Loading branch information
R. Alex Barbieri committed Mar 10, 2016
2 parents a5fbd4c + 4f8c631 commit a39cda9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
# replace above with this one for JEC:
#process.load('HeavyIonsAnalysis.JetAnalysis.FullJetSequence_JECPbPb')

#rho analyzer
process.load('HeavyIonsAnalysis.JetAnalysis.hiFJRhoAnalyzer_cff')

####################################################################################

#############################
Expand Down Expand Up @@ -159,6 +162,7 @@
process.akHiGenJets +
process.hiCleanedGenFilters +
process.jetSequences +
process.hiFJRhoAnalyzer +
process.ggHiNtuplizer +
process.ggHiNtuplizerGED +
process.pfcandAnalyzer +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
# replace above with this one for JEC:
#process.load('HeavyIonsAnalysis.JetAnalysis.FullJetSequence_JECPbPb')

#rho analyzer
process.load('HeavyIonsAnalysis.JetAnalysis.hiFJRhoAnalyzer_cff')

####################################################################################

#############################
Expand Down Expand Up @@ -159,6 +162,7 @@
process.akHiGenJets +
process.hiSignalGenFilters +
process.jetSequences +
process.hiFJRhoAnalyzer +
process.ggHiNtuplizer +
process.ggHiNtuplizerGED +
process.pfcandAnalyzer +
Expand Down

0 comments on commit a39cda9

Please sign in to comment.