helper class to add extra information to surface or volume json objects
More...
#include <acts/blob/sPHENIX/Plugins/Json/include/Acts/Plugins/Json/IVolumeMaterialJsonDecorator.hpp>
helper class to add extra information to surface or volume json objects
Definition at line 18 of file IVolumeMaterialJsonDecorator.hpp.
View newest version in sPHENIX GitHub at line 18 of file IVolumeMaterialJsonDecorator.hpp
virtual Acts::IVolumeMaterialJsonDecorator::~IVolumeMaterialJsonDecorator |
( |
| ) |
|
|
virtualdefault |
virtual void Acts::IVolumeMaterialJsonDecorator::decorate |
( |
const Acts::ISurfaceMaterial & |
material, |
|
|
nlohmann::json & |
json |
|
) |
| const |
|
pure virtual |
Add extra elements to the json object already filled for the given surface material
- Parameters
-
material | the surface material which was used to fill the json object |
json | the json object that is enhanced |
virtual void Acts::IVolumeMaterialJsonDecorator::decorate |
( |
const Acts::IVolumeMaterial & |
material, |
|
|
nlohmann::json & |
json |
|
) |
| const |
|
pure virtual |
Add extra elements to the json object already filled for the given volume material
- Parameters
-
material | the volume material 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: