We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The combination of cards for each channels and bins are duplicated in two functions in module runHZZFiducialXS.py.
runHZZFiducialXS.py
The first function where this is done is createAsimov(), here:
createAsimov()
Fiducial_XS/runHZZFiducialXS.py
Lines 394 to 405 in a19f308
Later, exactly same patch we can find in function extractResults : here
extractResults
Lines 591 to 598 in a19f308
This can be improved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The combination of cards for each channels and bins are duplicated in two functions in module
runHZZFiducialXS.py
.The first function where this is done is
createAsimov()
, here:Fiducial_XS/runHZZFiducialXS.py
Lines 394 to 405 in a19f308
Later, exactly same patch we can find in function
extractResults
: hereFiducial_XS/runHZZFiducialXS.py
Lines 591 to 598 in a19f308
This can be improved.
The text was updated successfully, but these errors were encountered: