gaudirun.py Moore_Hlt1And2.py Input_Default.py Moore_Hlt1Only.py hlt1_trackingonly-threshold.py --option="from Configurables import Moore; Moore().OutputLevel=VERBOSE"
gaudirun.py --option="from Gaudi.Configuration import *; from Configurables import RawEventDump; ApplicationMgr().TopAlg=[RawEventDump()]; from GaudiConf import IOExtension; IOExtension().inputFiles(['hlt1_reqhlt1.raw']); from Configurables import LHCbApp; LHCbApp(); "
gaudirun.py --option="from Gaudi.Configuration import *; from Configurables import RawEventDump, HltTrackReportsDecoder, DumpTracks; ApplicationMgr().TopAlg=[HltTrackReportsDecoder('VeloDecoder',OutputLocation='Event/Track/Velo',SourceID=1), HltTrackReportsDecoder('ForwardDecoder',OutputLocation='Event/Track/Forward',SourceID=3), DumpTracks(TracksLocation='Event/Track/Forward')]; from GaudiConf import IOExtension; IOExtension().inputFiles(['hlt1_reqhlt1.raw']); from Configurables import LHCbApp; LHCbApp(); " | tee decode.log
gaudirun.py Moore_Hlt1And2.py Input_Default.py Moore_Hlt2Only.py hlt2_trackingonly-threshold.py --option="from GaudiConf import IOHelper; IOHelper().inputFiles([],clear=True); from Configurables import Moore; Moore().inputFiles = [ 'hlt1_reqhlt1.raw' ]; from Configurables import HltConf ; HltConf().PruneHltANNSvc = False Moore().OutputLevel=VERBOSE;Moore().EnableTimer=True"
from Configurables import Hlt2Conf; Hlt2Conf().Hlt1TrackOption = 'Decode'
from Configurables import Hlt2Conf; Hlt2Conf().Hlt1TrackOption = 'Rerun'
Topic | Description | Material | Contacts |
---|---|---|---|
Tracking Performance Monitoring | Add HLT test running tracking sequence into JENKINS Savanna Task![]() |
Sebastian, Rob, Stefan | |
Hlt timing and rates on 2012 and 2015 MC | Look at "2012 Hlt" tracking performances on 2012 and 2015 minimum bias MC | Simone, others? | |
Seeding performance | What about IT only? or IT and OT separately (e.g., excluding tracks shared between both regions)? | Getting initial feedback from the tracking group | Simone, Michael, others? |
Forward tracking performance | Review forward tracking code for performance improvements. | Sebastian, Manuel(?) | |
Review online/offline differences | Compile a list of differences | Talk![]() |
Gerhard(?), Sebastian, Simone |
Review tracking sequence | Upgrade all tracks? If not, can the full Kalman be run on upgraded tracks? Can we run the same Kalman in Hlt1 and Hlt2? See also this TASK Savannah Task![]() |
Gerhard, Vava Simone, Michael |
|
Partial IP cut | Can we live without IP cuts for ery high PT tracks? | Sebastian, Simone | |
Add FixMomentum Kalman filter right after FastVelo in HLT1 | Test if this makes it feasible to use IPCHI2 in HLT1 alreday | Tim, Sebastian | |
VeloTT momentum estimate | Backporting developments from UT studies to TT. Adapt forward pattern reco to asymmetric momentum estimate from TT. | Talk![]() |
Espen, Sebastian |
D candidates for Alignment | The alignment team needs D candidates for alignment | ||
Use HLT1 tracks for RICH mirror alignement | can we use a special HLT1 track selection for the RICH alignment. Put this into the calibration stream. | Talk![]() |
|
Downstream tracking hit flagging | Hits are lost to ghost tracks due to tagging as "used". Cut on quality of long tracks before tagging? | Talk![]() |
Sascha, Mika, Paul, |
Ghosts in HLT1 | Can we cut on ghost probability in HLT1? See TASK | Sascha | |
How can we reuse tracks fitted in HLT1 in HLT2? | How much information can be stored (and resurrected) between Hlt1 and Hlt2? Can Hlt2 profit from better seeds? Savannah Task![]() |
Sebastian, Simone | |
Propagating info from HLT1 to HLT2 | Which constraints to the amount of information is set by online data rates? What is the coding/decoding overhead? | TrackReports implemented | Sebastian, Gerhard, Tomasz |
Online Tracking | Offline Tracking |
---|---|
HLT1 Velo tracking | Full Velo |
HLT2 Velo tracking | |
Track quality cuts: TrackLenght.... | |
PV from Velo tracks | PV from long tracks (clone killed) |
VeloTT optional / confirmation mode | VeloTT included |
Forward thresholds: ... | Forward thresholds: ... |
Second forward loop optional |
Second forward loop always |
Kalman iterations: | Kalman iterations: |
Quantity | Tag | Algorithm | Comment |
---|---|---|---|
IP resolution | IPchi2 | ?? | Good for overall performance measure |
"Radial" impact parameter | DOCAZ | Example![]() |
Inefficiency for "off-axis" tracks from secondary vertices |