Turbo++
Turbo++ consists of the persisted reconstruction from the HLT. Please see the following presentation for more details:
https://indico.cern.ch/event/468306/contribution/2/attachments/1224690/1792222/TurboReprocessing.pdf
HLT configuration
Trigger lines use the "PersistReco" flag in the following way:
line = Hlt2Line(name
,prescale=self.prescale
,postscale=self.postscale
,algos=algoList
,Turbo=True
,PersistReco=True
)
This will enable the placing of the reconstruction containers into the raw bank, that will allow the event to look the same as the Brunel output (i.e. with all Tracks and
ProtoParticles from the event available).
To the analyst, the following lines are necessary to inform
DaVinci you wish to use the online reconstruction:
This will behind the scenes make the online reconstruction
ProtoParticles available in the usual locations. This means that usual standard particles will work, i.e.
from StandardParticles import StdAllNoPIDsPions
will make particles as you expect them to.
--
RosenMatev - 2016-04-23