Skip to content

Draft: Remove special generator dependent conditions for Pythia8

Andrii Verbytskyi requested to merge averbyts/athena:removespecial into main

Remove special generator dependent conditions for Pythia8

@pclark @jchapman

For the

      // Now we have all the information for the special case of V->l(born) l(bare) l(born) l(bare)
      if ( !(physical && has_V && !MC::isPhysical(theParticle)) && !MC::Pythia8::isConditionB(theParticle)){

the actual definition of bare and born is blurry.

Edited by Andrii Verbytskyi

Merge request reports