Loading [MathJax]/extensions/tex2jax.js
ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
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
Modules
Pages
math
mathcore
src
TDataPointN.cxx
Go to the documentation of this file.
1
// @(#)root/mathcore:$Id$
2
// Authors: C. Gumpert 09/2011
3
4
/**********************************************************************
5
* *
6
* Copyright (c) 2011 , LCG ROOT MathLib Team *
7
* *
8
* *
9
**********************************************************************/
10
11
// Implementation file for TDataPointN class
12
//
13
14
#include "
Math/TDataPointN.h
"
15
namespace
ROOT
16
{
17
namespace
Math
18
{
19
20
template
<>
UInt_t
TDataPointN<Float_t>::kDimension
= 0;
21
template
<>
UInt_t
TDataPointN<Double_t>::kDimension
= 0;
22
23
}
//namespace Math
24
}
//namespace ROOT
ROOT
Namespace for new ROOT classes and functions.
Definition:
ROOT.py:1
UInt_t
unsigned int UInt_t
Definition:
RtypesCore.h:42
ROOT::Math::TDataPointN
Definition:
TDataPointN.h:30
TDataPointN.h
Math
Namespace for new Math classes and functions.