Skip to content
Snippets Groups Projects
Commit 75634202 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AthenaKernel: Use static_cast to DataBucket.

A DataProxy holds a pointer to a DataObject.
When we were doing a casting operation from a DataProxy,
we were using dynamic_cast to convert from DataObject to DataBucketBase.
Nowadays, though, this DataObject is always an instance of a DataBucket.
So do a static_cast instead.
This speeds up the casting operation.
parent 77d17bf8
No related merge requests found
Pipeline #1894479 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment