Skip to content
Snippets Groups Projects

Fix the TrGHOSTPROB cut in TrackLines

Merged Maarten Van Veghel requested to merge mvesteri-LHCBPS-1555 into LHCBPS-1558
2 files
+ 11
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -144,10 +144,8 @@ class Hlt1TrackLinesConf( HltLinesConfigurableUser ) :
( TrP > %(P)s * MeV ) )
>> tee ( monitor( TC_SIZE > 0, '# pass P/PT', LoKi.Monitoring.ContextSvc ) )
>> tee ( monitor( TC_SIZE , 'nP' , LoKi.Monitoring.ContextSvc ) )
>> ( ( TRGHOSTPROB < %(TrGP)s))
>> tee ( monitor( TC_SIZE > 0, '# pass GP', LoKi.Monitoring.ContextSvc ) )
>> tee ( monitor( TC_SIZE , 'nGP' , LoKi.Monitoring.ContextSvc ) )
>> ( ( TrCHI2PDOF < %(TrChi2)s ) & \
( TrGHOSTPROB < %(TrGP)s) & \
( Tr_HLTMIPCHI2 ( 'PV3D' ) > %(IPChi2)s ) )
>> tee ( monitor( TC_SIZE > 0, '# pass TrackChi2/IPChi2', LoKi.Monitoring.ContextSvc ) )
>> tee ( monitor( TC_SIZE , 'nChi2' , LoKi.Monitoring.ContextSvc ) )
Loading