forked from tjavaid/Fiducial_XS
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Signal Parametrisation & JES obs fix #65
Open
ram1123
wants to merge
82
commits into
vukasinmilosevic:CMSSW_10_X
Choose a base branch
from
ram1123:debugStatUncIssue
base: CMSSW_10_X
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
- Added additional append lines for the command output txt files - Added missing import of GetDirectory in the plotDifferentialBins.py
* Added year in the combine output root files * moved all combine outputs to the combineOutputs directory
- Still need to add the plotting functionalities for the combined year.
…ng acc for three years
…into CombineAllEras
…ct from module sample_shortnames
- Updated few instances of `if (obsName.startswith("mass4l")):` to if (obsName == "mass4l" ): - Updated plotDifferentialBins.py script as per https://github.com/tjavaid/Fiducial_XS_combination/blob/main/plotDifferentialBins.py - Added year to the instance where template XS was running related to #49 - Added JES info to datacard. Just reading the JES dict created using `read_jes` module and appending info at the end of datacard. Related to #49 - Updated year positon in the template maker function `fiducialXSTemplates`
- Added script to plot LHScan for blinded and unblinded together
…yml files for 3 years (#6)
* Adding new lumi and bkg norm values * Update Input_Info.py Co-authored-by: Ramkrishna Sharma <ram1123@users.noreply.github.com>
ram1123
force-pushed
the
debugStatUncIssue
branch
from
August 26, 2022 13:39
cd83075
to
844721c
Compare
…ol for switch on/off to use LLR templates
…te bool tag in createXSworkspace.py and fiducialXSTemplates.C
vukasinmilosevic
requested changes
Sep 19, 2022
@@ -597,6 +642,9 @@ def createAsimov(obsName, observableBins, modelName, resultsXS, physicalModel, y | |||
if (physicalModel=="v2"): | |||
cmd = 'text2workspace.py hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.txt -P HiggsAnalysis.CombinedLimit.HZZ4L_Fiducial_v2:differentialFiducialV2 --PO higgsMassRange=115,135 --PO nBin='+str(nBins)+' -o hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.root' | |||
processCmd(cmd, get_linenumber(), os.path.basename(__file__)) | |||
if (physicalModel=="v3"): | |||
cmd = 'text2workspace.py hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.txt -P HiggsAnalysis.CombinedLimit.HZZ4L_Fiducial:differentialFiducialV3 --PO higgsMassRange=115,135 --PO nBin='+str(nBins)+' -o hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.root' | |||
processCmd(cmd, get_linenumber(), os.path.basename(__file__)) |
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.
Why is this + comment here?
@@ -597,6 +642,9 @@ def createAsimov(obsName, observableBins, modelName, resultsXS, physicalModel, y | |||
if (physicalModel=="v2"): | |||
cmd = 'text2workspace.py hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.txt -P HiggsAnalysis.CombinedLimit.HZZ4L_Fiducial_v2:differentialFiducialV2 --PO higgsMassRange=115,135 --PO nBin='+str(nBins)+' -o hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.root' | |||
processCmd(cmd, get_linenumber(), os.path.basename(__file__)) | |||
if (physicalModel=="v3"): | |||
cmd = 'text2workspace.py hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.txt -P HiggsAnalysis.CombinedLimit.HZZ4L_Fiducial:differentialFiducialV3 --PO higgsMassRange=115,135 --PO nBin='+str(nBins)+' -o hzz4l_all_13TeV_xs_'+obsName.replace(' ','_')+'_bin_'+physicalModel+'.root' | |||
processCmd(cmd, get_linenumber(), os.path.basename(__file__)) |
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.
test
few fixes and updates
Revised JES NPs for TauB, abs. fix of variables in template maker
renamed MG5 sample string in LoadData.py
ws fixes for decay variable and a fix for dEtaj1j2
binCounter fix in plotLHScans.py module
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.