[WIP] Create template for TRD vDrift calibration #5838
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@aschmah @aberdnikova @SvenHoppner,
this is a template for the vDrift calibration. I did not yet add another DPL device. Instead, the calibration is simply appended to the
o2-trd-global-trackingworkflow. So when you run that workflow also the calibration template is called. At the moment it creates a root file with a dummy histogram.In principle we just need to replace the
GPUTRDSpacePointInternalwith the data type which Sven creates for the angular deviations. Afterwards you can add everything you needed into theCalibVDrift::process()method.@davidrohr please ignore for the moment. Instead of
GPUTRDSpacePointInternalI want to useCalibratedTrackletwhen built with O2. Also I have not yet tested whether it is still working with AliRoot