Added the musrfit --title-from-data-file option to msr2data (-t) and made TFitPofB compilable with g++-4.4

This commit is contained in:
Bastian M. Wojek 2009-06-25 18:34:08 +00:00
parent e1d077050e
commit 215a9afa04

View File

@ -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 --------------------------------------------------