Go to the documentation of this file.
11 #ifndef GAUDIEXAMPLES_MULTIINPUT_COMMON
12 #define GAUDIEXAMPLES_MULTIINPUT_COMMON
21 return o << addr.
svcType() <<
' ' << addr.
clID() <<
' ' << addr.
par()[0] <<
' ' << addr.
par()[1] <<
' '
22 << addr.
ipar()[0] <<
' ' << addr.
ipar()[1];
26 namespace MultiInput {
32 unsigned long ip1{ 0 }, ip2{ 0 };
33 i >>
s >>
c >>
p1 >>
p2 >> ip1 >> ip2;
41 unsigned long ip1{ 0 }, ip2{ 0 };
const CLID & clID() const override
Access : Retrieve class ID of the link.
long svcType() const override
Access : retrieve the storage type of the class id.
unsigned int CLID
Class ID definition.
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
const std::string * par() const override
Retrieve string parameters.
std::ostream & operator<<(std::ostream &o, const Gaudi::StringKey &key)
printout of the object reply on the native printout for the string
const unsigned long * ipar() const override
Retrieve integer parameters.