Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
RooFitMoreLib.cxx
Go to the documentation of this file.
1 #include "RooFitMoreLib.h"
2 #include "RooMsgService.h"
3 #include <iostream>
4 
5 // Load automatically RooFitMore library that automatically will register the
6 // integrator classes
7 void RooFitMoreLib::Load() {
8  oocoutI((TObject*)nullptr, InputArguments) << "libRooFitMore has been loaded " << std::endl;
9 }