Added the musrfit --title-from-data-file option to msr2data (-t) and made TFitPofB compilable with g++-4.4
This commit is contained in:
23
src/external/TFitPofB-lib/include/TSkewedGssLinkDef.h
vendored
Normal file
23
src/external/TFitPofB-lib/include/TSkewedGssLinkDef.h
vendored
Normal 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 --------------------------------------------------
|
||||||
|
|
Reference in New Issue
Block a user