Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
9ba205e4
Commit
9ba205e4
authored
2 years ago
by
Paul Gessinger
Committed by
Andre Sailer
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update doc date
parent
bdbd1151
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDRec/include/DDRec/DetectorData.h
+1
-1
1 addition, 1 deletion
DDRec/include/DDRec/DetectorData.h
DDRec/src/plugins/addVariantParameters.cpp
+1
-1
1 addition, 1 deletion
DDRec/src/plugins/addVariantParameters.cpp
with
2 additions
and
2 deletions
DDRec/include/DDRec/DetectorData.h
+
1
−
1
View file @
9ba205e4
...
@@ -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, 2
4
2022
* @date May, 2
5
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
{};
...
...
This diff is collapsed.
Click to expand it.
DDRec/src/plugins/addVariantParameters.cpp
+
1
−
1
View file @
9ba205e4
...
@@ -24,7 +24,7 @@ namespace dd4hep::rec {
...
@@ -24,7 +24,7 @@ namespace dd4hep::rec {
/**
/**
* @author P.Gessinger, CERN
* @author P.Gessinger, CERN
* @date May, 2
4
2022
* @date May, 2
5
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment