Skip to content
Snippets Groups Projects

Bugfix, taking into account neutrals in the B final state

Merged Claire Prouve requested to merge Claire_fixForYing into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -66,6 +66,7 @@ namespace TaggingHelper {
if ( !p1.proto() || !p2.proto() ) return false;
const LHCb::Track* t1 = p1.proto()->track();
const LHCb::Track* t2 = p2.proto()->track();
if ( !t1 || !t2 ) return false;
int nCommonHits = t1->nCommonLhcbIDs( *t2 );
int norm = std::min( t1->nLHCbIDs(), t2->nLHCbIDs() );
Loading