| 1 |
/******************************************************************** |
| 2 |
* LogDict.h |
| 3 |
********************************************************************/ |
| 4 |
#ifdef __CINT__ |
| 5 |
#error LogDict.h/C is only for compilation. Abort cint. |
| 6 |
#endif |
| 7 |
#include <stddef.h> |
| 8 |
#include <stdio.h> |
| 9 |
#include <stdlib.h> |
| 10 |
#include <math.h> |
| 11 |
#include <string.h> |
| 12 |
#define G__ANSIHEADER |
| 13 |
#define G__DICTIONARY |
| 14 |
#include "G__ci.h" |
| 15 |
extern "C" { |
| 16 |
extern void G__cpp_setup_tagtableLogDict(); |
| 17 |
extern void G__cpp_setup_inheritanceLogDict(); |
| 18 |
extern void G__cpp_setup_typetableLogDict(); |
| 19 |
extern void G__cpp_setup_memvarLogDict(); |
| 20 |
extern void G__cpp_setup_globalLogDict(); |
| 21 |
extern void G__cpp_setup_memfuncLogDict(); |
| 22 |
extern void G__cpp_setup_funcLogDict(); |
| 23 |
extern void G__set_cpp_environmentLogDict(); |
| 24 |
} |
| 25 |
|
| 26 |
|
| 27 |
#include "TROOT.h" |
| 28 |
#include "TMemberInspector.h" |
| 29 |
#include "LogEvent.h" |
| 30 |
#include "LogRecord.h" |
| 31 |
#include <algorithm> |
| 32 |
namespace std { } |
| 33 |
using namespace std; |
| 34 |
|
| 35 |
#ifndef G__MEMFUNCBODY |
| 36 |
#endif |
| 37 |
|
| 38 |
extern G__linked_taginfo G__LogDictLN_TClass; |
| 39 |
extern G__linked_taginfo G__LogDictLN_TBuffer; |
| 40 |
extern G__linked_taginfo G__LogDictLN_TMemberInspector; |
| 41 |
extern G__linked_taginfo G__LogDictLN_TObject; |
| 42 |
extern G__linked_taginfo G__LogDictLN_pamela; |
| 43 |
extern G__linked_taginfo G__LogDictLN_pamelacLcLSubPacket; |
| 44 |
extern G__linked_taginfo G__LogDictLN_pamelacLcLLogRecord; |
| 45 |
extern G__linked_taginfo G__LogDictLN_TClonesArray; |
| 46 |
extern G__linked_taginfo G__LogDictLN_pamelacLcLLogEvent; |
| 47 |
|
| 48 |
/* STUB derived class for protected member access */ |