Skip to content

Commit 0033360

Browse files
committed
[RF] Add RooEvaluatorWrapper.h to the list of public header files
This class was recently made public, but I forgot to list its header file in the CMakeLists.txt, which is needed so it gets picked up by Cling.
1 parent 586e846 commit 0033360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roofit/roofitcore/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RooFitCore
114114
RooEllipse.h
115115
RooErrorHandler.h
116116
RooErrorVar.h
117+
RooEvaluatorWrapper.h
117118
RooExpensiveObjectCache.h
118119
RooExtendPdf.h
119120
RooExtendedBinding.h
@@ -173,9 +174,9 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RooFitCore
173174
RooMoment.h
174175
RooMsgService.h
175176
RooMultiCategory.h
176-
RooMultiVarGaussian.h
177177
RooMultiPdf.h
178178
RooMultiReal.h
179+
RooMultiVarGaussian.h
179180
RooNameReg.h
180181
RooNormSetCache.h
181182
RooNumCdf.h

0 commit comments

Comments
 (0)