Skip to content

Remove the use of barcodes in the HadronOriginClassifier.cxx

Andrii Verbytskyi requested to merge averbyts/athena:remove_unused into main
  • Remove the use of barcodes in the HadronOriginClassifier.cxx
  • Remove unused HadronOriginClassifier::passHadronSelection
  • Remove excessive blank lines

Note: expressions if( HepMC::barcode(part) < HepMC::barcode(parent) && looping ) continue; are not needed in the non-recursive functions at all even if those would be correct ( they are not).

@jchapman @pclark

Edited by Andrii Verbytskyi

Merge request reports