https://github.com/root-project/root
Raw File
Tip revision: 45dd74e38a720a6f41a2dacab4ee7a8de879b9dc authored by kholoimov on 31 August 2024, 17:21:11 UTC
[RF][HF] Update `hf001_example` tutorial with example fit and plot
Tip revision: 45dd74e
LinkDef.h
/* @(#)root/unix:$Id$ */

/*************************************************************************
 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

#pragma link C++ class TUnixSystem;

#endif
back to top