Logo ROOT   6.16/01
Reference Guide
MixMaxEngineImpl240.cxx
Go to the documentation of this file.
1
2
3// define number for used to Mixmax
4#define ROOT_MM_N 240
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)
10namespace ROOT {
11 namespace Math {
12 template class MixMaxEngine<240,0>;
13 }
14}
Namespace for new Math classes and functions.
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21