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 getMCShowerType function (https://github.com/UCATLAS/xAODAnaHelpers/blob/main/Root/HelperFunctions.cxx#L520) doesn't cover all samples. In particular, the sample mc20_13TeV:mc20_13TeV.700000.Sh_228_ttW.deriv.DAOD_PHYS.e7793_s3681_r13167_p5631 (corresponding to Sherpa 2.2.8p3) returns an Unknown. This cases processing to fail in https://github.com/UCATLAS/xAODAnaHelpers/blob/main/Root/BJetEfficiencyCorrector.cxx#L245 .
Should Sherpa 2.2.8p3 return case HelperFunctions::Sherpa22? If so, I can make an MR for this.
The text was updated successfully, but these errors were encountered:
It turns out this is not supported by FTAG, but our calibrations lists are out of date: https://ftag.docs.cern.ch/algorithms/activities/mcmc/#list-of-supported-generators-with-reference-dsid
Sorry, something went wrong.
No branches or pull requests
The getMCShowerType function (https://github.com/UCATLAS/xAODAnaHelpers/blob/main/Root/HelperFunctions.cxx#L520) doesn't cover all samples. In particular, the sample mc20_13TeV:mc20_13TeV.700000.Sh_228_ttW.deriv.DAOD_PHYS.e7793_s3681_r13167_p5631
(corresponding to Sherpa 2.2.8p3) returns an Unknown. This cases processing to fail in https://github.com/UCATLAS/xAODAnaHelpers/blob/main/Root/BJetEfficiencyCorrector.cxx#L245 .
Should Sherpa 2.2.8p3 return case HelperFunctions::Sherpa22? If so, I can make an MR for this.
The text was updated successfully, but these errors were encountered: