helper class to add extra information to surface or volume json objects
More...
#include <acts/blob/sPHENIX/Plugins/Json/include/Acts/Plugins/Json/ITrackingGeometryJsonDecorator.hpp>
helper class to add extra information to surface or volume json objects
Definition at line 18 of file ITrackingGeometryJsonDecorator.hpp.
View newest version in sPHENIX GitHub at line 18 of file ITrackingGeometryJsonDecorator.hpp
virtual Acts::ITrackingGeometryJsonDecorator::~ITrackingGeometryJsonDecorator |
( |
| ) |
|
|
virtualdefault |
virtual void Acts::ITrackingGeometryJsonDecorator::decorate |
( |
const Acts::Surface & |
surface, |
|
|
nlohmann::json & |
json |
|
) |
| const |
|
pure virtual |
Add extra elements to the json object already filled for the given surface
- Parameters
-
surface | the surface which was used to fill the json object |
json | the json object that is enhanced |
virtual void Acts::ITrackingGeometryJsonDecorator::decorate |
( |
const Acts::TrackingVolume & |
volume, |
|
|
nlohmann::json & |
json |
|
) |
| const |
|
pure virtual |
Add extra elements to the json object already filled for the given volume
- Parameters
-
volume | the volume which was used to fill the json object |
json | the json object that is enhanced |
The documentation for this class was generated from the following file: