From 215a9afa043cbf7af1355ca90e6f0dc2475f0e6b Mon Sep 17 00:00:00 2001 From: "Bastian M. Wojek" Date: Thu, 25 Jun 2009 18:34:08 +0000 Subject: [PATCH] Added the musrfit --title-from-data-file option to msr2data (-t) and made TFitPofB compilable with g++-4.4 --- .../TFitPofB-lib/include/TSkewedGssLinkDef.h | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/external/TFitPofB-lib/include/TSkewedGssLinkDef.h diff --git a/src/external/TFitPofB-lib/include/TSkewedGssLinkDef.h b/src/external/TFitPofB-lib/include/TSkewedGssLinkDef.h new file mode 100644 index 00000000..bd87c505 --- /dev/null +++ b/src/external/TFitPofB-lib/include/TSkewedGssLinkDef.h @@ -0,0 +1,23 @@ +/*************************************************************************** + + TSkewedGssLinkDef.h + + Author: Bastian M. Wojek + e-mail: bastian.wojek@psi.ch + + 2009/01/24 + +***************************************************************************/ + +// root dictionary stuff -------------------------------------------------- +#ifdef __CINT__ + +#pragma link off all globals; +#pragma link off all classes; +#pragma link off all functions; + +#pragma link C++ class TSkewedGss+; + +#endif //__CINT__ +// root dictionary stuff -------------------------------------------------- +