ATLAS Offline Software
|
The InDetEventCnvTool package provides the InDetEventCnvTool AlgTool, which is used by TrkTrackCollectionCnv as it recreates persistified tracks.
Specifically, it's job is to return pointers to the TrkDetElementBase and PrepRawData objects which match the passed RIO_OnTrack. The link to PrepRawData will only be recreated if
See the code documentation for more details.
The properties declared to jobOptions are (defaults in brackets):
and most importantly:
If this is true, then the tool will attempt to find the PrepRawData object which was used to create the RIO_OnTrack. This cannot work unless the Containers are in the POOL file (i.e. were in the Stream when the file was created), and they have the keys specified by e.g. "PixelClusterContainer".
To set a property do add the following to your jobOptions file.... ToolSvc = Service( "ToolSvc" ) InDetEventCnvTool=Algorithm( "ToolSvc.InDet::InDetEventCnvTool" ) InDetEventCnvTool.RecreatePRDLinks=TRUE