Fixes for the differences between CA vs old style tests
Merge request reports
Activity
This merge request affects 3 packages:
- Simulation/Digitization
- Simulation/FastSimulation/FastChainPileup
- Tools/FullChainTransforms
Affected files list will not be printed in this case
Adding @jchapman as watcher
added Digitization Simulation Tools master review-pending-level-1 labels
- Resolved by Tadej Novak
CI Result FAILURE (hash f2d3ba3a)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 39665]Hi @tadej ,
NumberOfCollisions
was 0 (default) with pile-up test using CA-based config. That fixed the issue. Cheers, TulayEdited by Tulay Cuhadar Donszelmannadded review-user-action-required label and removed review-pending-level-1 label
added NewConfig label
Hi @tadej,
https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/Simulation/Digitization/python/DigitizationConfigFlags.py#0167 was called before the config lock in FastChain configuration. pileupRunArgsToFlags does not include the
NumberOfCollisions
. The other option would be to introduce in NumberOfCollisons in pileupRunArgsToFlags ? What do you think ?Cheers, Tulay
Which one is the actual pile-up profile ?
Edited by Tulay Cuhadar Donszelmannyes, that is what I found. But it does not work. The test I am using: !46839 (5df1ea8b) and I get raise ValueError('Bunch structure and pile-up profile need to be set')
This merge request affects 2 packages:
- Simulation/FastSimulation/FastChainPileup
- Tools/FullChainTransforms
Affected files list will not be printed in this case
Adding @jchapman as watcher
added review-pending-level-1 label and removed review-user-action-required label