Skip to content
Snippets Groups Projects
Commit 99eb540d authored by Philippe Canal's avatar Philippe Canal
Browse files

pragma defined_in is no longer making the '#pragma link off' take precedence.

git-svn-id: http://root.cern.ch/svn/root/trunk@48647 27541ba8-7e3a-0410-8455-c3a389f83636
parent bddd80bc
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,9 @@
// make dictionary for all the C++ classes defined in these following files
#ifndef _WIN32 // on Windows rootcint -I seemes not to work
#ifndef __CLING__
#pragma link C++ defined_in "RooStats/HistFactory/MakeModelAndMeasurementsFast.h";
#pragma link C++ defined_in "RooStats/HistFactory/Systematics.h";
#pragma link C++ defined_in "RooStats/HistFactory/HistFactoryModelUtils.h";
#endif
#else
#pragma link C++ defined_in "roofit/histfactory/inc/RooStats/HistFactory/MakeModelAndMeasurementsFast.h";
#pragma link C++ defined_in "roofit/histfactory/inc/RooStats/HistFactory/Systematics.h";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment