Skip to content
Snippets Groups Projects

adding keepStrongVertices option, see ATLHI-483

Merged Aaron Angerami requested to merge angerami/athena:hijing-fix-rel23-ATLHI-483/main into main
All threads resolved!
2 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -81,6 +81,7 @@ protected:
bool m_rand{false};
bool m_wide{false}; // True allows particles with x,y distributions
bool m_prand{false}; //BPK mirror event randomly
bool m_keepAllDecayVertices{true};
// Limit settings
double m_partonStoreMinPt{5.0};
Loading