Closed jackfrost373 closed 5 years ago
Proton
| ( ( PT > 250 * MeV ) & ( CLONEDIST > 5000 ) & ( TRGHOSTPROB < 0.5 ) & in_range ( 2 , ETA , 4.9 ) & in_range ( 10 * GeV , P , 150 * GeV ) & HASRICH & ( MIPCHI2DV() > 9 ) )&( PROBNNp > 0.1 )
-- | --
Kaon
| ( ( PT > 250 * MeV ) & ( CLONEDIST > 5000 ) & ( TRGHOSTPROB < 0.5 ) & in_range ( 2 , ETA , 4.9 ) & in_range ( 3.2 * GeV , P , 150 * GeV ) & HASRICH & ( MIPCHI2DV() > 9 ) )&( PROBNNk > 0.1 )
-- | --
Pion
| ( ( PT > 250 * MeV ) & ( CLONEDIST > 5000 ) & ( TRGHOSTPROB < 0.5 ) & in_range ( 2 , ETA , 4.9 ) & in_range ( 3.2 * GeV , P , 150 * GeV ) & HASRICH & ( MIPCHI2DV() > 9 ) )&( PROBNNpi > 0.1 )
-- | --
Simon to do 1-20 GEV in 100 bins for signal and MC to show this is happening
Proton has higher low-momentum cut. Check if this is indeed already happens in the stripping. Also, ensure hasRICH==1 for all final-state particles (proton, kaon, pion), to ensure good PID performance.