]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing problems in the generation of HTML documentation
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 25 Jan 2004 20:49:05 +0000 (20:49 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 25 Jan 2004 20:49:05 +0000 (20:49 +0000)
EMCAL/anaDst.C
EMCAL/jetDst.C

index 5a15c4ae0daf6da0a3baada3ca2bb30559db0896..6514c9509ea2bf63e49003bb94e298897af5c630 100644 (file)
@@ -8,6 +8,7 @@
 // Using with caution if you are not PAI
 #include "macroIncludePai.h"
 #include "macroIncludeAlice.h"
+extern "C++" {void loadlibs();}
 #endif
 
 class TH1F; 
@@ -34,7 +35,6 @@ Int_t nevMax = 1000;
 TString fname;
 // fitting
 class TF1 *g1;// gauss
-extern "C++" {void loadlibs();}
 
 void 
 anaDst(Int_t mode) 
index 4209fc58b3e9fef2aa4464afb546b0749ac5b836..a2a14ae4f431b7c5bb6867bc7f93afa50f34b04e 100644 (file)
@@ -7,6 +7,7 @@
 // Using with caution if you are not PAI
 #include "macroIncludePai.h"
 #include "macroIncludeAlice.h"
+extern "C++" {void loadlibs();}
 #endif
 
 // For convinience only
@@ -39,7 +40,6 @@ class AliEMCALJetMicroDst; AliEMCALJetMicroDst *dst=0;
 Int_t nevSum = 0, nevF;
 TArrayI nevInFiles(100);
 
-extern "C++" {void loadlibs();}
 
 void jetDst(Int_t mode, Int_t var, Int_t nmax) 
 {