Definition at line 25 of file merging_transformer.cpp.
◆ is2f_merger_with_scalar()
| is2f_merger_with_scalar::is2f_merger_with_scalar |
( |
std::string const & | name, |
|
|
ISvcLocator * | pSvcLocator ) |
|
inline |
◆ operator()()
| float is2f_merger_with_scalar::operator() |
( |
ints const & | is, |
|
|
int const & | scale ) const |
|
inlineoverride |
Definition at line 30 of file merging_transformer.cpp.
30 {
31 auto sum = 0.f;
32 info() <<
"input locations: " << inputLocation( 0 ) <<
", " << inputLocation<1>() <<
endmsg;
33 info() <<
"input location sizes: " << inputLocationSize( 0 ) <<
", " << inputLocationSize( 1 ) <<
endmsg;
34 for ( auto i : is ) {
35 info() << "i: " << i << " ";
36 sum += i;
37 }
40 }
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
The documentation for this struct was generated from the following file: