40 virtual const char*
getName()
const
53 friend inline bool operator==(
const __A__& first,
const __A__& second)
55 return first.i == second.i;
66 friend inline std::ostream&
operator<<(std::ostream& out,
const __A__&
object)
68 return out <<
object.getName() <<
object.i;
93 virtual const char*
getName()
const
115 JParser<> zap(
"Example program to test object multiplexing and demultiplexing.");
121 catch(
const exception &error) {
122 FATAL(error.what() << endl);
131 for (
int i = 1; i != 4; ++i) {
136 if (
debug >= debug_t) {
166 if (
debug >= debug_t) {
General purpose messaging.
#define ASSERT(A,...)
Assert macro.
int main(int argc, char **argv)
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
void set(JContainer_t &buffer)
Set output buffer.
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
const char * getName()
Get ROOT name of given data type.
bool operator==(Packet const &p, ID const &id)
void set(JContainer_t &buffer)
Set input buffer.
static const char * getName()