Skip to content
Snippets Groups Projects
Commit 9ba205e4 authored by Paul Gessinger's avatar Paul Gessinger Committed by Andre Sailer
Browse files

update doc date

parent bdbd1151
No related branches found
No related tags found
No related merge requests found
...@@ -508,7 +508,7 @@ namespace dd4hep { ...@@ -508,7 +508,7 @@ namespace dd4hep {
/** Data structure that holds a map of string keys to a typesafe union of double, int, string or bool. /** Data structure that holds a map of string keys to a typesafe union of double, int, string or bool.
* It can be used as an extension object for detector elements to attach arbitrary information * It can be used as an extension object for detector elements to attach arbitrary information
* @author P.Gessinger, CERN * @author P.Gessinger, CERN
* @date May, 24 2022 * @date May, 25 2022
*/ */
struct MapStringVariantStruct { struct MapStringVariantStruct {
std::map<std::string, boost::variant<double, int, std::string, bool>> variantParameters{}; std::map<std::string, boost::variant<double, int, std::string, bool>> variantParameters{};
......
...@@ -24,7 +24,7 @@ namespace dd4hep::rec { ...@@ -24,7 +24,7 @@ namespace dd4hep::rec {
/** /**
* @author P.Gessinger, CERN * @author P.Gessinger, CERN
* @date May, 24 2022 * @date May, 25 2022
* *
* \brief Plugin which attaches parameters with string keys and int, double, * \brief Plugin which attaches parameters with string keys and int, double,
* string or bool values to detector elements * string or bool values to detector elements
......
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