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

Add --setup option in hltGetConfiguration #17636

Merged

Conversation

silviodonato
Copy link
Contributor

@silviodonato silviodonato commented Feb 27, 2017

This PR adds the --setup option to hltGetConfiguration. It may be useful for the HLT developers.

Example-1:
hltGetConfiguration --full --offline /users/sdonato/TriggerVBF2 --setup mysetup_cff.py > hlt.py
is equivalent to
hltGetConfiguration --full --offline /users/sdonato/TriggerVBF2 > hlt.py
and adding
process.load("mysetup_cff")

Example-2:
hltGetConfiguration --full --offline /users/sdonato/TriggerVBF2 --setup /dev/CMSSW_9_0_0/HLT > hlt.py
is equivalent to
hltGetConfiguration --full --offline /users/sdonato/TriggerVBF2 > hlt.py
hltConfigFromDB --cff --configName /dev/CMSSW_9_0_0/GRun --nopaths > setup_dev_CMSSW_9_0_0_HLT_cff.py
and adding
process.load("setup_dev_CMSSW_9_0_0_HLT_cff.py")

See: https://its.cern.ch/jira/browse/CMSHLT-54

@cmsbuild cmsbuild added this to the Next CMSSW_9_0_X milestone Feb 27, 2017
@silviodonato
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @silviodonato (Silvio Donato) for CMSSW_9_0_X.

It involves the following packages:

HLTrigger/Configuration

@perrotta, @cmsbuild, @silviodonato, @Martin-Grunewald, @fwyzard, @davidlange6 can you please review it and eventually sign? Thanks.
@makortel, @Martin-Grunewald, @geoff-smith, @jalimena this is something you requested to watch as well.
@davidlange6, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 27, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17976/console Started: 2017/02/27 10:56
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17977/console Started: 2017/02/27 11:22

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@silviodonato
Copy link
Contributor Author

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_9_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @smuzaffar

@cmsbuild
Copy link
Contributor

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 0592fcc into cms-sw:CMSSW_9_0_X Feb 27, 2017
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

3 participants