StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StarClassLibrary
StTemplates.hh
1
/***************************************************************************
2
*
3
* $Id: StTemplates.hh,v 1.2 1999/02/17 11:39:11 ullrich Exp $
4
*
5
* Author: Thomas Ullrich, Jan 1999
6
***************************************************************************
7
*
8
* Description:
9
*
10
***************************************************************************
11
*
12
* $Log: StTemplates.hh,v $
13
* Revision 1.2 1999/02/17 11:39:11 ullrich
14
* Removed specialization for 'long double'.
15
*
16
* Revision 1.1 1999/01/30 03:59:05 fisyak
17
* Root Version of StarClassLibrary
18
*
19
* Revision 1.1 1999/01/23 00:28:03 ullrich
20
* Initial Revision
21
*
22
**************************************************************************/
23
#ifndef ST_TEMPLATES_HH
24
#define ST_TEMPLATES_HH
25
26
#ifdef ST_SOLVE_TEMPLATES
27
28
#include "StThreeVector.hh"
29
static
StThreeVector<float>
dummy1;
30
static
StThreeVector<double>
dummy2;
31
#include "StLorentzVector.hh"
32
static
StLorentzVector<float>
dummy4;
33
static
StLorentzVector<double>
dummy5;
34
#include "StMatrix.hh"
35
static
StMatrix<float>
dummy7;
36
static
StMatrix<double>
dummy8;
37
38
#endif //ST_SOLVE_TEMPLATES
39
40
#endif //ST_TEMPLATES_HH
41
StThreeVector< float >
StLorentzVector< float >
StMatrix
Definition:
StMatrix.hh:265
Generated by
1.8.5