Skip to content

Commit

Permalink
Merge pull request cms-sw#104 from dgulhan/forest_JEC_pA_80X_8160GeV_v0
Browse files Browse the repository at this point in the history
Forest jec p a 80 x 8160 ge v v0
  • Loading branch information
kurtejung authored Dec 16, 2016
2 parents c9bd685 + 5ecb13e commit 8e55358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
useNPV = cms.bool(False),
useRho = cms.bool(False),
# primaryVertices = cms.InputTag("hiSelectedVertex"),
levels = cms.vstring('L2Relative','L3Absolute','L2L3Residual'),
levels = cms.vstring('L2Relative','L3Absolute'),
src = cms.InputTag("ak4PFJets"),
payload = "AK4PF_offline"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ do
genparticles="genParticles"
partons="genParticles"
pflow="particleFlow"
if [ $sample == "data" ] && [ $sub == "NONE" ] && [ $radius == 4 ] && [ $object == "PF" ]; then
if [ $sample == "data" ] && [ $system != "pPb" ] && [ $sub == "NONE" ] && [ $radius == 4 ] && [ $object == "PF" ]; then
jetcorrectionlevels="\'L2Relative\',\'L3Absolute\',\'L2L3Residual\'"
fi
fi
Expand Down

0 comments on commit 8e55358

Please sign in to comment.