-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New_samples (TTbarLepton_14 and QQH1252T_14) added without updating 'upgradeWorkflowComponents' file #33409
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
Merged
Merged
New_samples (TTbarLepton_14 and QQH1252T_14) added without updating 'upgradeWorkflowComponents' file #33409
Changes from 7 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
03f104b
new_samples
sharmaaash 8ee645c
new_samples
sharmaaash 7a251cc
new_samplesUpdated
sharmaaash ea59118
updated
sharmaaash 6ec27ec
Delete QQH1352T_14TeV_TuneCP5_cfi.py
sharmaaash e26410a
Delete QQH1352T_14TeV_TuneCUETP8M1_cfi.py
sharmaaash 59487bb
Delete TTbarLepton_14TeV_TuneCUETP8M1_cfi.py
sharmaaash eaa98c2
Update and rename TTbarLepton_14TeV_TuneCP5_cfi.py to QQToHToTauTau_m…
sharmaaash b38d60a
Update QQH1252T_14TeV_TuneCP5_cfi.py
sharmaaash 398fb5c
Rename QQToHToTauTau_mh125_TuneCP5_14TeV_pythia8_cfi.py to TTbarToDil…
sharmaaash 66a3760
Rename QQH1252T_14TeV_TuneCP5_cfi.py to QQToHToTauTau_mh125_TuneCP5_1…
sharmaaash File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
Configuration/Generator/python/QQH1252T_14TeV_TuneCP5_cfi.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
| from Configuration.Generator.Pythia8CommonSettings_cfi import * | ||
| from Configuration.Generator.Pythia8CP5Settings_cfi import * | ||
| generator = cms.EDFilter("Pythia8GeneratorFilter", | ||
| pythiaPylistVerbosity = cms.untracked.int32(1), | ||
| # put here the efficiency of your filter (1. if no filter) | ||
| filterEfficiency = cms.untracked.double(1.0), | ||
| comEnergy = cms.double(14000.0), | ||
| pythiaHepMCVerbosity = cms.untracked.bool(False), | ||
| # put here the cross section of your process (in pb) | ||
| crossSection = cms.untracked.double(0.388), | ||
| maxEventsToPrint = cms.untracked.int32(3), | ||
| PythiaParameters = cms.PSet( | ||
| pythia8CommonSettingsBlock, | ||
| pythia8CP5SettingsBlock, | ||
| processParameters = cms.vstring( | ||
| #'HiggsSM:gg2H = on', | ||
| 'HiggsSM:ff2Hff(t:WW) = on', | ||
| 'HiggsSM:ff2Hff(t:ZZ) = on', | ||
| '25:m0 = 125', | ||
| '25:onMode = off', | ||
| '25:onIfAny = 15', | ||
| ), | ||
| parameterSets = cms.vstring('pythia8CommonSettings', | ||
| 'pythia8CP5Settings', | ||
| 'processParameters', | ||
| ) | ||
| ) | ||
| ) | ||
|
|
||
29 changes: 29 additions & 0 deletions
29
Configuration/Generator/python/TTbarLepton_14TeV_TuneCP5_cfi.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
| from Configuration.Generator.Pythia8CommonSettings_cfi import * | ||
| from Configuration.Generator.Pythia8CP5Settings_cfi import * | ||
|
|
||
| generator = cms.EDFilter("Pythia8GeneratorFilter", | ||
| pythiaHepMCVerbosity = cms.untracked.bool(False), | ||
| maxEventsToPrint = cms.untracked.int32(0), | ||
| pythiaPylistVerbosity = cms.untracked.int32(0), | ||
| filterEfficiency = cms.untracked.double(1.0), | ||
| comEnergy = cms.double(14000.0), | ||
| PythiaParameters = cms.PSet( | ||
| pythia8CommonSettingsBlock, | ||
| pythia8CP5SettingsBlock, | ||
| processParameters = cms.vstring( | ||
| 'Top:gg2ttbar = on ', | ||
| 'Top:gg2ttbar = on ', | ||
|
||
| '6:m0 = 172.5 ', | ||
| '24:onMode = off', | ||
| '24:onIfAny = 11 12', | ||
| '24:onIfAny = 13 14', | ||
| '24:onIfAny = 15 16', | ||
| ), | ||
| parameterSets = cms.vstring('pythia8CommonSettings', | ||
| 'pythia8CP5Settings', | ||
| 'processParameters', | ||
| ) | ||
| ) | ||
| ) | ||
| ProductionFilterSequence = cms.Sequence(generator) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest to set to 0 for relval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean cross section or which parameter to set to zero?