Jpp
16.0.2
the software that should make you happy
|
Program to test JROOT::JRootClass. More...
#include <string>
#include <iostream>
#include <iomanip>
#include "JROOT/JRootClass.hh"
#include "km3net-dataformat/offline/Head.hh"
#include "JAAnet/JHead.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Macros | |
#define | PRINT(OUT, T) |
Print data member. More... | |
#define | TEST(T) (getClassname(#T) == (getDataMember(T) != NULL ? getDataMember(T)->GetName() : "?")) |
Test data member. More... | |
Functions | |
int | main (int argc, char **argv) |
Program to test JROOT::JRootClass.
Definition in file JRootClass.cc.
#define PRINT | ( | OUT, | |
T | |||
) |
Print data member.
OUT | output stream |
T | data member |
Definition at line 24 of file JRootClass.cc.
#define TEST | ( | T | ) | (getClassname(#T) == (getDataMember(T) != NULL ? getDataMember(T)->GetName() : "?")) |
Test data member.
OUT | output stream |
T | data member |
Definition at line 36 of file JRootClass.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 46 of file JRootClass.cc.