ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
math
mathcore
src
MixMaxEngineImpl17.cxx
Go to the documentation of this file.
1
2
3
// define number for used to Mixmax
4
#define _N 17
5
6
#include "
MixMaxEngineImpl.h
"
7
8
// define the template instance we want to have in the librsary
9
//( need to be declared as extern template in the .h file)
10
namespace
ROOT {
11
namespace
Math {
12
template
class
MixMaxEngine<17,0>;
13
template
class
MixMaxEngine<17,1>;
14
template
class
MixMaxEngine<17,2>;
15
}
16
}
MixMaxEngineImpl.h