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
macros
test
dataset
SmallMapTest.C
1
{
2
// Copyright(c) 2001 [BNL] Brookhaven National Laboratory, Valeri Fine (fine@bnl.gov). All right reserved",
3
// TGeneric table text macro
4
gSystem->Load(
"libRootKernel"
);
5
6
struct
track
{
7
float
curvature;
8
Ptr_t
hitList;
9
};
10
track
t;
11
// Create the track table and fill it
12
TGenericTable
*allTracks =
new
TGenericTable
(
"track"
,
"tracks"
,20);
13
// allTracks->Print();
14
}
15
TGenericTable
Definition:
TGenericTable.h:18
track
Definition:
MapTableTest.C:38
TTableMap
Definition:
TTableMap.h:29
Generated by
1.8.5