Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
product-aggregation
physics-workflow
TaggedValue.h
Go to the documentation of this file.
1
#ifndef art_test_Integration_product_aggregation_physics_workflow_TaggedValue_h
2
#define art_test_Integration_product_aggregation_physics_workflow_TaggedValue_h
3
4
#include "
canvas/Utilities/InputTag.h
"
5
6
namespace
arttest
{
7
8
template
<
typename
T>
9
struct
TaggedValue
{
10
explicit
TaggedValue
(
std::string
const
&
tag
,
T
const
value
)
11
:
tag_
{tag},
value_
{
value
}
12
{}
13
art::InputTag
const
tag_
;
14
T
const
value_
;
15
};
16
}
17
18
#endif
/* art_test_Integration_product_aggregation_physics_workflow_TaggedValue_h */
19
20
// Local Variables:
21
// mode: c++
22
// End:
string
std::string string
Definition:
nybbler.cc:12
ValidateOpDetSimulation.T
T
Definition:
ValidateOpDetSimulation.py:48
arttest::TaggedValue::value_
T const value_
Definition:
TaggedValue.h:14
tag
Definition:
ProxyBaseTest_module.cc:153
arttest::TaggedValue::tag_
art::InputTag const tag_
Definition:
TaggedValue.h:13
arttest::TaggedValue
Definition:
TaggedValue.h:9
arttest
Definition:
GroupSelector_t.h:4
art::InputTag
Definition:
InputTag.h:16
InputTag.h
submit_mcc.value
value
Definition:
submit_mcc.py:159
arttest::TaggedValue::TaggedValue
TaggedValue(std::string const &tag, T const value)
Definition:
TaggedValue.h:10
Generated by
1.8.11