|
26 | 26 | c->Process(&isel); |
27 | 27 | # endif |
28 | 28 |
|
29 | | -#if !defined(ClingWorkAroundUnloadingVTABLES) |
30 | 29 | gROOT->ProcessLine(".L sel01.C+"); |
31 | 30 | # ifdef ClingWorkAroundMissingDynamicScope |
32 | 31 | TSelector *csel = (TSelector*)TClass::GetClass("sel01")->New(); |
|
51 | 50 | c->Process(&csel); |
52 | 51 | # endif |
53 | 52 |
|
54 | | -#else // !defined(ClingWorkAroundUnloadingVTABLES) |
55 | | - fprintf(stderr,"Info in <ACLiC>: script has already been loaded in interpreted mode\n"); |
56 | | - fprintf(stderr,"Info in <ACLiC>: unloading sel01.C and compiling it\n"); |
57 | | - |
58 | | - fprintf(stderr,"Running Compiled Process 0\n"); |
59 | | - fprintf(stderr,"Running Compiled Process 1\n"); |
60 | | - fprintf(stderr,"Running Compiled Process 2\n"); |
61 | | - fprintf(stderr,"Running Compiled Process 3\n"); |
62 | | - fprintf(stderr,"Running Compiled Process 4\n"); |
63 | | - fprintf(stderr,"Running Compiled Process 5\n"); |
64 | | - fprintf(stderr,"Running Compiled Process 6\n"); |
65 | | - fprintf(stderr,"Running Compiled Process 7\n"); |
66 | | - fprintf(stderr,"Running Compiled Process 8\n"); |
67 | | - fprintf(stderr,"Running Compiled Process 9\n"); |
68 | | - fprintf(stderr,"Running Compiled Process 0\n"); |
69 | | - fprintf(stderr,"Running Compiled Process 1\n"); |
70 | | - fprintf(stderr,"Running Compiled Process 2\n"); |
71 | | - fprintf(stderr,"Running Compiled Process 3\n"); |
72 | | - fprintf(stderr,"Running Compiled Process 4\n"); |
73 | | - fprintf(stderr,"Running Compiled Process 5\n"); |
74 | | - fprintf(stderr,"Running Compiled Process 6\n"); |
75 | | - fprintf(stderr,"Running Compiled Process 7\n"); |
76 | | - fprintf(stderr,"Running Compiled Process 8\n"); |
77 | | - fprintf(stderr,"Running Compiled Process 9\n"); |
78 | | - |
79 | | -#endif // !defined(ClingWorkAroundUnloadingVTABLES) |
80 | | - |
81 | 53 | } |
0 commit comments