|
ACTS
Experiment-independent tracking
|
helper class to add extra information to surface or volume json objects More...
#include <ActsPlugins/Json/ITrackingGeometryJsonDecorator.hpp>
Public Member Functions | |
| virtual | ~ITrackingGeometryJsonDecorator ()=default |
| virtual void | decorate (const Acts::Surface &surface, nlohmann::json &json) const =0 |
| Add extra elements to the json object already filled for the given surface. | |
| virtual void | decorate (const Acts::TrackingVolume &volume, nlohmann::json &json) const =0 |
| Add extra elements to the json object already filled for the given volume. | |
helper class to add extra information to surface or volume json objects
|
virtualdefault |
|
pure virtual |
Add extra elements to the json object already filled for the given surface.
| surface | the surface which was used to fill the json object |
| json | the json object that is enhanced |
|
pure virtual |
Add extra elements to the json object already filled for the given volume.
| volume | the volume which was used to fill the json object |
| json | the json object that is enhanced |