Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add parameters for fast jet #4705

Conversation

clint-richardson
Copy link
Contributor

I added needed jet grooming parameters for hltak5CaloJets_cfi.py so that they can be used online/parsed into confdb. I also completed an additional (needed) change to FastjetJetProducer.cc as it's previous setup was to use grooming techniques if any of the parameters are present without regard to their value. For instance, if one specified useTrimming = cms.bool(False), the fastjet producer was written in such a way that it would in fact still use Trimming. This change is necessary so that all of the grooming parameters can be present in the cfi.py file without causing all instances of fastjet producers to use them. As a last note, the values set for grooming parameters are equal to the defaults used by fastjet in the absence of grooming -> there should be no effect with older config files which do not use these parameters.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @clint-richardson (Clint Richardson) for CMSSW_7_2_X.

Feature/add parameters for fast jet

It involves the following packages:

RecoJets/JetProducers

@nclopezo, @cmsbuild, @Degano, @StoyanStoynev, @slava77 can you please review it and eventually sign? Thanks.
@yslai, @TaiSakuma, @nhanvtran this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@StoyanStoynev
Copy link
Contributor

+1
Based on jenkins (for 156697f) and code review, no effect on standard RECO.
There are actually false positives (the same for the unrelated #4713 for instance;like in 1000.0-result.ps.ps.gz - muons, electrons... not related to the PR).

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes (tests are also fine).

davidlange6 added a commit that referenced this pull request Jul 22, 2014
…orFastJet

Feature/add parameters for fast jet
@davidlange6 davidlange6 merged commit f118458 into cms-sw:CMSSW_7_2_X Jul 22, 2014
yCut = cms.double(-1.0),
useFiltering = cms.bool(False),
rFilt = cms.double(-1.0),
nFilt = cms.int(-1),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

You added two parameters as cms.int(). This type does not exist.
You need to add it as cms.int32(.).
Please submit a new PR to correct this.
You can check for such errors by running

python hltak5CaloJets_cfi.py

@Martin-Grunewald
Copy link
Contributor

PR #4799 fixes these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants